From code-flow
Use when requesting or receiving code review — after completing a feature, before merging, or when acting on review feedback.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-flow:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- After completing a major feature or task group
Dispatch a code-reviewer agent with:
The reviewer will categorize issues by severity (critical, important, minor) and give a merge readiness assessment.
Push back when:
Push back with technical reasoning, not defensiveness. Reference specific code, tests, or decisions. If it's an architectural disagreement, involve the user.
When addressing multiple review items:
If you pushed back and the reviewer was right, acknowledge it factually and implement the fix. No need for lengthy explanations.
npx claudepluginhub aeriondyseti/aeriondyseti-plugins --plugin code-flowEvaluates code review feedback for technical accuracy, clarifies unclear points, verifies against codebase, and implements changes only after validation.
Processes code review feedback technically: verify suggestions against codebase, clarify unclear items, push back if questionable, implement after evaluation—not blind agreement.
Provides a structured protocol for receiving code review feedback: verifying before implementing, asking for clarification, and giving technically reasoned pushback instead of performative agreement.