code-review:review-local-changes

Review staged and unstaged git diffs for high-impact issues.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/luicabref97/sushi-jungle-web --skill code-review-review-local-changes-luicabref97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review:review-local-changes
Source: https://github.com/luicabref97/sushi-jungle-web/tree/main/.agents/skills/code-review-review-local-changes
Command: npx skills add https://github.com/luicabref97/sushi-jungle-web --skill code-review-review-local-changes-luicabref97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, pre-commit review of local uncommitted git changes that surfaces high-impact bugs, security vulnerabilities, and contract or testing regressions before code enters version history.

Core Features & Use Cases

  • Parallel specialist agents - Coordinates multiple focused reviewers (security, bug detection, code quality, contracts, test coverage, historical context) to analyze changes in parallel and aggregate findings.
  • Staged vs unstaged differentiation - Uses git status and diff commands to distinguish and report whether issues are in staged or unstaged changes so the developer knows what is ready to commit.
  • Impact and confidence scoring with filtering - Assigns impact and confidence scores to findings, applies a configurable minimum-impact cutoff and progressive confidence thresholds, and can output results as structured JSON for CI consumption.
  • Use Case - Run a pre-commit audit to catch security holes and high-severity bugs in a feature branch before pushing or opening a pull request.

Quick Start

Run a comprehensive review of all staged and unstaged changes focusing on security and performance and return results in JSON.

Frequently Asked Questions about code-review:review-local-changes

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

FAQPage Schema
How do I run a pre-commit code review on local git changes?

Run a pre-commit code review by parsing staged and unstaged git diffs to coordinate specialist agents for security audits, test coverage analysis, and bug detection before committing your local changes.

Can I output code review results as JSON for CI pipelines?

You can output code review results as structured JSON for CI consumption by applying the optional JSON output format alongside the configurable minimum-impact threshold and progressive confidence scoring.

What is impact scoring and how does it filter code review findings?

Impact scoring assigns numerical values to code review findings, then filters results by a configurable minimum-impact cutoff so developers only address high-impact bugs and security vulnerabilities before pushing.

Does this code review tool differentiate between staged and unstaged files?

The code review tool differentiates staged and unstaged files by parsing git status and diff commands to report whether identified issues reside in staged changes ready for commit or unstaged modifications.

What types of issues does a local static analysis and security audit catch?

A local static analysis and security audit coordinates parallel specialist agents to catch security holes, high-severity bugs, contract regressions, code quality issues, and test coverage gaps in uncommitted changes.

How do I filter code review findings to only show high severity issues?

Filter code review findings by configuring the minimum-impact threshold to apply a numerical cutoff to aggregated specialist agent findings, suppressing low-impact results and surfacing only high severity issues.