code-review

Automate code review of branch commits against a base branch.

Updated Jun 21, 2025
One-click install
npx skills add https://github.com/aryan-binazir/cc-config --skill code-review-aryan-binazir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/aryan-binazir/cc-config/tree/main/skills/personal_dev/code-review
Command: npx skills add https://github.com/aryan-binazir/cc-config --skill code-review-aryan-binazir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code commits and provides analysis on correctness, security, performance, maintainability, and edge cases, saving developers time and reducing human error.

Core Features & Use Cases

  • Automated Code Review: Review committed changes on the current branch against a base branch.
  • Parallel Sub-Agent Reviews: Conduct reviews in parallel for correctness, security, performance, maintainability, and edge cases.
  • Single-Pass Review Option: Offers a single-pass review when requested by the user.
  • Detailed Issue Reporting: Provides a detailed report of issues, including critical, high, low, and uncertain categories.
  • Verdict Summary: Summarizes the review in an actionable format with an approval or fix status.
  • Review Save: Saves the review as a markdown file for documentation and reference.
  • Use Case: Use this Skill to review a branch before merging it into the main branch, ensuring code quality and consistency.

Quick Start

Run the 'code-review' command to automatically review the current branch and receive a summary of issues.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for commits on a branch before merging?

Automated code review is performed by comparing committed changes on the current branch against a base branch, utilizing parallel sub-agents to analyze correctness, security, and performance before providing an approval status.

How does parallel sub-agent branch review work for analyzing code quality?

Parallel sub-agent branch review works by simultaneously evaluating committed changes across multiple dimensions including correctness, maintainability, and edge cases, generating a detailed issue report categorized by severity.

Can I run a single-pass code analysis instead of a full parallel review?

Yes, a single-pass review option is available and can be requested to analyze code commits on the current branch against a base branch without deploying the full parallel sub-agent review process.

Does automated code review provide a summary verdict for merge approval?

Automated code review provides a verdict summary that evaluates branch changes and delivers an actionable approval or fix status, ensuring code quality and consistency before merging into the main branch.

How do I save code review reports for documentation and reference?

Code review reports are saved as a markdown file, capturing the detailed issue reporting and verdict summary to provide documentation and reference for the branch analysis.

What specific security and performance checks are included in automated commit analysis?

Automated commit analysis includes security checks and performance evaluations by comparing branch commits against a base, categorizing identified issues into critical, high, low, and uncertain severity levels.