requesting-code-review

Review code changes in a git range and output file:line feedback with a merge verdict.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, repeatable way to request and receive actionable code reviews so issues are caught before they cascade into larger problems or broken merges. It removes ambiguity for reviewers by supplying a targeted git range, a clear description of what was implemented, and the plan or requirements to judge against.

Core Features & Use Cases

  • Pre-merge verification: Request reviews after completing major features or before merging to ensure production readiness.
  • Task-level feedback: Use after each task in subagent-driven development or after batches in executing plans to catch regressions early.
  • Reviewer checklist & template: Supplies a configurable review template that categorizes issues by severity, demands file:line specificity, and produces a clear ready-to-merge verdict.
  • Use Case: Dispatch the code-reviewer subagent with BASE_SHA and HEAD_SHA to get a prioritized list of critical, important, and minor issues and concrete remediation steps.

Quick Start

Dispatch the superpowers:code-reviewer subagent and provide WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION.

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 code review for a specific git commit range?

To automate code review for a specific git commit range, you provide the base and head git SHAs along with a description of what was implemented. The tool then runs a structured checklist covering code quality, architecture, and testing to produce actionable file:line feedback.

What is the best way to catch regressions during subagent-driven development?

The best way to catch regressions during subagent-driven development is to request task-level code reviews after completing each task or batch. This provides structured, repeatable assessments that identify severity-classified issues before they cascade into larger problems.

Does this code review tool provide a merge readiness verdict?

Yes, this code review tool provides an explicit ready-to-merge verdict. It evaluates production readiness by categorizing discovered issues by severity and demanding file:line specificity to ensure clear remediation steps before merging.

How do I evaluate production readiness before a feature merge?

To evaluate production readiness before a feature merge, dispatch a code review subagent with the base and head SHAs, implementation details, and plan references. It assesses code quality, architecture, and testing against the provided requirements to output a merge verdict.

Can I use a review checklist to classify code quality issues by severity?

Yes, you can use a configurable review checklist to classify code quality issues by severity. The template categorizes findings into critical, important, and minor issues, supplying concrete remediation steps with file:line specificity.