Content
77%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A thorough, highly actionable iterative-refinement workflow with excellent sequencing and validation checkpoints. Its main weaknesses are redundancy between Overview and Key Rules and a monolithic structure that inlines large templates instead of splitting them into reference files.
Suggestions
Deduplicate the four principles: keep them in Overview and have 'Key Rules' reference them instead of restating each one verbatim.
Move the large proposal markdown template and the Phase 2 reviewer prompt into separate reference files (e.g. references/proposal-template.md, references/reviewer-prompt.md) and link to them, reducing SKILL.md to an overview.
Trim rhetorical padding such as 'The goal is not to produce a bloated proposal or a benchmark shopping list' that does not change the instruction.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient for a complex multi-phase skill, but the four Overview principles are restated almost verbatim in the 'Key Rules' section, and rhetorical padding ('The goal is not to produce a bloated proposal or a benchmark shopping list') plus repeated 'Composing with Other Skills' context add tokens that could be trimmed. | 3 / 5 |
Actionability | Fully executable: concrete MCP tool calls with full syntax (mcp__claude-review__review_start / review_reply_start / review_status), complete copy-paste-ready reviewer prompts, JSON checkpoint schemas, and detailed markdown output templates with real file paths. | 5 / 5 |
Workflow Clarity | Phases 0-5 are clearly sequenced with an explicit checkpoint (REFINE_STATE.json) after each phase, a stop condition (overall score >= SCORE_THRESHOLD or MAX_ROUNDS), and a validate -> fix -> re-review feedback loop with checkpoint-recovery logic on resume. | 5 / 5 |
Progressive Disclosure | Good section structure and clearly signaled shared-references links, but the skill is monolithic at ~730 lines with the large proposal template (~90 lines) and reviewer prompt (~70 lines) inlined rather than split into reference files; no bundle files are provided. | 3 / 5 |
Total | 16 / 20 Passed |