requesting-code-review

Dispatch a code-reviewer subagent to validate git changes before merging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables dispatching a code-reviewer subagent to validate changes before merging, ensuring early detection of issues and alignment with project standards.

Core Features & Use Cases

  • Pre-merge validation: Trigger structured reviews after each task or major feature completion.
  • Plan-aligned assessment: Compare implementations against the target plan and coding standards.
  • Comprehensive evaluation: Assess code quality, architecture, testing, and production readiness.

Quick Start

Use the requesting-code-review skill to trigger a review for the latest commit in your feature branch.

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 before merging a pull request?

To automate code review before merging, this Skill dispatches a code-reviewer subagent to validate changes against project standards using a standardized template. It assesses code quality, architecture, testing, and production readiness across your specified git range.

What is the best way to validate code quality after completing a major feature?

The best way to validate code quality after major feature completion is triggering a structured review subagent. It compares your implementations against the target plan and evaluates architecture, testing, and production readiness before you merge.

How does a subagent code review work for pre-merge validation?

Subagent code review works by dispatching a specialized agent to assess a specified git range (BASE_SHA to HEAD_SHA). It applies a standardized review template to evaluate code quality, architecture, testing, and production readiness before merging.

Do I need a specific git range to trigger an architecture review?

Yes, you need to provide a specific git range from BASE_SHA to HEAD_SHA to trigger an architecture review. This range allows the code-reviewer subagent to accurately identify changes and validate them against your project standards.

Can I use this pre-merge code review across different development cycles?

Yes, you can use this pre-merge code review across different development cycles. It is designed to trigger after each task, after major feature completion, and before merges to ensure early detection of issues.

What does a standardized code review template assess?

A standardized code review template assesses code quality, architecture, testing, and production readiness. It ensures your changes align with project standards and the target plan before allowing a merge.