Use when receiving human, automated, GitHub, CodeRabbit, or other review feedback before changing code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/development-discipline:receiving-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review feedback is technical input. Verify it against the codebase, then either
Review feedback is technical input. Verify it against the codebase, then either implement the correct change or push back with evidence.
| Situation | Response |
|---|---|
| Correct and clear | Make the change and report the concrete fix |
| Ambiguous | Ask the specific clarification before editing |
| Incorrect | Explain the code evidence and propose the safer alternative |
| Conflicts with prior user direction | Stop and ask the user |
| Can't verify cheaply | State what evidence is missing and ask whether to investigate |
For GitHub inline comments, reply in the review thread when responding on the forge. Avoid top-level comments for line-specific review threads.
npx claudepluginhub jwilger/ai-plugins --plugin development-disciplineSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.