requesting-code-review

Dispatch the code-reviewer subagent to validate implementations against the plan.

60|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/dsifry/goodtogo --skill requesting-code-review-dsifry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/dsifry/goodtogo/tree/main/.claude/plugins/superpowers/skills/requesting-code-review
Command: npx skills add https://github.com/dsifry/goodtogo --skill requesting-code-review-dsifry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures early, structured code reviews by dispatching the code-reviewer subagent to validate work against the plan and requirements before proceeding.

Core Features & Use Cases

  • Automated Review Dispatch: Triggers the superpowers:code-reviewer subagent after each task in subagent-driven development to assess implementation.
  • Plan-to-Implementation Validation: Compares what was implemented with the stated plan or requirements to catch scope drift.
  • Quality & Readiness Feedback: Evaluates code quality, architecture, testing coverage, and production readiness, surfacing actionable feedback.

Quick Start

After finishing a task, dispatch the code-reviewer subagent with the relevant baselines and HEAD state, then act on the feedback before proceeding.

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 reviews before merging a pull request?

You can automate code review by dispatching a code-reviewer subagent to validate implementations against your plan before merging. This ensures structured feedback on code quality, architecture, and production readiness without manual intervention.

When should I request a code review in a subagent-driven development workflow?

Request a code review after completing each task in subagent-driven development, after finishing major features, or before merging to main. This timing catches scope drift early by validating work against stated requirements.

What does a code reviewer subagent check during a pull request review?

A code reviewer subagent checks code quality, architecture, testing coverage, and production readiness. It compares implemented work against the original plan to identify scope drift and surface actionable feedback before merging.

Can I validate implemented code against the original development plan?

Yes, you can validate implementations against the plan by dispatching a code-reviewer subagent with relevant baselines and HEAD state. The subagent compares what was implemented with stated requirements to catch discrepancies before proceeding.

Does automated code review replace manual pull request checks?

Automated code review supplements manual checks by providing structured, plan-to-implementation validation. It evaluates code quality, architecture, testing, and production readiness, surfacing actionable feedback for developers to act on before merging.

What are the limitations of using subagents for code quality assurance?

Subagent code reviews require relevant baselines and HEAD state to function properly. They focus on plan alignment, code quality, architecture, testing, and production readiness, but developers must still act on the feedback before proceeding.