requesting-code-review

Deploy a sub-agent to review git diffs against defined requirements.

9|Updated Jul 3, 2026
One-click install
npx skills add https://github.com/TonyQ-AI/agents-workflow --skill requesting-code-review-tonyq-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/TonyQ-AI/agents-workflow/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/TonyQ-AI/agents-workflow --skill requesting-code-review-tonyq-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the risk of technical debt and bugs accumulating during development by providing a structured, objective code review process before merging or advancing to new tasks.

Core Features & Use Cases

  • Automated Review Dispatch: Deploys a specialized code-reviewer sub-agent to evaluate changes against specific requirements.
  • Severity-Based Feedback: Categorizes issues into Critical, Important, and Minor to ensure focus on high-impact fixes.
  • Use Case: After completing a complex feature implementation, use this skill to verify that the code meets architectural standards and satisfies the original plan before merging into the main branch.

Quick Start

Use the requesting-code-review skill to initiate a code review for the current branch by providing the base commit hash and the head commit hash.

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?

Automate code review for git changes by deploying a specialized sub-agent to analyze branch diffs against project requirements and identify production readiness issues. This process evaluates code changes between a base commit and head commit to detect architectural flaws and bugs before integration.

What is sub-agent based code quality assurance in software engineering?

Sub-agent based code quality assurance is a structured review process where a specialized agent evaluates code changes against defined requirements. It categorizes issues by severity—Critical, Important, and Minor—to ensure focus on high-impact fixes before code integration.

How do I start a code review using a base commit and head commit hash?

Start a code review by providing the base commit hash and the head commit hash to the skill. This initiates the dispatch of a code-reviewer sub-agent that analyzes the git diff and validates the implementation against your original project plan.

Does this automated code review process require git version control integration?

Yes, this automated code review process requires git-based version control integration to analyze branch diffs and validate implementation against project plans. It operates within software development workflows to identify bugs and architectural flaws before code integration.

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

Yes, you can categorize code review feedback by severity to prioritize bug fixes. The skill categorizes identified issues into Critical, Important, and Minor levels, ensuring your development team focuses on high-impact architectural flaws and production readiness issues first.

When do I need a systematic code review process during software development?

You need a systematic code review process after completing a complex feature implementation and before merging into the main branch. This structured assessment prevents technical debt accumulation by verifying that code meets architectural standards and satisfies the original project plan.