CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-reproduce-feature

Use when reproducing an existing Codex or Claude Code feature in Qwen Code or another agent CLI by choosing a reference agent, capturing HTTP request bodies, prompts, tool/function schemas, terminal output, and then implementing the matching behavior in the target repo.

72

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

82%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.

The content is well-structured and highly actionable with executable commands, a clear sequenced workflow, and a real one-level-deep reference. It is held back only by minor conciseness trim opportunities, implied rather than explicit inline validation checkpoints, and one unreferenced bundle script.

Suggestions

Add an explicit inline validation checkpoint in the workflow (e.g., after capture, verify the trace and state-diff exist before moving to implementation) to strengthen the feedback loop.

Reference scripts/llm_dump.py in the body or remove it from the bundle so every bundle file is discoverable from SKILL.md.

Trim explanatory prose such as the mitm proxy/CA sentence and the default-repo guidance to tighten token efficiency.

DimensionReasoningScore

Conciseness

The body is efficient and assumes Claude's competence without explaining known concepts, but a few prose sentences (e.g., the mitm proxy/CA explanation, the default-repo guidance) could be trimmed, keeping it just short of fully lean.

4 / 5

Actionability

It provides copy-paste-ready shell commands covering the common cases — `command -v` discovery, mkdir + run_with_mitm.sh, tmux capture, and full capture_state.py snapshot/diff invocations with concrete arguments and flags.

5 / 5

Workflow Clarity

An explicit 8-step sequence is paired with a Done Criteria checklist, a verification step (focused tests/smoke command), and a TLS-failure feedback loop, but inline validation checkpoints between steps are mostly implied rather than explicit.

4 / 5

Progressive Disclosure

The SKILL.md is a well-sectioned overview with a clearly signaled one-level-deep reference (references/capture-workflow.md) and real referenced scripts, but scripts/llm_dump.py is an unreferenced bundle file, a minor organization gap.

4 / 5

Total

17

/

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, specific description with a clear trigger clause and concrete enumerated actions targeting a distinct niche. The only soft spot is trigger-term coverage, which lacks synonyms or broader variations beyond the core agent names and 'reproducing'.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions — 'choosing a reference agent, capturing HTTP request bodies, prompts, tool/function schemas, terminal output, and then implementing the matching behavior' — giving comprehensive coverage rather than just 1-2 actions.

5 / 5

Completeness

It explicitly answers both 'what' (choose reference agent, capture bodies/prompts/schemas/output, implement matching behavior) and 'when' ('Use when reproducing an existing Codex or Claude Code feature in Qwen Code or another agent CLI') with a concrete trigger phrase.

5 / 5

Trigger Term Quality

Natural domain terms like 'reproducing', 'Codex', 'Claude Code feature', 'Qwen Code', and 'agent CLI' are present and would be said by a user, but synonyms or extension-style variants are absent, so it stops short of comprehensive.

4 / 5

Distinctiveness Conflict Risk

The niche is narrow and specific — reproducing Codex/Claude Code features in Qwen Code or another agent CLI — making it clearly distinguishable from other skills with minimal overlap risk.

5 / 5

Total

19

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
QwenLM/qwen-code
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.