requesting-code-review

Dispatch a reviewer subagent to validate code changes against requirements.

9|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/DmitriyPolukhin/antigravity-superpower --skill requesting-code-review-dmitriypolukhin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/DmitriyPolukhin/antigravity-superpower/tree/main/modules/requesting-code-review
Command: npx skills add https://github.com/DmitriyPolukhin/antigravity-superpower --skill requesting-code-review-dmitriypolukhin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams catch bugs, architecture issues, and test gaps before changes cascade into larger failures.

Core Features & Use Cases

  • Request review at the right moments: mandates review after each subagent-driven task, after major features, and before merging to main.
  • Dispatch a dedicated reviewer subagent: sends a structured prompt including what was implemented, what it was supposed to do, and the git SHAs to review.
  • Produce actionable feedback: categorizes issues by severity (Critical/Important/Minor) and provides an explicit merge readiness assessment.
  • Iterate safely based on feedback: forces critical fixes before proceeding and requires technical justification if pushing back on the reviewer.

Quick Start

Ask your AI to dispatch the requesting-code-review workflow after you finish a task, filling in what you implemented, the plan or requirements, and the base/head git SHAs.

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 production-readiness code review before a merge?

To automate a production-readiness code review, you provide the base and head git SHAs along with the implementation details to a reviewer subagent. The subagent validates the changes against your requirements and provides a structured merge readiness assessment.

What is subagent-driven code review and when do I need it?

Subagent-driven code review uses a dedicated reviewer agent to validate implemented changes against your original plan. You need it after completing subagent-driven development tasks, major features, refactors, or any pre-merge checkpoint to catch bugs and test gaps.

How do I categorize code review issues by severity for a merge checklist?

Categorizing code review issues by severity involves sorting findings into Critical, Important, and Minor buckets. This structured feedback forces critical fixes before proceeding and requires technical justification if you choose to push back on the reviewer's assessment.

Can I request a code review using only git base and head SHAs?

Yes, you can request a code review using git base and head SHAs. You must also fill out a review template detailing what was implemented and what it was supposed to do, allowing the reviewer subagent to validate the exact diff against your requirements.

What is the best way to validate architecture and test gaps in batch execution plans?

The best way to validate architecture and test gaps in batch execution plans is to dispatch a dedicated reviewer subagent. It checks the implemented changes against the original requirements and categorizes any discovered architecture issues or test gaps by severity.

Does production-readiness code review work for major refactors or only new features?

Production-readiness code review works for both major refactors and new features. It applies to any pre-merge check or subagent-driven task, validating that the implemented changes align with the plan and identifying architecture issues before merging to main.