Content
86%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.
The body is a lean, well-structured workflow with concrete rules, a decision table, and explicit validation gates; its main weakness is a few unexplained tool references (CodeGraph, source-mutating normalization) that lack executable specifics.
Suggestions
For "CodeGraph-first impact mapping" and "source-mutating normalization", add the concrete command or a one-line pointer to how they are invoked so the guidance is fully executable.
Make the validation feedback loop explicit (validate -> on failure, fix candidate -> re-validate) rather than only stating findings require a new candidate.
Clarify the kill-switch check with the exact signal/source to inspect (e.g., a specific config key or file) so step 1 is unambiguous.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and terse throughout — compact imperative rules, a decision-gate table, and numbered steps with no padding and no explanation of concepts Claude already knows, matching the lean-and-efficient anchor where every token earns its place. | 5 / 5 |
Actionability | Guidance is concrete and specific for an instruction-only skill ("hard limit is 400 additions plus deletions", "Require an approved issue (status:approved)", "dedicated worktree", explicit output fields), but a few directives like "CodeGraph-first impact mapping" and "source-mutating normalization" name tools/processes without giving executable commands, leaving minor gaps. | 4 / 5 |
Workflow Clarity | Execution Steps give a clear 1-5 sequence and the Decision Gates table plus read-only validation form explicit checkpoints with a feedback path ("findings require a new candidate"), but the validate->fix->retry loop is implicit rather than spelled out, fitting the "most checkpoints present, minor gaps" anchor. | 4 / 5 |
Progressive Disclosure | The body is under 50 lines, needs no external references, and is organized into well-labeled sections (Activation Contract, Hard Rules, Decision Gates, Execution Steps, Output Contract, References), meeting the simple-skill exception for a top score. | 5 / 5 |
Total | 18 / 20 Passed |