Content
100%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, project-specific TDD skill that assumes Claude's competence and supplies only the non-obvious judgment rules — when RED already exists, when to skip new tests, how to route bugs. Workflow, examples, and validation checkpoints are all explicit.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and dense; assumes Claude already knows Red-Green-Refactor and adds only project-specific judgment rules (no duplicate RED, reuse existing checkers, route unknown bugs to debugging), with every section earning its place. | 5 / 5 |
Actionability | Gives concrete executable guidance — '先写测试,亲眼确认它以预期原因失败', a real command ('pnpm check:sop-definitions'), explicit RED/GREEN/REFACTOR branch handling, and concrete positive/negative/grey examples covering common cases. | 5 / 5 |
Workflow Clarity | Clear Red-Green-Refactor sequence with explicit validation checkpoints and feedback loops ('RED 立即通过 → 先纠正测试', 'GREEN 让别的检查变红 → 停下修复回归', 'REFACTOR 后变红 → 回退'), plus an error→consequence→fix Common Mistakes table. | 5 / 5 |
Progressive Disclosure | Self-contained ~60-line body with clear section headers and no bundle files needed; the only external link is a clearly signaled one-level-deep cross-skill pointer (bug-diagnosis-capsule.md), not a nested reference chain. | 5 / 5 |
Total | 20 / 20 Passed |