Stats
Actions
Tags
From meta-dev
Structured code review across 5 dimensions — correctness, safety, patterns, coverage, scope. Verdict-routed to auto-fix or surface.
How this skill is triggered — by the user, by Claude, or both
Slash command
/meta-dev:code-review-protocolThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Five-dimension review. Input: diff, list of changed files. Output: verdict + routing.
Five-dimension review. Input: diff, list of changed files. Output: verdict + routing.
See references/review-dimensions.md for full rubric.
references/verdict-routing.mdneeds_fix with suggested fix → dispatch fix-agent per routing tableneeds_review → write finding to inbox| Verdict | Meaning |
|---|---|
| pass | No issues found |
| needs_fix | Specific fixable issue (with suggested change) |
| needs_review | Structural concern, needs human judgment |
npx claudepluginhub ansonphong/meta-dev --plugin meta-devCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.