requesting-code-review

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

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

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 against requirements and best practices before integration, thereby reducing bugs and improving overall software quality.

Core Features & Use Cases

  • Automated Code Review Dispatch: Leverages a dedicated code-reviewer subagent to perform detailed code analysis.
  • Structured Feedback: Provides categorized feedback on code quality, architecture, testing, and requirement adherence.
  • Use Case: After implementing a new feature, you can use this skill to automatically send the changes to a reviewer agent, get a detailed report on potential issues, fix them, and then proceed with merging.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current 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 before merging new features?

Automate code review by dispatching a specialized subagent to analyze code changes against specified requirements. This process identifies bugs, architectural flaws, and standard violations, providing structured feedback categorized by severity to ensure production readiness before integration.

What is the best way to check code changes against development requirements?

Checking code changes against requirements is handled by dispatching a code-reviewer subagent. It performs detailed analysis to assess requirement adherence, architecture quality, and testing coverage, returning a categorized report on potential issues before you proceed with merging.

How does automated code review categorize feedback on code quality?

Automated code review categorizes feedback by severity levels: Critical, Important, and Minor. This structured feedback assesses code quality, architectural integrity, testing completeness, and requirement adherence to help detect bugs and flaws early in the development cycle.

Can I use an automated reviewer for early bug detection in agile workflows?

Yes, you can use an automated reviewer to facilitate early detection of bugs and architectural flaws in agile workflows. By analyzing code changes against your plans before merging, it ensures software quality and verifies production readiness during development stages.

Do I need specific testing tools to request a code review?

No specific testing tools are required to request a code review. The process relies on dispatching a dedicated code-reviewer subagent that analyzes your current code changes directly against your specified plans or requirements to identify issues.