requesting-code-review

Dispatch a code-reviewer subagent to analyze code changes against requirements.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/sartoris-digital/pi-superpowers --skill requesting-code-review-sartoris-digital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/sartoris-digital/pi-superpowers/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/sartoris-digital/pi-superpowers --skill requesting-code-review-sartoris-digital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps prevent bugs and integration issues by ensuring code is reviewed by an automated agent before it's merged or deployed.

Core Features & Use Cases

  • Automated Code Review: Dispatches a specialized code-reviewer subagent to analyze code changes.
  • Early Issue Detection: Identifies critical, important, and minor issues based on predefined checklists and requirements.
  • Use Case: After completing a feature, you can use this skill to get an immediate, objective review of your code against the requirements and best practices, catching potential problems before they impact the team.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for changes between BASE_SHA and HEAD_SHA.

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 before merging involves dispatching a specialized subagent to analyze code changes against requirements. This skill facilitates early detection of bugs and architectural flaws, ensuring code quality before integration by checking predefined standards automatically.

What is an automated code review subagent and how does it work?

An automated code review subagent is a dispatched agent that analyzes code changes between specified base and head commits. It evaluates modifications against best practices and predefined checklists, categorizing identified issues into critical, important, and minor severity levels.

How do I request a code review for changes between two git commits?

To request a code review for changes between two git commits, you provide the BASE_SHA and HEAD_SHA to the skill. The skill dispatches a code-reviewer subagent to analyze the diff and evaluate adherence to development workflow standards.

Can I use automated code review to detect architectural flaws early?

Yes, automated code review can detect architectural flaws early in the development workflow. The review subagent analyzes modifications against specified requirements and best practices to identify structural issues before code integration.

Does automated code review work without external dependencies?

Yes, automated code review works without external dependencies. The skill operates by dispatching an internal subagent to evaluate code changes, requiring only the base and head commit references to perform the quality assurance analysis.