requesting-code-review

Automates dispatch of a code-reviewer subagent using BASE_SHA and HEAD_SHA inputs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JasonVene/CC_MainDev --skill requesting-code-review-jasonvene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/JasonVene/CC_MainDev/tree/main/_archive/imports/downloads/superpowers-main/skills/requesting-code-review
Command: npx skills add https://github.com/JasonVene/CC_MainDev --skill requesting-code-review-jasonvene

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatching a code-reviewer subagent helps catch issues early and prevent cascading defects by enforcing pre-merge quality checks and aligning work with requirements.

Core Features & Use Cases

  • Dispatch the code-reviewer subagent after every task to review changes before proceeding.
  • Validate work against explicit plans and requirements using the provided templates.
  • Facilitate faster, safer merges by surfacing strengths and actionable issues.

Quick Start

After completing a task, dispatch the code-reviewer subagent with the Base SHA and Head SHA to initiate a review.

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 code review before merging to main?

Automating a code review before merging involves dispatching a subagent with the Base and Head SHAs to evaluate code quality, architecture, and production readiness. It applies a structured review template to verify alignment with requirements and surface actionable issues.

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

Subagent-driven development dispatches automated reviewers to catch issues early after completing tasks. You need it to enforce pre-merge quality assurance, validate changes against explicit plans, and prevent cascading defects in your workflow.

How do I dispatch a code-reviewer subagent after a feature completion?

Dispatch the code-reviewer subagent by providing the required BASE_SHA and HEAD_SHA inputs after major feature completion. The subagent initiates a structured review to assess testing, architecture, and production readiness before proceeding.

Does the code review workflow require specific Git inputs?

Yes, the code review workflow strictly enforces BASE_SHA and HEAD_SHA inputs to identify changes between commits. These inputs allow the subagent to evaluate code quality, architecture, and verify alignment with your requirements.

What is the best way to catch code quality issues before they cascade?

The best way to catch code quality issues early is dispatching a code-reviewer subagent after each task. This automates quality assurance checks against a structured template to surface actionable issues and facilitate safer merges to main.

Can I validate code changes against explicit plans using a subagent?

Validating code changes against explicit plans is achieved by dispatching the code-reviewer subagent with your commit SHAs. The subagent uses a structured review template to verify alignment with requirements, assess architecture, and determine production readiness.