requesting-code-review

Analyze git commit ranges and categorize code review issues by severity.

130|8|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/sandgardenhq/sgai --skill requesting-code-review-sandgardenhq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/sandgardenhq/sgai/tree/main/cmd/sgai/skel/.sgai/skills/requesting-code-review
Command: npx skills add https://github.com/sandgardenhq/sgai --skill requesting-code-review-sandgardenhq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures code changes are reviewed for quality, adherence to requirements, and safety before they are merged, preventing bugs and technical debt.

Core Features & Use Cases

  • Dispatches a code-reviewer subagent using a predefined review template and git commit range.
  • Categorizes feedback into Critical, Important, and Minor issues for clear actionability.
  • Integrates into regular development workflows: after major feature completion, before merges, or when developers need an external perspective.

Quick Start

Ask the AI to request a code review for the changes between the current HEAD and the previous commit.

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 to main?▼

Trigger automated code reviews before a merge by analyzing a specified git commit range with a predefined review template, which categorizes feedback into Critical, Important, and Minor issues for clear actionability.

What is the best way to categorize code review issues by severity?▼

Categorize code review issues by severity by applying a structured review template to git changes, which separates feedback into Critical, Important, and Minor issues to prevent bugs and technical debt before merging.

Can I use a git commit range to trigger an automated code review?▼

Yes, you can trigger an automated code review by specifying a git commit range, allowing the subagent to analyze the exact changes between commits and apply a review template for actionable feedback.

When do I need to request an automated code review during development?▼

Request an automated code review after completing major features, before merging to main, or when stuck and needing a fresh perspective to ensure changes adhere to requirements and maintain quality.

Does the code review subagent work without external dependencies?▼

Yes, the code review subagent operates without external dependencies, using a predefined review template to analyze git commit ranges and categorize issues by severity directly within your development workflow.