requesting-code-review

Automate code review requests by dispatching a subagent to analyze Git commit changes.

1|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/nimeshgurung/artifact-hub-collections --skill requesting-code-review-nimeshgurung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/nimeshgurung/artifact-hub-collections/tree/main/skills/raw/obra/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/nimeshgurung/artifact-hub-collections --skill requesting-code-review-nimeshgurung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers catch potential issues in their code before merging, ensuring higher quality and reducing the risk of bugs in production.

Core Features & Use Cases

  • Proactive Code Review: Integrates a code review subagent to analyze changes against requirements.
  • Issue Identification: Categorizes identified issues by severity (Critical, Important, Minor).
  • Workflow Integration: Supports subagent-driven development and plan execution by embedding review steps.
  • Use Case: After completing a new feature, dispatch the code-reviewer subagent to check the implementation against the feature's requirements and identify any critical bugs or architectural flaws before submitting a pull request.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent with the details of your recent code 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 for a specific Git commit range?

Automate code review by dispatching a dedicated subagent to analyze code changes against specified plans or requirements within a defined Git commit range, categorizing identified issues by severity before merging.

What is subagent-driven code review and how does it work?

Subagent-driven code review works by dispatching a code-reviewer subagent to compare your recent code changes against feature requirements, facilitating early detection of bugs, architectural flaws, and requirement deviations.

Do I need a specific development workflow to request code reviews automatically?

No specific workflow is required, but this integrates best with subagent-driven development and plan execution by embedding structured review steps to check implementations before submitting a pull request.

How are code review issues categorized by severity before a pull request?

Code review issues are categorized by severity into Critical, Important, and Minor, ensuring production readiness through structured feedback that highlights architectural flaws and requirement deviations.

Can I use this to check my feature implementation against original requirements?

Yes, you can dispatch the code-reviewer subagent after completing a new feature to check the implementation against the feature's original requirements and identify critical bugs or architectural flaws.