requesting-code-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers ensure their code is high-quality, meets requirements, and is ready for merging by facilitating a structured code review process before deployment.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with a code-reviewer subagent to analyze code changes.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) on code quality, architecture, testing, and requirements.
  • Workflow Integration: Seamlessly fits into development workflows like Subagent-Driven Development and Executing Plans.
  • Use Case: After completing a feature, you can use this skill to automatically send your changes to a code reviewer agent, get feedback on potential issues, and fix them before they impact the main codebase.

Quick Start

Use the requesting-code-review skill to get feedback on your latest code changes before merging.

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 a git merge?

To automate code review before a merge, this skill dispatches a code-reviewer subagent that analyzes your git changes against requirements and quality standards, providing structured feedback on potential issues.

What is structured code review feedback in development workflows?

Structured code review feedback categorizes identified issues into Critical, Important, and Minor levels. This mechanism evaluates code quality, architecture, and testing based on your defined git review range before deployment.

How do I get feedback on code changes using git commands?

You can get feedback on code changes by defining a review range with git commands. This skill uses a templated prompt to dispatch a code-reviewer subagent that analyzes the specified changes against quality standards.

Does this automated code review process fit into plan execution workflows?

Yes, this automated code review process integrates seamlessly into plan execution and task-based development workflows. It dispatches a subagent to analyze changes after feature completion and before merging.

Can I use this code review skill without a dedicated code-reviewer subagent?

No, you cannot use this code review skill without a code-reviewer subagent. The skill requires a subagent to analyze the defined git changes and generate categorized feedback on quality, architecture, and testing.