review:local

Analyze uncommitted code changes and generate structured review feedback.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/IKatsuba/skills --skill review-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review:local
Source: https://github.com/IKatsuba/skills/tree/main/review/local
Command: npx skills add https://github.com/IKatsuba/skills --skill review-local

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local code review before commits often requires manual effort and can miss issues; this skill analyzes changes and provides structured feedback to improve quality.

Core Features & Use Cases

  • Scope-aware analysis of diffs (staged, unstaged, all changes) and last commits
  • Checklist-driven feedback covering correctness, security, performance, maintainability, and best practices
  • Guided report with actionable recommendations to improve code quality and reduce risk

Quick Start

Run review:local on your changes to generate structured feedback before committing.

Frequently Asked Questions about review:local

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

FAQPage Schema
How do I automate local code review before committing changes?

Automate local code review by analyzing uncommitted changes and receiving structured feedback on correctness, security, performance, and maintainability before you commit.

Can I run a code review on specific files or just the entire project diff?

Yes, you can run code review on specific files or an entire project. The analysis applies to staged, unstaged, all uncommitted changes, last commits, or branch diffs.

What is the best way to check my git diff for security and maintainability issues?

The best way to check a git diff for security and maintainability issues is using a guided checklist that enforces best practices and provides actionable recommendations to fix identified risks.

Does this local code review work with uncommitted changes or only past commits?

Local code review works with both uncommitted changes and past commits. It can analyze staged, unstaged, all uncommitted changes, last commits, or branch diffs.

What kind of feedback does the code review checklist provide?

The code review checklist provides guided, structured feedback covering correctness, security, performance, maintainability, and best practices, along with recommended fixes to improve code quality.

When should I not rely on automated code review for my changes?

Automated code review provides structured feedback to reduce risk, but you should not rely on it solely for complex architectural decisions requiring human judgment beyond diff analysis and standard best practices.