requesting-code-review

Dispatch a code-reviewer subagent after Git workflow task completion.

437|13|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/derHaken/SuperAntigravity --skill requesting-code-review-derhaken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/derHaken/SuperAntigravity/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/derHaken/SuperAntigravity --skill requesting-code-review-derhaken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch issues early by dispatching a focused code-review subagent after tasks or major features, reducing risk before merges.

Core Features & Use Cases

  • Dispatch a code-reviewer subagent automatically after each task in subagent-driven development.
  • Facilitate structured feedback cycles with clear priorities (Critical/Important/Minor).
  • Integrate with existing Git workflows to improve code quality and reduce review delays.

Quick Start

Ask your AI to dispatch a code-reviewer subagent for the latest changes and apply the feedback before merging.

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 reviews before merging a pull request?

To automate code reviews before merging a pull request, this Skill dispatches a code-reviewer subagent after task completion using a structured template with Git commit SHAs and implementation details to enforce feedback actions.

What is the best way to request code reviews in subagent-driven development?

The best way to request code reviews in subagent-driven development is to dispatch a focused code-reviewer subagent automatically after each task, applying structured feedback priorities like Critical, Important, and Minor before proceeding to a merge.

How does a structured code review workflow handle feedback priorities?

A structured code review workflow handles feedback priorities by enforcing specific actions for Critical, Important, and Minor issues identified by the code-reviewer subagent, ensuring major problems are resolved before merging major features.

Can I integrate automated code review requests into my existing Git workflow?

Yes, you can integrate automated code review requests into your existing Git workflow, as the Skill applies to software projects using Git and dispatches reviews using base and head commit SHAs to analyze recent changes.

What information do I need to provide to initiate a code review subagent?

To initiate a code review subagent, you need to provide a structured template containing what was implemented, the plan or requirements, base SHA, head SHA, and a description of the changes to be reviewed.

When should I dispatch a code-reviewer subagent during the development process?

You should dispatch a code-reviewer subagent during the development process immediately after task completion or before merging major features, ensuring issues are caught early and reducing risk before merges.