CtrlK
BlogDocsLog inGet started
Tessl Logo

manage-run

Use when: User wants to INSPECT, MONITOR, START, APPROVE, or CONTROL Archon workflow RUNS in the current project — driven through the `archon` CLI over bash. Triggers (inspect): "what's running", "list runs", "show recent runs", "run status", "did the review pass", "check run <id>", "show me run <id>", "what happened in that run". Triggers (control): "approve the plan", "approve run <id>", "reject that run", "cancel that run", "abandon run <id>", "resume run <id>", "continue that run". Triggers (start): "start <workflow> in the background", "kick off <workflow> detached". Capability: Drives `archon workflow runs/get/status/run --detach/approve/reject/abandon/resume` with machine-readable `--json` output, scoped to the current project by cwd. NOT for: Authoring workflows/commands, or Archon setup/config — use the broader `archon` skill.

79

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tight, command-first skill body: executable examples, explicit multi-step workflows with poll-until-terminal checkpoints, and a single well-signaled one-level-deep reference for details. No concept padding and nothing vague.

DimensionReasoningScore

Conciseness

Lean command-table plus short bash snippets with no explaining of concepts Claude knows (no 'what is a workflow/CLI'); even the dense Console UI note earns its place by guarding a real failure mode.

3 / 3

Actionability

Every verb is given as an executable command with real flags (--json, --detach, --verbose) and copy-paste-ready patterns including a jq one-liner for reading gate state.

3 / 3

Workflow Clarity

Multi-step flows are explicitly sequenced with checkpoints — approve→resume→poll-until-terminal, with terminal states (completed/failed/cancelled) called out and the two-step approve/reject pattern flagged as a background task.

3 / 3

Progressive Disclosure

The body is a focused overview and pushes full flag lists and JSON shapes one level deep to the real, well-organized references/commands.md, signaled clearly at the end.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong description: specific actions, natural trigger phrases, an explicit Use-when clause, and a clear NOT-for boundary that distinguishes it from the broader archon skill. It answers what, when, and what-not without padding.

DimensionReasoningScore

Specificity

Lists concrete action verbs (INSPECT, MONITOR, START, APPROVE, CONTROL) and maps them to exact `archon workflow runs/get/status/run --detach/approve/reject/abandon/resume` subcommands rather than vague abstractions.

3 / 3

Completeness

An explicit 'Use when:' clause plus separate trigger lists clearly answer both what the skill does and when to invoke it, with a 'NOT for' boundary for completeness.

3 / 3

Trigger Term Quality

Rich coverage of natural phrases users would say ('what's running', 'list runs', 'did the review pass', 'approve the plan', 'kick off <workflow> detached') across inspect, control, and start intents.

3 / 3

Distinctiveness Conflict Risk

Scoped to workflow RUN management only and explicitly defers authoring/setup/config to the broader `archon` skill, giving it a clear niche unlikely to trigger for the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
coleam00/Archon
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.