/requesting-code-review
Requesting Code Review
Dispatch Axon as a fresh reviewer with the right context. Not a log of your thought process, just the delta to review.
Used by 1 agent
What it does
Sends a code-review subagent exactly the context it needs: what was implemented, the plan or requirements it should meet, base and head SHAs, and a short description. No session history, no exploration trail. Reviewer stays focused on the work product. Your context stays lean for the next task.
Use it after every task in a subagent-driven run, after any major feature, and before merging to main. Also reach for it when you're stuck and need a fresh read, or after a complex bug fix that deserves a second pair of eyes.
Outputs a structured review from Axon: strengths, critical issues, important issues, minor notes, and a ready-or-not assessment. Pairs with `subagent-driven-development` (the workflow that calls it per task), `receiving-code-review` (how to process what comes back), and `finishing-a-development-branch` (the merge step that trusts a green review).
