requesting-code-review

Dispatch a code reviewer subagent to analyze Git changes and categorize feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code meets quality standards, fulfills requirements, and is production-ready before being merged, thereby preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Code Review Dispatch: Integrates with Git to identify code changes and dispatch a specialized subagent for review.
  • Structured Feedback: Provides categorized feedback (Critical, Important, Minor) on code quality, architecture, testing, and requirements adherence.
  • Use Case: After completing a feature, you can use this skill to automatically send the changes to a code reviewer agent, get actionable feedback, fix issues, and then proceed with merging.

Quick Start

Use the requesting-code-review skill to get feedback on your latest code changes.

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 merging changes in Git?

Automated code review dispatches a subagent to analyze Git changes against requirements, categorizing issues into critical, important, and minor before merging. This ensures your code changes meet quality standards and are production-ready.

What is the best way to structure code review feedback for development workflows?

Structured code review feedback categorizes issues into critical, important, and minor severity levels. This classification analyzes code quality, architecture, testing, and requirements adherence, ensuring actionable fixes before merging.

Can I check if code changes meet requirements without manual review?

Yes, you can dispatch a code reviewer subagent to automatically analyze code changes against specified requirements. The automated review validates requirements adherence and quality standards before merging.

How does a code reviewer subagent evaluate production readiness?

A code reviewer subagent evaluates production readiness by analyzing code changes against quality standards and categorizing feedback into critical, important, and minor issues. This ensures code health and prevents bugs before merging.

Does automated code review work with my existing Git development workflow?

Automated code review integrates with Git to identify code changes and dispatch a reviewer subagent. It fits into your development workflow by providing actionable feedback after completing a feature and before merging.