Content
39%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill defines a thoughtful and well-structured three-pass review workflow with strong validation checkpoints and clear scope constraints. However, it is severely over-long for a SKILL.md, embedding extensive rationale, design philosophy, compatibility matrices, and configuration examples that should live in separate referenced files. The core actionable content (the three passes with their checklists and the refactor stop hook) is buried in verbose surrounding material that wastes context window tokens.
Suggestions
Extract Design Decisions, Future Considerations, Agent Compatibility, and Integration Notes into separate referenced files (e.g., DESIGN.md, INTEGRATION.md) and replace with one-line links in SKILL.md.
Move the full output schema example and configuration example into a REFERENCE.md file, keeping only a minimal schema summary inline.
Remove explanatory content Claude already knows (e.g., why budgets prevent unbounded refactoring, why documentation helps reviewers) — these are self-evident to an LLM agent.
Trim the install/metadata section significantly — the metadata table and multiple install variants add ~30 lines of low-value content for the agent's actual task execution.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose at ~400+ lines. Includes extensive philosophical rationale ('Design Decisions'), agent compatibility lists, future considerations, and explanations of concepts Claude already understands (why post-completion review matters, why budgets exist). The metadata table, install instructions, and agent compatibility sections add significant token overhead without actionable value for the skill's core purpose. | 1 / 3 |
Actionability | The review checklists for simplify and harden passes are concrete and useful, and the prompt-based integration snippet is copy-paste ready. However, the programmatic integration code is pseudocode for a hypothetical API, the output schema is an example rather than a validated spec, and much of the content describes philosophy rather than providing executable steps. | 2 / 3 |
Workflow Clarity | The three-pass workflow (Simplify → Harden → Document) is clearly sequenced with explicit validation checkpoints: the Refactor Stop Hook requires human approval before structural changes, budget limits enforce stopping conditions, and the output schema captures applied/flagged/skipped states. The feedback loop for refactor proposals (approve/reject/show diff/skip all) is well-defined. | 3 / 3 |
Progressive Disclosure | The skill is a monolithic wall of text with no bundle files to offload content to. The design decisions, future considerations, agent compatibility matrix, full output schema example, configuration example, and integration notes could all be in separate referenced files. The reference to 'references/agent-context-snippets.md' and 'simplify-and-harden-ci' suggests supporting files should exist but no bundle is provided, and the SKILL.md itself doesn't split content appropriately. | 1 / 3 |
Total | 7 / 12 Passed |