requesting-code-review

Dispatch specialized subagents to review git-based changes against project requirements.

Updated May 9, 2026
One-click install
npx skills add https://github.com/duongbui234/ag-skills-pro --skill requesting-code-review-duongbui234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/duongbui234/ag-skills-pro/tree/main/template/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/duongbui234/ag-skills-pro --skill requesting-code-review-duongbui234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents bugs and architectural debt from cascading by enforcing a structured, objective code review process before merging or proceeding to the next development task.

Core Features & Use Cases

  • Subagent Dispatch: Automatically triggers a specialized code reviewer subagent to evaluate changes against requirements.
  • Context-Aware Review: Provides the reviewer with specific git ranges and task requirements, ensuring feedback is focused and relevant.
  • Quality Gate: Categorizes feedback into Critical, Important, and Minor issues to help developers prioritize fixes effectively.

Quick Start

Use the requesting-code-review skill to dispatch a reviewer for the changes between the current branch and the main branch.

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 git changes before merging?

Automated code review for git changes is facilitated by dispatching specialized subagents to evaluate branch differences against defined project requirements. This process enforces structured quality verification before merging features or proceeding to subsequent development tasks.

What is the best way to prevent technical debt during development workflow?

Preventing technical debt during development workflow requires enforcing objective, context-specific code reviews before merging. Dispatching a reviewer subagent to check git changes against project plans ensures alignment and stops architectural debt from cascading.

How does a subagent evaluate code quality against project requirements?

A subagent evaluates code quality by analyzing specific git ranges alongside provided task requirements. It categorizes feedback into Critical, Important, and Minor issues, ensuring objective verification and precise alignment with the defined project plan.

Can I categorize code review feedback by severity to prioritize fixes?

You can categorize code review feedback by severity because the review process classifies issues into Critical, Important, and Minor tiers. This quality gate mechanism helps developers prioritize fixes effectively before completing the development task.

Does automated code review work with feature branches and main branch differences?

Automated code review works with feature branches by targeting the specific git ranges between the current branch and the main branch. The dispatched subagent uses this context to ensure the feedback remains focused and relevant to the changes.