requesting-code-review

Dispatch a code-reviewer subagent to review code changes between BASE_SHA and HEAD_SHA.

6|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/lv416e/dotfiles --skill requesting-code-review-lv416e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/lv416e/dotfiles/tree/main/dot_claude/skills/requesting-code-review
Command: npx skills add https://github.com/lv416e/dotfiles --skill requesting-code-review-lv416e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews can be slow, inconsistent, or skipped, leading to bugs and technical debt. This skill automates the process of requesting and acting on code reviews, ensuring early issue detection and maintaining code quality.

Core Features & Use Cases

  • Subagent Dispatch: Dispatches a code-reviewer subagent to review implementation against plans or requirements.
  • Mandatory Review Points: Enforces reviews after each task in subagent-driven development, major features, and before merging.
  • Structured Feedback: Guides on how to act on critical, important, and minor issues from the review.
  • Git Integration: Automatically identifies BASE_SHA and HEAD_SHA for precise diff reviews.

Quick Start

I've just completed implementing the 'user-login' module. Use the requesting-code-review skill to get a review before I proceed.

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 reviews in my development workflow?

Automate code reviews by dispatching a code-reviewer subagent to inspect implementation against requirements, catching issues before they cascade. This enforces mandatory reviews after each task, before merging to main, and at critical checkpoints without manual delays.

When should I request a code review during development?

Request code reviews after completing major features, after each subagent-driven task, before merging to main, and optionally when stuck, before refactoring, or after fixing complex bugs. Structured review points ensure consistent quality and early issue detection.

How does code review automation work with Git?

The skill automatically identifies BASE_SHA and HEAD_SHA to generate precise diffs for review, then dispatches the code-reviewer subagent with a structured payload containing the comparison. This enables targeted feedback on exact changes without manual SHA lookup.

What's the best way to act on code review feedback?

Code review feedback is categorized by severity—critical, important, and minor issues. Address each according to its level: resolve critical issues immediately, schedule important ones in your workflow, and consider minor suggestions for future refactoring or debt reduction.

Can code review automation prevent bugs and technical debt?

Yes. Mandatory reviews at key development stages catch issues before they compound, reducing bugs that reach production and preventing technical debt accumulation. Early detection through consistent automation maintains code quality throughout the workflow.

Do I need Git knowledge to use automated code reviews?

Basic Git familiarity helps but isn't mandatory—the skill handles BASE_SHA and HEAD_SHA extraction automatically. You need to understand when to trigger reviews in your workflow and how to respond to feedback, not Git internals.