requesting-code-review

Dispatch a code-review subagent to validate code changes against requirements, quality, and security.

5|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/jsloat/superpowers-for-copilot --skill requesting-code-review-jsloat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/jsloat/superpowers-for-copilot/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/jsloat/superpowers-for-copilot --skill requesting-code-review-jsloat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatching a code-review subagent helps verify code changes early to catch issues before they cascade.

Core Features & Use Cases

  • Mandatory: review after each task in subagent-driven development
  • Optional but valuable: review before refactoring or when stuck
  • Focus areas: alignment with requirements, code quality, test coverage, security, and performance

Quick Start

Use the task tool to dispatch a code-review subagent after completing a task to verify it meets all requirements.

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

Automated code review dispatches a subagent to validate changes against requirements, quality, test coverage, security, and performance before merging to main. It runs automatically after completing major features or individual development tasks.

When should I run a code review subagent during development?

Run a code review subagent after completing each task in subagent-driven development, finishing major features, or preparing to merge to main. It is also valuable before refactoring or when development progress stalls.

What does automated code review check for in my code changes?

Automated code review checks that implementations meet stated requirements, maintain code quality and test coverage, and evaluate security and performance alignment. It validates changes early to prevent issues from cascading.

Can I use a code review subagent for quality and testing validation?

Yes, the code review subagent validates code quality and verifies test coverage alongside checking requirement alignment, security, and performance. It applies after each task to ensure continuous quality during development.

How do I validate code changes align with requirements using automation?

Dispatch a code-review subagent to automatically validate that code changes align with stated requirements. The subagent verifies implementation goals, checks quality metrics, and assesses security and performance factors.