requesting-code-review

Dispatch a code-reviewer subagent to initiate formal code reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of initiating formal code reviews by routing work to a dedicated subagent and clarifying expectations before merging, reducing risk of regression and miscommunication.

Core Features & Use Cases

  • Structured review workflow: prompts pre-review steps and assigns a reviewer subagent to verify changes.
  • Feedback-driven quality gate: enforces early detection of issues via a formal review process before merge.
  • Use Case: After implementing a major feature, you request a review to ensure compliance with spec, coding standards, and potential edge cases.

Quick Start

Use the /request-review command to dispatch a code-reviewer subagent for the latest 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 a formal code review before merging a pull request?

To automate a formal code review before merging, use the /request-review command to dispatch a dedicated code-reviewer subagent that verifies your latest changes against specs and coding standards. This structured feedback process ensures early issue detection.

What is a subagent code review workflow and when do I need it?

A subagent code review workflow routes your completed task to a dedicated reviewer agent to verify compliance with specs and edge-case handling. You need it after completing tasks, implementing major features, or before merging to reduce regression risks.

How do I ensure traceability when requesting a code review for recent changes?

To ensure traceability when requesting a code review, the dispatched subagent documents the process using a standardized template that records base and head SHAs. This provides a formal record of structured feedback for your pull request.

Can I use an automated code review workflow for major feature implementations?

Yes, you can use an automated code review workflow for major feature implementations. By dispatching a code-reviewer subagent, you enforce a quality gate that checks for compliance with coding standards and potential edge cases before merging.

Does initiating a code review with a subagent require any external dependencies?

Initiating a code review with a subagent does not require any external dependencies or components. It operates independently to prompt pre-review steps and assign a reviewer to verify your changes using a standardized template.