An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
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
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.