requesting-code-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure code quality and adherence to requirements by facilitating early and frequent code reviews, preventing issues from cascading into production.

Core Features & Use Cases

  • Proactive Issue Detection: Catches bugs, architectural flaws, and requirement deviations early in the development cycle.
  • Streamlined Review Process: Provides a clear framework for requesting and acting on code reviews.
  • Use Case: After completing a significant feature, dispatch this Skill to get feedback from a code reviewer subagent before merging the changes into the main branch.

Quick Start

Request a code review for your latest changes using the requesting-code-review skill.

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

Automating code review involves dispatching a subagent to analyze changes against quality standards. This Skill streamlines that process by using git commands to identify commit ranges and a markdown template to structure reviewer input before merging.

What is the best way to verify code changes meet requirements before a merge?

Verifying code changes against requirements is best handled by dispatching a dedicated subagent. It analyzes your feature implementation iteratively, catching architectural flaws and requirement deviations early in the development workflow before they cascade into production.

Can I use git commands to specify commit ranges for a code review?

Yes, you can use git commands to identify specific commit ranges. The Skill requires these commands to accurately scope the code changes, allowing the dispatched subagent to analyze the correct development workflow iterations against your quality standards.

How does a subagent analyze code changes for quality assurance?

A subagent analyzes code changes by evaluating them against specified requirements and quality standards. It uses a structured markdown template for reviewer input, catching bugs early and providing feedback to ensure code quality before merging into the main branch.

Do I need a structured markdown template to request a code review?

Yes, a structured markdown template is required for reviewer input. The template provides a clear framework for the subagent to follow, ensuring the code review process is streamlined and that feedback directly addresses requirement deviations and quality standards.