requesting-code-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps catch potential issues in code before they are merged into the main branch, reducing bugs and improving overall code quality.

Core Features & Use Cases

  • Proactive Issue Detection: Dispatches a specialized code-reviewer agent to analyze code changes.
  • Structured Feedback: Provides categorized feedback on Critical, Important, and Minor issues.
  • Use Case: After completing a feature, you can use this skill to get an automated review that checks your code against requirements and best practices, ensuring it's ready for human review or merging.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current git commit range.

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 a git merge?

To automate code review before a git merge, you can dispatch a code-reviewer subagent to analyze changes within a specified commit range. This process categorizes identified issues into critical, important, and minor severity levels to ensure code quality.

What is proactive code quality assurance and how does it work?

Proactive code quality assurance involves analyzing code changes against specified requirements to identify issues before merging. It works by dispatching a specialized agent to review git commit ranges and provide structured feedback on critical, important, and minor issues.

Do I need specific git commits to run an automated code review?

Yes, you need git SHAs for the base and head commits to define the review range. These commit identifiers are required inputs for the code-reviewer subagent to accurately analyze the specific code changes against your requirements.

How do I get structured feedback on critical code issues?

You can get structured feedback on critical code issues by using an automated review process that categorizes findings by severity. The code-reviewer agent analyzes your git commit range and separates issues into critical, important, and minor levels.

Can I use automated debugging to check code changes against requirements?

Yes, you can use automated code review to check code changes against specified requirements. By dispatching a code-reviewer subagent to analyze your git commit range, it identifies issues and categorizes them by severity before human review or merging.