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.
The body is a well-orchestrated, multi-phase debug workflow with strong sequencing, explicit gates, and clean progressive disclosure into real reference files. Its only meaningful weakness is conciseness: several justificatory asides and repeated consequence warnings could be trimmed without losing clarity.
Suggestions
Tighten the long parenthetical justifications (e.g. the origin/HEAD prefix-stripping aside) into a single terse clause.
Reduce repeated consequence-emphasis tails such as 'Skipping the read ships an unreviewed fix, lets review reach into unrelated branch work...' — the directive to read the reference already carries the weight.
Consolidate the multiple `mode:pipeline` override callouts so the non-interactive path is stated once and referenced rather than restated in each phase.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's competence (no explaining of git, branches, or PRs), but several long parenthetical justifications and repeated consequence-emphasis passages (e.g. the origin-prefix stripping aside, the 'skipping the read ships an unreviewed fix' tail) could be tightened. | 3 / 5 |
Actionability | Concrete commands and templates are present (`git rev-parse --show-toplevel`, `git checkout -b <name>`, the Debug Summary block, exact status spellings), but much of the body is conditional routing logic rather than direct executable steps, with the core fix mechanics delegated to references. | 4 / 5 |
Workflow Clarity | Five phases (0 Triage → 4 Handoff) are explicitly sequenced with hard gates (causal-chain gate, Phase 2 fix-choice gate) and explicit validation/feedback loops (escalation table, failed-fix rule, validate-before-edit) for the risky commit/push operations. | 5 / 5 |
Progressive Disclosure | The body is a clear overview that delegates detailed procedures to one-level-deep, well-signaled references (investigate.md, fix.md, pipeline-mode.md, post-fix-handoff.md) — all real files — with mechanics appropriately split out and easy to navigate. | 5 / 5 |
Total | 17 / 20 Passed |