requesting-code-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and potential issues before being merged into the main codebase.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with a code-reviewer subagent to perform checks.
  • Structured Feedback: Provides categorized feedback on strengths, critical, important, and minor issues.
  • Workflow Integration: Supports subagent-driven development, plan execution, and ad-hoc reviews.
  • Use Case: After completing a feature, you can use this Skill to automatically send your changes to the code-reviewer subagent, get feedback, and address any identified issues before merging.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for your latest changes.

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

This Skill automates code review requests by dispatching a subagent to analyze code changes against specified requirements, identifying issues across various severity levels before merging.

What is a subagent-driven development workflow for quality assurance?

A subagent-driven development workflow uses specialized agents to execute tasks like quality assurance checks, ensuring code adheres to standards before integration into the main codebase.

How do I get structured feedback on code changes for my development workflow?

You can get structured feedback on code changes by dispatching the code-reviewer subagent, which categorizes results into strengths, critical issues, important issues, and minor issues.

Can I use this code review process for ad-hoc checks?

Yes, you can use this code review process for ad-hoc checks, as it supports subagent-driven development, plan execution, and spontaneous reviews to ensure code quality.

When do I need to request an automated code review?

You need to request an automated code review after completing a feature or making changes, ensuring your code is checked for quality and adherence to requirements before merging.