requesting-code-review

Dispatch code reviews with git diff ranges and implementation details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of shipping broken or non-compliant changes by ensuring a focused review happens before you declare work complete or merge.

Core Features & Use Cases

  • Early, repeatable review requests: Request review after each significant step (especially in subagent-driven development) and before merge.
  • Scoped, evidence-based evaluation: Provide exactly what was implemented plus the plan/requirements and git SHA range so the reviewer can judge the work product without your full session history.
  • Severity-based action on feedback: Apply Critical fixes immediately, Important fixes before continuing, track Minor issues for later, and push back with technical reasoning when feedback is wrong.

Quick Start

Ask an AI agent harness to dispatch the code-reviewer subagent using the provided template, filling {WHAT_WAS_IMPLEMENTED}, {PLAN_OR_REQUIREMENTS}, {BASE_SHA}, {HEAD_SHA}, and {DESCRIPTION} for the changes you just made.

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 changes?

To automate code review before merging, dispatch a code-reviewer subagent with a bounded git diff range, the implementation summary, and the original plan. This orchestrates a targeted review to catch defects and requirement mismatches before work is considered complete.

What is subagent-driven development and when should I request a review?

Subagent-driven development involves dispatching focused AI agents for specific tasks. You should request a code review after each significant task, after completing major features, and immediately before merging to main to prevent issues from compounding.

What information do I need to provide for an effective AI code review?

For an effective AI code review, provide a bounded git SHA range, what was implemented, the plan or requirements, and a description of the changes. This scoped, evidence-based approach lets the reviewer judge the work without full session history.

How should I handle different issue severities from a code review?

Handle issue severities by applying Critical fixes immediately, Important fixes before continuing work, and tracking Minor issues for later. You should push back with technical reasoning when the review feedback is wrong.

Can I use a code review subagent to validate requirements compliance?

Yes, you can use a code review subagent to validate requirements compliance by providing the original plan or requirements alongside the git diff. The reviewer evaluates the work product against these specific requirements to prevent non-compliant changes.