superpowers:requesting-code-review

Dispatch a subagent to review git diffs against project requirements.

6|Updated May 25, 2026
One-click install
npx skills add https://github.com/zhentingWu-wzt/wgenty-code --skill superpowers-requesting-code-review-zhentingwu-wzt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superpowers:requesting-code-review
Source: https://github.com/zhentingWu-wzt/wgenty-code/tree/main/.wgenty-code/skills/superpowers/requesting-code-review
Command: npx skills add https://github.com/zhentingWu-wzt/wgenty-code --skill superpowers-requesting-code-review-zhentingwu-wzt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent code quality and overlooked bugs by automating the dispatch of a specialized code-reviewing subagent to verify work against requirements.

Core Features & Use Cases

  • Subagent Delegation: Automatically triggers a Senior Code Reviewer subagent to inspect git diffs.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) to ensure issues are addressed before merging.
  • Use Case: After implementing a complex feature, use this skill to have an AI reviewer verify your code against the original plan, catching edge-case bugs and architectural flaws before they reach the main branch.

Quick Start

Request a code review for the current branch by providing the base and head commit hashes to the reviewer subagent.

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 review for git diffs before merging?

Automate code review for git diffs by dispatching a specialized subagent to perform read-only inspections of your changes. The subagent validates implementations against project plans and technical requirements, ensuring adherence to architectural standards and security best practices.

What is automated subagent code quality assurance?

Automated subagent code quality assurance is a process where a specialized AI subagent systematically reviews git diffs. It validates code against original plans and technical requirements, catching edge-case bugs and architectural flaws before they reach the main branch.

How do I trigger a code review subagent for my current branch?

Trigger a code review subagent by providing the base and head commit hashes of your current branch. The subagent will then inspect the git diffs between these commits and provide structured feedback categorized by severity.

Can I use code review automation to verify implementation against project plans?

Yes, code review automation verifies implementation against project plans by dispatching a Senior Code Reviewer subagent. It operates within the software development lifecycle to validate work against technical requirements and architectural standards.

Does automated code review provide structured feedback for issues found?

Automated code review provides structured feedback categorized into Critical, Important, and Minor issues. This multi-tier feedback ensures that bugs and architectural flaws are systematically addressed before merging.

Are there limitations to using a read-only subagent for code review?

The read-only subagent performs inspections without modifying code, meaning it provides feedback but does not automatically fix issues. Users must manually address the categorized feedback before merging changes to the main branch.