requesting-code-review

Dispatch a code-reviewer subagent to evaluate git changes for production readiness.

12|2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/aman-2709/superpowers-ecc --skill requesting-code-review-aman-2709
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/aman-2709/superpowers-ecc/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/aman-2709/superpowers-ecc --skill requesting-code-review-aman-2709

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures code changes are evaluated for production readiness before they cascade into larger problems by providing a structured, repeatable review dispatch and checklist.

Core Features & Use Cases

  • Focused subagent dispatch: Sends a dedicated code-reviewer subagent with only the relevant git range and implementation context to avoid leaking session history.
  • Structured review template: Provides a checklist for code quality, architecture, testing, requirements alignment, and production readiness with severity categorization.
  • Use cases: Request reviews after each subagent task, before merging major features, or when stuck on complex bugs to get actionable, file:line feedback.

Quick Start

Dispatch the superpowers:code-reviewer subagent with BASE_SHA, HEAD_SHA, a brief DESCRIPTION of what was implemented, and the PLAN_REFERENCE to request a focused production-readiness review.

Frequently Asked Questions about 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 feature branch?

You can automate code review before merging by dispatching a code-reviewer subagent with the git BASE_SHA, HEAD_SHA, implementation description, and plan reference to evaluate production readiness.

What is a structured code review checklist for production readiness?

A structured code review checklist for production readiness evaluates code quality, architecture, testing, requirements alignment, and severity-classified issues to provide actionable file:line remediation guidance.

How do I get file and line specific feedback on code changes?

To get file and line specific feedback, provide the git base/head range and implementation context to a code-reviewer subagent, which returns severity-classified issues with actionable remediation guidance.

Can I request a code review without leaking my entire session history?

Yes, focused subagent dispatch sends only the relevant git range and implementation context to the code-reviewer, preventing session history leakage during the production readiness review.

When should I request a subagent-driven code review?

You should request a subagent-driven code review after completing each subagent task, before merging major features, or when stuck on complex bugs to get actionable feedback.

What are the limitations of automated subagent code reviews?

Automated subagent code reviews require a specific git base/head range and implementation context, relying on a structured checklist to evaluate production readiness without accessing broader session history.