requesting-code-review

Dispatch a code-reviewer subagent to analyze Git SHA changes against requirements.

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

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 requirements and quality standards before it's merged, preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with a code-reviewer subagent for focused feedback.
  • Contextual Review: Provides the subagent with precise code changes (SHAs) and implementation details, not conversational history.
  • Use Case: After completing a complex feature, you can use this skill to automatically send the relevant code diff to a specialized reviewer agent, getting actionable feedback on potential issues before a human reviewer even looks at it.

Quick Start

Request a code review for the current changes using the code-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 Git changes before merging?

To automate code review before merging, dispatch a code-reviewer subagent to analyze code changes between specified Git SHAs against defined requirements, facilitating early detection of critical and minor issues in code quality.

What is subagent-driven code review and how does it work?

Subagent-driven code review works by providing a specialized reviewer agent with precise code changes and implementation details instead of conversational history, allowing it to return actionable feedback on architecture and requirement adherence.

Can I run an ad-hoc code review on specific Git commits?

Yes, you can run ad-hoc code reviews by specifying exact Git SHAs, providing the subagent with focused context to evaluate code quality, testing, and requirement adherence without needing full conversational history.

Does automated code review require conversational history to function?

No, automated code review does not require conversational history. It operates by analyzing precise code diffs and implementation details between Git SHAs to detect critical, important, and minor issues.

What types of issues can a code review subagent detect?

A code review subagent can detect critical, important, and minor issues across code quality, architecture, testing, and requirement adherence, preventing bugs and improving overall code health.

When should I use an automated code reviewer in my development workflow?

You should use an automated code reviewer after completing a complex feature and before merging, allowing you to get actionable feedback on potential issues before a human reviewer looks at it.