requesting-code-review

Route git changes to a code-reviewer subagent for structured pre-merge reviews.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hetsheth-droid/toolbox-template --skill requesting-code-review-hetsheth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/hetsheth-droid/toolbox-template/tree/main/incubating/superpowers-skills/requesting-code-review
Command: npx skills add https://github.com/hetsheth-droid/toolbox-template --skill requesting-code-review-hetsheth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches a dedicated code-reviewer subagent to catch issues before they cascade, ensuring changes meet requirements without leaking session history.

Core Features & Use Cases

  • Dispatches a code-reviewer subagent for production-ready feedback on new changes.
  • Provides structured evaluation including strengths, issues, and recommended fixes.
  • Integrates into task-driven workflows to guard against regressions before merging.

Quick Start

Provide a concise, structured code-review brief for the latest commit and have the subagent return a prioritized list of issues.

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 pre-merge code reviews for feature branches?

Automate pre-merge code reviews by routing git changes to a dedicated subagent. The subagent evaluates your feature branch commits and returns structured feedback before you merge to main.

What is a subagent code review and how does it work?

A subagent code review dispatches an isolated agent to analyze git changes without leaking session history. It applies targeted reviews after development tasks, returning a prioritized list of strengths, issues, and recommended fixes.

Do I need git SHAs to run an automated code review?

Yes, you need git SHAs to run this automated code review. The process requires base and head SHAs to accurately identify the scope of changes for the subagent to evaluate.

Can I use automated code review for major refactoring tasks?

Yes, you can use automated code review for major refactoring tasks. The review scope explicitly supports task-based development, feature branches, and major refactors to catch regressions before merging.

What format does the automated code review feedback follow?

The automated code review feedback follows a structured format. It outputs a prioritized evaluation covering strengths, identified issues, and recommended fixes to guide your pre-merge corrections.