requesting-code-review

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

103|15|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/KaimingWan/oh-my-claude-code --skill requesting-code-review-kaimingwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/KaimingWan/oh-my-claude-code/tree/main/archive/v2/claude-skills/requesting-code-review
Command: npx skills add https://github.com/KaimingWan/oh-my-claude-code --skill requesting-code-review-kaimingwan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and potential issues before being merged, preventing cascading problems.

Core Features & Use Cases

  • Automated Subagent Dispatch: Leverages a specialized code-reviewer subagent to perform detailed code analysis.
  • Structured Review Prompts: Provides a clear template (code-reviewer.md) for submitting code changes and requirements to the reviewer.
  • Phased Feedback Action: Guides the user on how to act upon different severity levels of feedback (Critical, Important, Minor).
  • Use Case: After implementing a new user authentication module, dispatch this skill to get a thorough review, identify any security vulnerabilities or logic errors, and ensure it meets the project's standards before merging into the main branch.

Quick Start

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

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 a git merge?

Automating code review before a git merge requires dispatching a specialized subagent to analyze code changes against specified requirements. This skill provides a predefined template to submit git SHAs and project requirements for evaluation.

What is subagent-driven code review and how does it work?

Subagent-driven code review is a process where a specialized code-reviewer subagent analyzes your code changes against requirements. It automates quality assurance by evaluating commit history and providing structured feedback to catch issues before merging.

How do I request a code review using a subagent?

To request a code review, obtain the relevant git SHAs and fill out a predefined code-reviewer template with your requirements. The skill then dispatches the subagent to analyze the changes and return structured feedback.

Can I use this automated code review for subagent-driven development workflows?

Yes, you can use this automated code review for subagent-driven development workflows. It is specifically designed to support plan execution and subagent-driven development by facilitating early and frequent reviews to catch issues before merging.

How should I act on code review feedback from the subagent?

You should act on code review feedback by following a phased approach based on severity levels. The skill guides users to address Critical, Important, and Minor feedback differently to ensure code quality before merging.

Do I need specific git commit SHAs to run an automated code review?

Yes, you need specific git commit SHAs to run an automated code review. The skill requires obtaining these git SHAs and filling a predefined template to provide the subagent with the exact changes for analysis.