requesting-code-review

Dispatch a code-reviewer subagent to analyze Git changes between commit SHAs.

9|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/AetherCore-Dev/ag402 --skill requesting-code-review-aethercore-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/AetherCore-Dev/ag402/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/AetherCore-Dev/ag402 --skill requesting-code-review-aethercore-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure that code changes meet requirements and are free of critical issues before they are merged into the main codebase, reducing bugs and improving overall code quality.

Core Features & Use Cases

  • Automated Code Review Dispatch: Leverages a code-reviewer subagent to perform checks.
  • Structured Feedback: Provides clear categories for issues (Critical, Important, Minor).
  • Workflow Integration: Designed for use in subagent-driven development, plan execution, and ad-hoc reviews.
  • Use Case: After completing a new feature, you can dispatch the code-reviewer subagent to analyze the changes between two Git commits, receiving a report on potential issues and strengths.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent with the details of your recent 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 for Git commits before merging?

Automated code review for Git commits is facilitated by dispatching a code-reviewer subagent to analyze changes between specified commit SHAs, categorizing issues into Critical, Important, and Minor before merging.

What is the best way to identify critical issues in code changes?

Identifying critical issues in code changes is best handled by a specialized subagent that categorizes issues by severity and assesses implemented features against original requirements.

How do I integrate quality assurance into my development workflow?

Quality assurance is integrated into development workflows by dispatching subagent-driven reviews after completing features, evaluating code changes between Git commits to ensure merge readiness.

Can I use a subagent to check if my code meets feature requirements?

Yes, a code-reviewer subagent can be dispatched to assess code quality and verify that implemented features meet the specified requirements during the Git commit review process.

Does this code review process require specific Git commit SHAs?

Yes, the code review process requires specified Git commit SHAs to accurately analyze the code changes and identify potential issues occurring between those two points.