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.
A tight, highly actionable body that gives Claude exact tool calls, CLI equivalents, and a sequenced usage guide with validation checkpoints. The only minor weakness is light overlap between the include-flags and CLI-equivalents sections.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean, lists marker names ("McCabe complexity, deep nesting, brain methods, class cohesion (LCOM4), god classes") without explaining what they are, and earns its one explanatory line ("a low score means more likely to harbour bugs, not just bigger") by correcting a likely misreading. It is not a 5 because the include-flags section and the CLI-equivalents section overlap somewhat and could be tightened. | 4 / 5 |
Actionability | Concrete, executable guidance throughout: tool-call signatures "get_health()", "get_health(targets=[\"src/x.py\", \"src/y.py\"])", exact include/only flag strings, and copy-paste CLI commands ("repowise health --refactoring-targets", "repowise coverage add cov.lcov") covering both dashboard and targeted modes. This matches the anchor for fully executable, common-case-covering guidance. | 5 / 5 |
Workflow Clarity | "How to use the results" is a clear six-step decision guide with explicit checkpoints ("Check unresolved before calling a file clean", "not_indexed means run repowise update", "cross-check get_risk") and a feedback loop (ingest coverage then re-run repowise health). It is a usage guide rather than a strict linear pipeline, and a couple of checkpoints are implicit, so it sits at 4 rather than 5. | 4 / 5 |
Progressive Disclosure | A single-purpose skill (~57 lines) with no need for external bundle files, organized into clearly headed sections (Pick the mode, Useful include flags, How to use the results, CLI equivalents, Error handling) and no nested references. Per the simple-skill guidance, well-organized sections with no external-reference need warrant a 5. | 5 / 5 |
Total | 18 / 20 Passed |