requesting-code-review

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

Updated Oct 21, 2022
One-click install
npx skills add https://github.com/Chengxufeng1994/dotfiles --skill requesting-code-review-chengxufeng1994
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Chengxufeng1994/dotfiles/tree/main/gemini/antigravity/global_skills/requesting-code-review
Command: npx skills add https://github.com/Chengxufeng1994/dotfiles --skill requesting-code-review-chengxufeng1994

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

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with a code-reviewer subagent to perform checks.
  • Structured Feedback: Provides categorized feedback on code quality, architecture, testing, and requirements.
  • Workflow Integration: Supports subagent-driven development, plan execution, and ad-hoc reviews.
  • Use Case: After completing a feature, you can use this skill to automatically send your code changes to a specialized reviewer agent for a thorough check against requirements and best practices.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for your latest 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 my git changes before merging?

To automate code review for git changes, you can use this Skill to dispatch a specialized code-reviewer subagent that analyzes your code changes against specified requirements and quality standards. It requires git SHAs to define the code range for review.

What is structured feedback in a code review workflow?

Structured feedback in a code review workflow categorizes review comments into Critical, Important, and Minor severity levels. This organization helps developers prioritize fixes for code quality, architecture, testing, and requirements compliance before merging.

Can I use a subagent to check code quality against specific requirements?

Yes, you can dispatch a code-reviewer subagent to check code quality against specific requirements. The subagent analyzes the defined code range and returns categorized feedback on architecture, testing, and requirement adherence.

How do I integrate automated code analysis into a development workflow?

You can integrate automated code analysis into a development workflow by using this Skill within subagent-driven development, plan execution, or ad-hoc reviews. It dispatches a reviewer agent to analyze changes and provide structured quality feedback.

What do I need to define the code range for an automated code review?

To define the code range for an automated code review, you need to provide the git SHAs corresponding to the start and end of your changes. These commit hashes allow the code-reviewer subagent to analyze the specific diff.

Does automated code review work for ad-hoc checks or only planned development?

Automated code review works for both ad-hoc checks and planned development workflows. The Skill supports subagent-driven development, structured plan execution, and spontaneous reviews of recent code changes before merging.