requesting-code-review

Dispatch a code-reviewer subagent to assess code quality and merge readiness.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill requesting-code-review-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/rkz91/coco/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/rkz91/coco --skill requesting-code-review-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a dedicated code-review subagent to evaluate work before merging, ensuring issues are caught early and context is preserved.

Core Features & Use Cases

  • Automated reviewer dispatch: triggers a specialized code-reviewer subagent with focused, production-ready context.
  • Structured feedback loop: generates a formal assessment of code quality, architecture, testing, and merge readiness.
  • Ad-hoc and pre-merge reviews: applicable after each task in subagent-driven development and before merging major features.

Quick Start

Provide BASE_SHA, HEAD_SHA, and a review plan, then activate the code-reviewer to generate feedback.

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

Automated code review before merging is achieved by dispatching a specialized subagent to evaluate the git range. You provide a BASE_SHA, HEAD_SHA, and a review plan to receive a structured assessment of code quality, architecture, testing, and merge readiness.

What do I need to provide to trigger an automated code review?

To trigger a code review, you need to provide a git range from BASE_SHA to HEAD_SHA and a clear review plan or template. The subagent uses these inputs to evaluate work and output a formal assessment of production readiness.

When should I run an automated code review in subagent-driven development?

You should run an automated code review after each task in subagent-driven development, after completing major features, and before merging to main. This ensures issues are caught early and context is preserved before final integration.

Does automated code review evaluate production readiness and testing?

Yes, automated code review evaluates production readiness and testing. The dispatched subagent generates a formal assessment covering code quality, architecture, testing, and overall merge readiness based on the provided git diff.

What is the best way to preserve context during pre-merge code evaluations?

The best way to preserve context during pre-merge code evaluations is to dispatch a dedicated code-reviewer subagent. This subagent focuses exclusively on the provided git range and review plan, ensuring focused assessment without losing developmental context.