requesting-code-review

Automate code review requests by comparing base and head commit SHAs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code is checked for quality, adherence to requirements, and production readiness before being merged, preventing bugs and improving overall code health.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with Git to identify code changes and dispatch a specialized code reviewer subagent.
  • Structured Feedback: Provides clear categorization of issues (Critical, Important, Minor) with actionable feedback.
  • Use Case: After completing a new feature, you can use this skill to automatically send the changes to a code reviewer subagent, get feedback on potential bugs or architectural issues, fix them, and then merge with confidence.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current 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 requests before merging Git commits?

The code review process categorizes issues by severity into Critical, Important, and Minor. It provides structured, actionable feedback by evaluating Git changes against architectural best practices and requirements.

How does the code reviewer subagent categorize feedback issues?

The code review process categorizes issues by severity into Critical, Important, and Minor. It provides structured, actionable feedback by evaluating Git changes against architectural best practices and requirements.

When do I need to use a subagent for code validation?

Use a subagent for code validation after completing a new feature to automatically identify potential bugs or architectural issues. This facilitates early and frequent code checks before merging.

Can I validate code changes without manual inspection?

Yes, validate code changes automatically by dispatching a specialized reviewer subagent. The subagent identifies modifications between base and head commits to ensure adherence to implementation plans.

Does this code review approach require specific Git commit data?

This approach requires base and head commit SHAs to identify code changes. The subagent uses these Git references to dispatch the review and check production readiness.