requesting-code-review

Dispatch a code-reviewer subagent to analyze Git commit changes against requirements.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure code quality, adherence to requirements, and production readiness by facilitating a structured code review process before merging changes.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with a code-reviewer subagent to perform detailed code analysis.
  • Structured Feedback: Categorizes issues by severity (Critical, Important, Minor) and provides actionable recommendations.
  • Workflow Integration: Designed for use in subagent-driven development, plan execution, and ad-hoc reviews.
  • Use Case: After implementing a new feature, dispatch the code-reviewer subagent to analyze the changes against the requirements, identify potential bugs, and assess overall code health, ensuring only high-quality code is merged.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current commit range.

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 for a specific Git commit range?

Automated code review dispatches a subagent to analyze your Git commit range against specified requirements. It then categorizes identified issues by severity and assesses overall production readiness before merging.

What is a structured code review process for subagent-driven development?

Structured code review in subagent-driven development uses a reviewer subagent to analyze changes against plans. It categorizes feedback into Critical, Important, and Minor issues to ensure requirements adherence.

Can I assess production readiness automatically before merging code changes?

Yes, assessing production readiness automatically involves dispatching a code-reviewer subagent to analyze Git commit changes. It identifies potential bugs and provides actionable recommendations to ensure merge readiness.

How do I ensure code quality and requirements adherence after implementing a feature?

Ensuring code quality after feature implementation involves dispatching a code-reviewer subagent to analyze changes. It assesses code health, identifies bugs, and verifies adherence to original plan requirements.

Does the code review subagent support ad-hoc reviews outside of plan execution?

Yes, the code review subagent supports ad-hoc reviews alongside subagent-driven development and plan execution workflows. It analyzes code changes within any specified Git commit range to deliver structured feedback.