requesting-code-review

Dispatch a code reviewer subagent to evaluate git changes against requirements.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/edlng/agents --skill requesting-code-review-edlng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/edlng/agents/tree/main/skills/claude/requesting-code-review
Command: npx skills add https://github.com/edlng/agents --skill requesting-code-review-edlng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents bugs and architectural drift by automating the code review process, ensuring that every task or feature is validated against requirements before it is merged.

Core Features & Use Cases

  • Subagent Dispatch: Automatically triggers a specialized code reviewer subagent to evaluate changes based on specific git ranges.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) to ensure developers focus on high-impact issues first.
  • Use Case: After completing a complex feature branch, use this skill to generate a comprehensive review that checks for plan alignment, code quality, and production readiness before merging into the main branch.

Quick Start

Request a code review for the changes between the current branch and the main branch by providing the description and plan details to the reviewer subagent.

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 feature branch before merging?

Automating code review for a feature branch involves dispatching a specialized subagent to evaluate code changes against defined requirements and architectural standards. This skill triggers that reviewer subagent automatically based on specific git ranges to ensure production readiness before merging.

How does a subagent validate code changes against a development plan?

A subagent validates code changes by applying a structured prompt template to evaluate the git history range against your original plan details. This mechanism checks for plan alignment, code quality, and architectural standards to prevent drift and ensure the implementation meets requirements.

What is the best way to structure feedback from an automated code review?

The best way to structure feedback from an automated code review is by categorizing issues into Critical, Important, and Minor tiers. This structured feedback ensures developers focus on high-impact architectural and functional issues first before addressing minor code quality suggestions.

Do I need git history access to run an automated code review?

Yes, you need git history access to run this automated code review. The reviewer subagent requires access to your git history to define the evaluation range, allowing it to accurately assess the specific code changes introduced in your feature branch or merge request.

Can I use this code review automation for bug fixes and merge requests?

Yes, you can use this code review automation for bug fixes and merge requests. The skill applies to software development workflows requiring systematic verification, ensuring that both new features and bug fixes are rigorously validated against architectural standards before integration.