Help us improve
Share bugs, ideas, or general feedback.
From meta-dev
Structured code review across 5 dimensions — correctness, safety, patterns, coverage, scope. Verdict-routed to auto-fix or surface.
npx claudepluginhub ansonphong/meta-dev --plugin meta-devHow 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.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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 |