requesting-code-review

Dispatch a code-reviewer subagent to evaluate code changes with severity-categorized feedback.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Herxinsasa/Skills-Collector --skill requesting-code-review-herxinsasa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Herxinsasa/Skills-Collector/tree/main/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/Herxinsasa/Skills-Collector --skill requesting-code-review-herxinsasa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of missed code issues that cascade into larger production bugs, reduces context bloat from mixing review history with active work, and ensures consistent, focused code review coverage across all development workflows.

Core Features & Use Cases

  • Dedicated Subagent Review: Dispatches a specialized code-reviewer subagent with only the precise code change context, keeping reviews focused on the work product rather than your thought process.
  • Mandatory Review Checkpoints: Enforces reviews after each subagent-driven development task, after major feature completion, and before merging to main to catch issues early.
  • Structured Severity Categorized Feedback: Returns review results split into Critical, Important, and Minor issues, plus strengths and a clear production readiness assessment, so you know exactly what to fix first.
  • Use Case: A developer implementing a new payment processing feature can use this Skill to get a focused review of their code for security gaps, logic errors, and test coverage before merging, preventing costly production outages.

Quick Start

Use the requesting-code-review skill to dispatch a code reviewer subagent to evaluate your recent code changes against project requirements and get a prioritized list of issues to fix 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 get focused code review feedback without polluting the context with full session history?

Focused code review is achieved by dispatching a dedicated subagent with only the relevant code change context. This eliminates context bloat and ensures the review targets the work product rather than your thought process.

What is the best way to enforce mandatory pre-merge code review checkpoints in a development workflow?

Mandatory pre-merge code review checkpoints are enforced automatically after each task, major feature completion, and before merging to main. This structured approach catches issues early and prevents bug cascades into production.

How does severity-categorized code review feedback help prioritize bug fixes before merging?

Severity-categorized code review feedback splits issues into Critical, Important, and Minor categories, alongside strengths and a production readiness verdict. This prioritization tells you exactly what to fix first before merging.

Can I use a subagent-driven code reviewer for ad-hoc feature work and plan execution?

Yes, the subagent-driven code reviewer applies to all software development workflows including subagent-driven development, plan execution, and ad-hoc feature work. It provides mandatory review checkpoints across these contexts.

Do I need to provide specific code change context for a subagent code review to work?

You need to provide the relevant code changes for the subagent code review to function correctly. The subagent receives only this precise context instead of full session history to maintain review focus.