superpowers-requesting-code-review

Route code changes to a dedicated subagent for structured review feedback.

2|1|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/aldoborrero/agent-kit --skill superpowers-requesting-code-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: superpowers-requesting-code-review
Source: https://github.com/aldoborrero/agent-kit/tree/main/skills/superpowers/requesting-code-review
Command: npx skills add https://github.com/aldoborrero/agent-kit --skill superpowers-requesting-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and formalize code changes early by routing them to a dedicated code-review subagent, ensuring issues are caught before they cascade and before merging.

Core Features & Use Cases

  • Dispatch a code-reviewer subagent after completing tasks to evaluate changes for production readiness.
  • Enforce review at key milestones: after each task, after major features, and before merging to main.
  • Provide a structured review output with strengths, issues, and recommended fixes, including a diff summary and base/head SHAs for traceability.

Quick Start

Dispatch the code-reviewer subagent after finishing a task to review changes before proceeding.

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 code reviews before merging to main?▼

Automate code reviews by routing changes to a dedicated subagent that evaluates diffs and base/head SHAs for production readiness. This structured workflow catches issues early before merging to main.

When should I request a code review during my development workflow?▼

Request a code review after completing each task, finishing major features, or before merging to main. Dispatching a subagent at these milestones ensures issues are caught before they cascade.

What is included in a structured code review output?▼

Structured code review output includes a diff summary, base/head SHAs for traceability, identified strengths, issues, and recommendations to guide corrective actions.

Can I use a subagent for ad-hoc code reviews on task-by-task development?▼

Yes, you can dispatch a code-review subagent for ad-hoc or task-by-task development workflows. This provides formal feedback on changes to ensure quality assurance.

What's the best way to catch code issues early before they cascade?▼

Catch code issues early by routing changes to a dedicated code-review subagent that provides structured feedback. This formal review process evaluates production readiness before merging.