code-review

Analyze local git diffs to identify issues and improvement opportunities.

24|1|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/kvet/queuert --skill code-review-kvet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/kvet/queuert/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/kvet/queuert --skill code-review-kvet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates a comprehensive code review of local changes, helping developers identify issues before committing or creating pull requests.

Core Features & Use Cases

  • Comprehensive Change Analysis: Reviews both staged and unstaged changes across modified files.
  • Contextual Insights: Identifies potential correctness, design, security, and maintainability issues with actionable suggestions.
  • Use Case: Before you commit, run this skill to get a structured report highlighting critical issues and recommended fixes.

Quick Start

Use the code-review skill to analyze all current unstaged changes in your repository.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a code review for local git diff changes before a commit?

To automate a code review for local git diff changes, use this skill to analyze staged and unstaged modifications. It gathers change context and applies a structured review framework to produce a report with actionable findings.

Can I review specific commits or only unstaged changes before a pull request?

You can review specific commits, staged changes, and unstaged changes before a pull request. The skill analyzes local code modifications across various diff states to identify correctness, design, and security issues.

What is the best way to run a pre-commit static analysis on my local code changes?

The best way to run a pre-commit static analysis is using this skill to evaluate your local repository changes. It identifies potential maintainability issues and provides a structured report with recommended fixes before you commit.

Does this automated code review work with custom review frameworks stored in my repository?

Yes, this automated code review works with custom review frameworks. It gathers change context from your local diff and applies the structured review framework defined in your repository's instructions to generate findings.

What kind of issues can a structured local diff analysis identify before merging?

A structured local diff analysis identifies correctness, design, security, and maintainability issues before merging. It evaluates your git changes and produces a report highlighting critical problems with suggested alternatives.

When do I need to run an automated review on unstaged changes instead of waiting for a pull request?

You need to run an automated review on unstaged changes when you want to catch issues before committing. Reviewing local diffs early ensures correctness and design concerns are resolved prior to pull request preparation.