requesting-code-review

Dispatch a code-reviewer subagent to assess recent work for production readiness.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fernandoxavier02/Superpower-Gemini --skill requesting-code-review-fernandoxavier02
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/fernandoxavier02/Superpower-Gemini/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/fernandoxavier02/Superpower-Gemini --skill requesting-code-review-fernandoxavier02

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch code-reviewer subagent to assess recent work for production readiness.

Core Features & Use Cases

  • Dispatch the code-reviewer subagent with precise context for evaluation, including what was implemented and the plan or requirements.
  • Apply reviews after each task, after implementing major features, and before merging to main to catch issues early.
  • Capture actionable feedback, categorize issues by severity, and drive fixes before proceeding.

Quick Start

Dispatch the code-reviewer subagent after completing a task to validate changes before merging.

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 pull requests before merging to main?

Automate code review by dispatching a code-reviewer subagent to assess recent work for production readiness before merging to main. The subagent evaluates changes against the original plan and requirements to provide targeted feedback.

What context is needed to run a subagent-driven code review?

Subagent-driven code review requires precise context including what was implemented, the plan or requirements, and the base and head SHAs. Providing this context enables the subagent to target feedback specifically to the recent changes.

When should I request a code review in a dev process workflow?

Request a code review after completing each task, after implementing major features, or before merging to main. Applying reviews at these stages catches issues early and drives fixes before proceeding further in the workflow.

How does a code-reviewer subagent evaluate production readiness?

A code-reviewer subagent evaluates production readiness by assessing recent work against provided context like requirements and SHAs. It captures actionable feedback and categorizes issues by severity to drive necessary fixes.

Can I categorize issues by severity when reviewing code changes?

Yes, you can categorize issues by severity when reviewing code changes. The subagent captures actionable feedback and sorts issues by severity, allowing developers to prioritize and drive fixes before proceeding to production.

What is the best way to get early feedback on code changes?

The best way to get early feedback is dispatching a code-reviewer subagent after completing a task or major feature. This provides precise, targeted feedback on changes before merging to main.