Content
70%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured skill with clear workflow sequencing and good progressive disclosure. Its main weakness is that the core action (dispatching the subagent) lacks fully concrete/executable syntax, and some sections contain guidance that's unnecessary for Claude (behavioral 'never' rules, motivational taglines). The example is helpful but could be tighter.
Suggestions
Show the exact Task tool invocation syntax for dispatching the code-reviewer subagent rather than describing it abstractly
Trim the 'Red Flags' section—Claude doesn't need behavioral admonitions like 'never skip review because it's simple'; focus on technical decision criteria instead
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Generally efficient but has some unnecessary padding like the 'Red Flags' section with 'Never' items that are somewhat obvious behavioral guidance Claude doesn't need, and the 'Core principle' tagline adds no value. The example section is useful but slightly verbose. | 2 / 3 |
Actionability | Provides concrete bash commands for getting SHAs and clear placeholder descriptions, but the actual dispatch mechanism is vague ('Use Task tool with superpowers:code-reviewer type, fill template at code-reviewer.md') without showing the exact invocation syntax. The example uses a mix of pseudocode and real commands rather than being fully executable. | 2 / 3 |
Workflow Clarity | The three-step workflow (get SHAs → dispatch subagent → act on feedback) is clearly sequenced with explicit prioritization of feedback types (Critical → Important → Minor). The integration section clearly maps review timing to different workflow contexts, and the feedback triage acts as a validation checkpoint. | 3 / 3 |
Progressive Disclosure | The skill is well-structured with clear sections (When, How, Example, Integration, Red Flags) and appropriately references the external template at 'requesting-code-review/code-reviewer.md' as a single-level-deep reference. Content is appropriately scoped for the SKILL.md level. | 3 / 3 |
Total | 10 / 12 Passed |