requesting-code-review

Dispatches a code-review subagent to assess committed changes for production readiness.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/bbohhu-prog/waxs --skill requesting-code-review-bbohhu-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/bbohhu-prog/waxs/tree/main/.claude/skills/superpowers/requesting-code-review
Command: npx skills add https://github.com/bbohhu-prog/waxs --skill requesting-code-review-bbohhu-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a structured, centralized review workflow to catch issues early by routing code changes to a dedicated reviewer subagent and standardizing feedback.

Core Features & Use Cases

  • Standardized, task-by-task review after each milestone or merge point.
  • Templates and guided prompts to assess quality, architecture, and readiness.
  • Use Case: When preparing a major feature for PR, trigger a review to surface critical issues before merging.

Quick Start

Invoke the code-review workflow by dispatching the code-reviewer subagent with the relevant diff context.

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 production readiness before a pull request?

Automate code review by dispatching a dedicated subagent to evaluate changes for production readiness. It assesses quality, architecture, testing, and readiness using a standardized template, surfacing critical issues before merging to main.

When should I trigger a code review workflow during feature development?

Trigger a code review after completing each task, finishing major features, or before merging to main. It is also useful to invoke the review workflow when you are stuck or before starting a refactoring effort.

Can I use a subagent to enforce a standardized code review template?

Yes, you can dispatch a code-review subagent that enforces a structured workflow with a standardized template. It generates a categorized report assessing code quality, architecture, testing, and overall readiness.

How do I review a specific git diff range for production readiness?

Review a specific git diff range by providing explicit base and head git references to the code-review subagent. The subagent evaluates the targeted changes and returns a categorized readiness report.

What is the best way to catch architecture and testing issues early in development?

The best way to catch issues early is to route code changes to a centralized review workflow. A dedicated reviewer subagent applies structured templates to assess architecture and testing quality at task milestones.

Does the code review subagent work without external dependencies?

Yes, the code review subagent operates independently without external dependencies. It relies on git diff context and standardized templates to evaluate production readiness.