requesting-code-review

Dispatch a subagent to analyze code changes against requirements and quality standards.

58|6|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/barretstorck/gemini-superpowers --skill requesting-code-review-barretstorck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/barretstorck/gemini-superpowers/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/barretstorck/gemini-superpowers --skill requesting-code-review-barretstorck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps prevent bugs and ensures code meets requirements by integrating a systematic code review process into your development workflow.

Core Features & Use Cases

  • Proactive Bug Detection: Catches issues early in the development cycle, reducing the cost of fixing them later.
  • Workflow Integration: Seamlessly fits into various development methodologies like subagent-driven development and plan execution.
  • Use Case: After completing a complex feature, you can use this skill to automatically dispatch a code reviewer subagent to check for bugs, architectural flaws, and adherence to requirements before you merge your changes.

Quick Start

Use the requesting-code-review skill to get feedback on your latest commit.

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 git changes?

Automating code review before merging involves dispatching a subagent to analyze git changes against specified requirements and quality standards. This skill facilitates that structured review process to catch bugs early and ensure code meets architectural guidelines.

What is subagent-driven development workflow for quality assurance?

Subagent-driven development workflow for quality assurance is a process where a specialized subagent is dispatched to automatically check code changes for bugs and requirement adherence. It integrates directly into development methodologies to prevent issues before merge.

How do I define the review range for a code review subagent?

To define the review range for a code review subagent, you need to use standard git commands to specify the commit boundaries. The skill then requires a templated markdown file to provide the reviewer subagent with the necessary input and context.

Can I use this code review process with my existing development workflow?

Yes, you can integrate this code review process with your existing development workflow. It is specifically designed to support integration into various methodologies, including subagent-driven development and plan execution, to ensure quality assurance without disrupting your routine.

When should I run an automated code review on my feature branch?

You should run an automated code review on your feature branch after completing a complex feature and before you merge your changes. This proactive bug detection step ensures code meets requirements and catches architectural flaws early in the development cycle.