requesting-code-review

Analyzes code changes against requirements and Git commit ranges, categorizing issues by severity.

261|31|Updated Jul 8, 2025
One-click install
npx skills add https://github.com/theexperiencecompany/gaia --skill requesting-code-review-theexperiencecompany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/theexperiencecompany/gaia/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/theexperiencecompany/gaia --skill requesting-code-review-theexperiencecompany

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that code changes are thoroughly checked for quality, adherence to requirements, and production readiness before being merged.

Core Features & Use Cases

  • Automated Review Triggering: Integrates with development workflows to prompt reviews at critical stages.
  • Structured Feedback: Utilizes a subagent to provide detailed, categorized feedback on code quality, architecture, and testing.
  • Use Case: After completing a new feature, you can dispatch the code-reviewer subagent to analyze the changes against the original requirements, receiving specific feedback on critical, important, and minor issues.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent with the provided git SHAs.

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 a specific git commit range?

To automate code review for a git commit range, you provide the base and head commit SHAs to dispatch a subagent that analyzes changes against requirements and categorizes issues by severity.

Can I get structured feedback on code quality and architecture before a merge?

Yes, you can get structured feedback on code quality and architecture before a merge by dispatching a subagent that evaluates production readiness and categorizes issues into Critical, Important, and Minor severities.

What is the best way to ensure code changes meet original requirements?

The best way to ensure code changes meet original requirements is to trigger a code review subagent that analyzes the git commit range and verifies adherence, providing actionable feedback on testing and architecture.

Do I need specific git commit SHAs to trigger a development workflow code review?

Yes, you need specific base and head git commit SHAs to trigger a development workflow code review, as these parameters define the exact scope of code changes the subagent analyzes.

How are identified code quality issues categorized during the review process?

Identified code quality issues are categorized by severity into Critical, Important, and Minor classifications, providing structured and actionable feedback on architecture, testing, and overall production readiness.