Content
81%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 well-structured, highly actionable debugging skill with an explicit phased workflow and validation gates. Its main weaknesses are occasional lawyerly verbosity and two bundle files not surfaced from the body.
Suggestions
Add navigation entries for references/anti-patterns.md and references/investigation-techniques.md in the body (or from a referenced file) so every bundle file is discoverable from the overview.
Tighten the long conditional sentences in the Phase 4 routing (e.g., the branch-push comparison) into shorter declarative rules to reduce token cost without losing precision.
Replace open routing prose like "Establish those however fits the repo in front of you" with one or two concrete checks to close the actionability gap.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and directive, assuming Claude knows git and debugging rather than explaining them; it is not a 5 because several lawyerly sentences (e.g., the branch-push comparison) and some cross-mode repetition could be trimmed. | 4 / 5 |
Actionability | Concrete commands (`git checkout -b <name>`, `git rev-parse --show-toplevel`, `git status --short`), an exact status enum, and a copy-paste Debug Summary template give mostly executable guidance; not a 5 because some routing prose is conditional ("Establish those however fits the repo") and the bulk of executable detail is delegated to references. | 4 / 5 |
Workflow Clarity | Five phases are sequenced in order with explicit validation gates (causal-chain gate before Phase 3, fix-choice gate) and feedback loops (failed-fix rule, 2-3-hypothesis escalation), matching the top anchor for clear sequence with explicit validation and error-recovery loops. | 5 / 5 |
Progressive Disclosure | The body is an overview with well-signaled, one-level-deep references (investigate.md, fix.md, pipeline-mode.md, return-to-caller.md, post-fix-handoff.md), all verified to exist; not a 5 because anti-patterns.md and investigation-techniques.md are present in the bundle but unreachable from the body, a navigation gap. | 4 / 5 |
Total | 17 / 20 Passed |