requesting-code-review

Dispatches a code reviewer subagent to validate work before merging.

1|Updated May 28, 2026
One-click install
npx skills add https://github.com/amoutiers/maxi-superpowers --skill requesting-code-review-amoutiers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/amoutiers/maxi-superpowers/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/amoutiers/maxi-superpowers --skill requesting-code-review-amoutiers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a code reviewer subagent to catch issues before they cascade. This helps ensure work meets requirements and reduces downstream defects by catching errors early.

Core Features & Use Cases

  • Ensures code quality before merge by coordinating a thorough review.
  • Guides reviewers with a template and clear expectations for feedback.
  • Supports subagent-driven development workflows by integrating with task milestones.

Quick Start

Request a code review after each task to ensure quality before merge.

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

Automate code reviews before merging by dispatching a reviewer subagent after each task or major feature. This subagent validates plans against requirements and enforces actionable remediation to catch issues early.

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

Subagent-driven development coordinates specialized agents for distinct tasks, requiring a code review after each task completion or before merging to main. You need it to validate plans and ensure work meets requirements to reduce downstream defects.

How do I ensure code review feedback is actionable?

Ensure code review feedback is actionable by using a guided template that enforces specific feedback categories. This validates plans against requirements and provides clear remediation steps for the developer to follow.

Does this code review subagent work without external dependencies?

Yes, the code review subagent works without external dependencies. It operates independently to validate plans, enforce feedback categories, and provide a code-reviewer template after completing major features or before merging to main.

Why should I request a code review after completing a task?

Request a code review after completing a task to catch issues before they cascade into downstream defects. This ensures work meets requirements and validates plans early in the subagent-driven development workflow.

What are the limitations of using a subagent for code reviews?

A limitation of using a subagent for code reviews is that it relies on predefined templates and enforced feedback categories. It is designed for validating plans and requirements rather than handling unstructured or exploratory code analysis.