CtrlK
BlogDocsLog inGet started
Tessl Logo

run

One-shot lifecycle command that chains init → baseline → spawn → eval → merge in a single invocation. Use when the user runs /hub:run or asks to execute a full AgentHub competition end-to-end.

68

Quality

83%

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

The canonical home for this skill is run in alirezarezvani/claude-skills

SKILL.md
Quality
Evals
Security

Quality

Content

75%Weight 40%Scale 1-5

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

A well-structured, actionable procedural skill with a clear sequenced workflow and genuine validation checkpoints. It falls short of top marks mainly on minor gaps: an unspecified metric-extraction step, a halt-only error policy, and inline rather than split-out detail.

Suggestions

Specify how the metric is extracted from eval stdout (e.g., parse the --json report for the named metric field) so Step 2 is fully executable.

Add a fix-and-retry feedback loop on step failure instead of only 'report the error and stop', e.g. re-run the failed step with corrected inputs before halting.

Consider moving the template-dispatch detail into a dedicated 'Templates' section or a referenced file so the main workflow stays a lean overview.

DimensionReasoningScore

Conciseness

The body is lean and procedure-focused with no concept over-explanation, but carries a few trimmable asides such as '(true parallelism)' and '(skip for LLM judge mode)' that keep it just shy of the lean anchor.

4 / 5

Actionability

It provides a concrete executable command (python {skill_path}/scripts/hub_init.py ...) and names the sub-commands to invoke, but 'Extract the metric value from stdout' leaves a minor execution gap.

4 / 5

Workflow Clarity

A clear six-step sequence with real checkpoints (eval verifies results, user confirms merge, stop-on-failure), but 'report the error and stop' halts rather than offering a fix-and-retry feedback loop.

4 / 5

Progressive Disclosure

Sections are well-organized and the one external reference (../agenthub/references/agent-templates.md) is one level deep and signaled, but content is inline rather than split into dedicated reference files.

4 / 5

Total

16

/

20

Passed

Description

92%Weight 40%Scale 1-5

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, well-constructed description that concretely names the full lifecycle pipeline and pairs a clear 'what' with an explicit 'when' trigger clause. The only minor gap is limited synonym coverage of trigger terms.

DimensionReasoningScore

Specificity

The description lists multiple concrete lifecycle actions — 'chains init → baseline → spawn → eval → merge' — giving comprehensive coverage of the pipeline rather than vague abstraction.

5 / 5

Completeness

It explicitly answers both 'what' (one-shot lifecycle command chaining the five stages) and 'when' (Use when the user runs /hub:run or asks for an end-to-end competition) with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural trigger phrases are present ('the user runs /hub:run', 'asks to execute a full AgentHub competition end-to-end'), but synonym/variant coverage is limited compared to the comprehensive anchor.

4 / 5

Distinctiveness Conflict Risk

It occupies a clear niche (AgentHub competition lifecycle tied to the /hub:run command) with distinct triggers and minimal risk of firing for unrelated skills.

5 / 5

Total

19

/

20

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
alirezarezvani/claude-skills
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.