Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-structured debugging skill with clear workflows and excellent one-level-deep reference organization. Its only weakness is conciseness — the body carries rationale and dense conditional prose that pushes past the token-efficiency ideal.
Suggestions
Move rationale/justification sentences (e.g. "Speculation without evidence is the #1 reason debugging stalls", "Observation beats speculation") into the relevant references and keep SKILL.md to the imperative rule.
Condense the capability-loading, worktree DOCKER CONTEXT, and agentmemory HTTP-route contracts into their reference files, leaving only the dispatch rule and a pointer inline.
Trim repeated justifications of the Iron Law / 3-Strike Rule where the numbered steps already convey the requirement.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Per-line content is operational and dense, but the ~190-line body includes rationale sentences (e.g. "Speculation without evidence is the #1 reason debugging stalls") and lengthy conditional prose around capability/worktree contracts that could be tightened or moved to references. | 2 / 3 |
Actionability | Provides concrete executable commands (npx tsc --noEmit, git log --oneline -10 -- <files>, a full agentmemory curl template) and exact MCP tool-call signatures plus a JSONL append example — copy-paste ready. | 3 / 3 |
Workflow Clarity | Mode-based routing (Q/A/B/C), a MANDATORY pre-flight checklist, and numbered Fix & Verify steps with explicit validation checkpoints and feedback loops (instrumentation pivot, 3-Strike Rule, prevention gate) match the top anchor. | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview that routes to one-level-deep, clearly-signaled references (mode-b-deep, prevention-gate, debug-report-template, etc.), all verified to exist as real files in references/. | 3 / 3 |
Total | 11 / 12 Passed |