Receiving Code Review
Summary
Respond to code review feedback with technical rigour — verify each point instead of agreeing with everything.
Features
- Verifies feedback technically before acting on it
- Prevents performative agreement with wrong suggestions
- Handles unclear feedback by asking rather than guessing
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
AI agents are agreeable to a fault. Told that a piece of code is wrong, they will usually change it, whether or not the reviewer was right. This skill counteracts that.
It requires each piece of feedback to be evaluated on its merits: check whether the claimed problem is real, test the suggested alternative, and push back with evidence when the suggestion is incorrect. Where feedback is ambiguous, it asks rather than picking an interpretation and rewriting half the file.
The result is review conversations that improve the code rather than merely churn it — and a reviewer who can trust that agreement means something.
Part of the Superpowers collection.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.