requesting-code-review

Route code changes to a code-review subagent for pre-merge quality checks.

4|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/apexbusiness-systems/APEX-OmniHub --skill requesting-code-review-apexbusiness-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/apexbusiness-systems/APEX-OmniHub/tree/main/.cursor/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/apexbusiness-systems/APEX-OmniHub --skill requesting-code-review-apexbusiness-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates pre-merge quality checks by routing code changes to a dedicated code-review subagent, ensuring issues are identified early.

Core Features & Use Cases

  • Automatic review trigger: Dispatches the superpowers:code-reviewer subagent after task completion to validate implementation against the plan.
  • Early feedback: Provides structured feedback before merging to main, reducing risk of regressions.
  • Guided review workflow: Uses standardized templates (code-reviewer.md) and placeholders to maintain consistency across reviews.

Quick Start

Use the requesting-code-review skill to prompt a review for your latest commit before merging to main.

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 pre-merge code review for pull requests?

Automated pre-merge code review routes code changes to a dedicated subagent to validate implementation against the plan before merging to main. This dispatching mechanism is triggered automatically after task completion to catch regressions early.

When should I trigger an automated code review in my workflow?

Automated code review should be triggered after each subagent-driven task, after major features are completed, or directly before merging to main. This timing ensures issues are identified early and feedback is provided before code changes are integrated.

How does a subagent-driven code review workflow operate?

A subagent-driven workflow operates by dispatching a code-review subagent using standardized templates with placeholders like BASE_SHA, HEAD_SHA, and WHAT_WAS_IMPLEMENTED. This ensures consistent validation of code changes against defined requirements.

What information do I need to provide for automated code review templates?

Automated code review templates require specific placeholders: WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION. Providing these details ensures the subagent accurately validates your latest commit against the original plan.

Can I use automated code review to validate implementation against a plan?

Automated code review dispatches a subagent to validate your implementation against the defined plan or requirements. By providing the base and head SHAs along with the plan details, it checks code changes for consistency before merging.

Does pre-merge quality assurance automation require external dependencies?

Pre-merge quality assurance automation requires no external dependencies, operating entirely within the Task tool's workflow. It integrates natively by routing changes to a code-review subagent using a standardized template.