requesting-code-review

Dispatch a code-reviewer subagent to verify changes before merge.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ReadyStateChange/agents --skill requesting-code-review-readystatechange
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ReadyStateChange/agents/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/ReadyStateChange/agents --skill requesting-code-review-readystatechange

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatching a code-review process early helps catch issues before they cascade, improving quality and reducing rework.

Core Features & Use Cases

  • Automated initiation of a code-review workflow after each task or feature completion.
  • Structured assessment using a code-reviewer subagent, with templates and change-range analysis.
  • Optional security-review integration for authentication, authorization, and data handling changes.

Quick Start

Carry out a code-review by dispatching the code-reviewer subagent for the latest changes and review 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 a merge?

Automate code reviews by dispatching a code-reviewer subagent to verify changes before merging. This enforces specification alignment, runs testing checks, and evaluates change ranges to ensure production readiness.

What is subagent-driven code review?

Subagent-driven code review dispatches an automated reviewer agent to assess feature implementations, bug fixes, or refactoring. It guides the process using a structured template to enforce specification alignment and production readiness.

Can I include a security review in the code review workflow?

Yes, you can optionally integrate a parallel security review within the code review workflow. This targets authentication, authorization, and data handling changes to catch vulnerabilities before merging.

Does the code review process enforce specification alignment?

Yes, the code review process enforces specification alignment by guiding the reviewer subagent through a structured template. This ensures all changes match the required specifications before proceeding to merge.

What's the best way to review code changes for production readiness?

Review code changes for production readiness by dispatching a code-reviewer subagent. It evaluates change ranges and applies a structured template to verify testing and specification compliance before merge.

When should I dispatch a code-reviewer subagent?

Dispatch a code-reviewer subagent immediately after completing tasks like implementing new features, fixing bugs, or refactoring code. Initiating this workflow early catches issues before they cascade and reduces rework.