requesting-code-review

Dispatch a code-reviewer subagent to validate changes before merging.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rapyuta-robotics/agent-ai --skill requesting-code-review-rapyuta-robotics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/rapyuta-robotics/agent-ai/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/rapyuta-robotics/agent-ai --skill requesting-code-review-rapyuta-robotics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines quality control by dispatching a code-reviewer subagent to catch issues before they cascade, reducing merge-risk and rework.

Core Features & Use Cases

  • Automated review prompts: Automatically request reviews after each task or major feature completion.
  • Structured feedback flow: Guides reviewers with a standardized template and clear expectations.
  • Use Case: In a multi-task development sprint, trigger reviews before merging branches to main to ensure compliance with specs.

Quick Start

Trigger a code-review for your latest changes by dispatching the code-reviewer subagent and filling the template at code-reviewer.md.

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

Automate code review requests by dispatching a code-reviewer subagent to validate changes before merging, capturing implemented changes, and routing feedback through a standardized template.

What is a code-review subagent workflow in task-based development?

A code-review subagent workflow orchestrates quality control by automatically requesting reviews after task completion, guiding reviewers with a structured template to catch issues early and reduce rework.

Can I trigger automated code reviews for major refactors without external dependencies?

Yes, you can trigger automated code reviews for major refactors without external dependencies, relying solely on the existing agent framework to define and route review prompts.

Does the code-review subagent workflow support multi-task development sprints?

The code-review subagent workflow supports multi-task development sprints by triggering reviews before merging branches to main, ensuring changes comply with specifications and reducing merge-risk.

How do I start a code review for my latest git changes?

Start a code review by dispatching the code-reviewer subagent and filling out the standardized template at code-reviewer.md to coordinate structured feedback on your latest changes.