code-reviewer

Analyze code changes in PRs and diffs across five review modes.

4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/RbkGh/my-sweet-ai-skills --skill code-reviewer-rbkgh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/RbkGh/my-sweet-ai-skills/tree/main/claude/code-reviewer
Command: npx skills add https://github.com/RbkGh/my-sweet-ai-skills --skill code-reviewer-rbkgh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes code changes to surface critical issues during reviews.

Core Features & Use Cases

  • Quick Scan, Deep Dive, Security Focus, Performance Focus, and Architecture Review modes to assess PRs and diffs.
  • Produces structured, prioritized findings with actionable recommendations to improve code quality, security, and maintainability.
  • Use Case: during a pull request, automatically identify blockers and high-risk issues across security, performance, and architectural concerns.

Quick Start

To start a review, provide the PR diff to the skill and run with a mode, for example: --mode=quick for blockers-only feedback, or --mode=deep for a comprehensive analysis.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for a pull request to find security and performance blockers?

To automate code review for a pull request, provide the PR diff and select a mode like Security Focus or Performance Focus. The analysis surfaces high-risk blockers and delivers prioritized, actionable recommendations to improve code quality.

What is the best way to run a comprehensive architecture review on a PR diff?

The best way to run a comprehensive architecture review on a diff is using the Architecture Review mode. It analyzes code changes to identify architectural concerns, producing a structured report with prioritized findings for maintainability.

Can I perform a quick code scan to check only for critical blockers in my changes?

Yes, you can perform a quick code scan to check for critical blockers by using the Quick Scan mode. It analyzes code changes rapidly and surfaces only the most critical issues to expedite your pull request review process.

Does automated static analysis work for evaluating both security and performance issues?

Automated static analysis does work for evaluating both security and performance issues. You can use the Security Focus and Performance Focus modes independently to analyze code changes and generate targeted, actionable guidance for developers.

What modes are available for analyzing code changes during a pull request?

Available modes for analyzing code changes during a pull request include Quick Scan, Deep Dive, Security Focus, Performance Focus, and Architecture Review. Each mode assesses PRs and diffs to deliver structured, prioritized findings.

How do I get actionable recommendations from a deep dive code review?

To get actionable recommendations from a deep dive code review, run the Deep Dive mode on your PR diff. It performs a comprehensive analysis of code changes and outputs a structured report with prioritized guidance for developers.