superpowers-requesting-code-review

Route completed work to a reviewer subagent for evaluation.

13|3|Updated May 12, 2026
One-click install
npx skills add https://github.com/kevinnft/ai-agent-skills --skill superpowers-requesting-code-review-kevinnft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers-requesting-code-review
Source: https://github.com/kevinnft/ai-agent-skills/tree/main/skills/superpowers/requesting-code-review
Command: npx skills add https://github.com/kevinnft/ai-agent-skills --skill superpowers-requesting-code-review-kevinnft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a code reviewer subagent to catch issues before they cascade, ensuring the work stays focused on the artifact and preserving your context for continued work.

Core Features & Use Cases

  • Early, focused code review: Route completed work to a reviewer subagent that analyzes against plan and quality standards.
  • Structured prompts: Uses placeholders for DESCRIPTION, PLAN_OR_REQUIREMENTS, BASE_SHA, and HEAD_SHA to guide the review.
  • Workflow integration: Integrates with task-based or plan-driven development, after each task or before merging.

Quick Start

Dispatch a code reviewer subagent after completing a task using the provided template.

Frequently Asked Questions about superpowers-requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a code review before merging a pull request?

Automate code review by dispatching a dedicated reviewer subagent that analyzes your git diff against plan alignment, code quality, architecture, testing, and production readiness. It uses structured prompts with placeholders for DESCRIPTION, PLAN_OR_REQUIREMENTS, BASE_SHA, and HEAD_SHA to guide the evaluation.

What is a subagent code review workflow?

A subagent code review workflow routes completed development tasks to an isolated evaluator to catch issues early. This preserves your main context window for continued work while the subagent independently enforces plan alignment and quality standards.

Can I use a code reviewer subagent with task-based iterative development?

Yes, you can integrate a code reviewer subagent across iterative development workflows. Dispatch it after completing individual tasks, at feature milestones, or before merging to main to continuously evaluate work without interrupting your development momentum.

What is the best way to review a git diff for production readiness?

The best way to review a git diff for production readiness is dispatching a focused subagent with structured prompts. It strictly evaluates code quality, architecture, and testing against your original requirements before code reaches the main branch.

Why use a subagent for pull request reviews instead of reviewing manually?

Using a subagent for pull request reviews catches issues before they cascade while preserving your context for continued work. It enforces structured quality assurance independently, allowing you to maintain focus on artifact creation.