requesting-code-review

Automates code review by dispatching a subagent to check compliance and quality.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the code review process, ensuring thorough checks and structured feedback before merging changes.

Core Features & Use Cases

  • Automated Code Review: Dispatches a code-reviewer subagent to check code quality and compliance.
  • Structured Feedback: Categorizes issues into critical, important, and minor, with specific recommendations.
  • Use Case: Before merging a feature branch, use this Skill to get a detailed review of the changes, ensuring they meet the project's standards.

Quick Start

Run the requesting-code-review skill to initiate a code review for your 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 for git branches before merging?

You can automate code review by dispatching a subagent to check your git diff against project standards. This skill analyzes your codebase changes and generates structured markdown feedback categorized by severity to ensure quality before merging.

What is structured feedback in automated code quality checks?

Structured feedback in code quality checks categorizes identified issues into critical, important, and minor levels. This classification provides specific recommendations within a markdown report, helping developers prioritize fixes before merging feature branches.

How do I get a subagent to check code compliance against project standards?

To get a subagent to check code compliance, initiate a review request for your current changes. The subagent will analyze the git diff against your project standards and return categorized markdown feedback highlighting compliance issues.

Do I need git integration to run automated code reviews?

Yes, git integration is required for automated code reviews. The process depends on git and access to your codebase to perform diff analysis, which allows the subagent to evaluate the specific changes against project standards.

What's the best way to review code quality for feature branches?

The best way to review code quality for feature branches is using an automated subagent to analyze your git diff. It provides structured markdown feedback by categorizing issues into critical, important, and minor levels with actionable recommendations.

Why does my code review subagent require codebase access?

Your code review subagent requires codebase access to perform diff analysis. Without access to the repository and git history, the subagent cannot evaluate the current changes against project standards to generate accurate structured feedback.