The review loop
Ask for review before merging, review against standards and intent, and take the feedback with rigour.
Install the kit
4 available install commands
npx skills@latest add obra/superpowers --skill requesting-code-review
npx skills@latest add mattpocock/skills --skill code-review
npx skills@latest add obra/superpowers --skill receiving-code-review
npx skills@latest add addyosmani/agent-skills --skill code-review-and-qualityEach command asks which agents to install for; add -g to install globally.
In this kit
Requesting code review
Sends finished work to a reviewer subagent before merging.
What it can touch: Uses git · Subagents
239Kinstalls
npx skills@latest add obra/superpowers --skill requesting-code-reviewCode review
Reviews a diff twice in parallel: against your repo's standards and against the spec.
What it can touch: Uses git · Subagents
622Kinstalls
npx skills@latest add mattpocock/skills --skill code-reviewReceiving code review
Handles review feedback with verification instead of automatic agreement.
What it can touch: Edits code
203Kinstalls
npx skills@latest add obra/superpowers --skill receiving-code-reviewCode review and quality
A five-axis review: correctness, readability, architecture, security and performance.
What it can touch: Guidance only
50Kinstalls
npx skills@latest add addyosmani/agent-skills --skill code-review-and-quality