Requesting Code Review
Summary
Prepare and request a code review that checks the work against its original requirements, not just its syntax.
Features
- Structures a review request around the requirements
- Verifies the work meets the spec before asking
- Used before merging or claiming completion
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
This skill runs before merging or handing work back. It assembles what a reviewer needs: what was asked for, what changed, how it was verified, and what remains uncertain.
Crucially, it checks the work against the original requirements rather than reviewing the diff in isolation — the most common review failure is approving code that is correct but does not do what was requested.
It is designed to be paired with a reviewing agent or a human, and it produces a request that makes review fast rather than a wall of context the reviewer has to reconstruct.
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.