reviewing-changes

Review uncommitted Git working tree changes for bugs and errors.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/23prime/agent-skills --skill reviewing-changes-23prime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-changes
Source: https://github.com/23prime/agent-skills/tree/main/skills/reviewing-changes
Command: npx skills add https://github.com/23prime/agent-skills --skill reviewing-changes-23prime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects and analyzes uncommitted changes in the working tree to surface bugs, logic errors, and unwanted behavior before commit.

Core Features & Use Cases

  • Diff collection: gathers changes from tracked and untracked files for review.
  • Priority-driven review: flags bugs, unintended behavior changes, and security concerns in order of importance.
  • Concise reporting: groups findings by file and suggests straightforward fixes when obvious.

Quick Start

Review your current working tree changes before committing.

Frequently Asked Questions about reviewing-changes

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

FAQPage Schema
How do I review uncommitted git changes before committing?

Pre-commit code review analyzes your Git working tree, collecting diffs and new files to surface bugs, logic errors, and unintended behavior changes before you finalize your commit.

What is the best way to find bugs in my git diff?

Finding bugs in your git diff is best handled by a priority-driven review that flags errors, unintended behavior changes, and security concerns in order of importance, grouping the results by file for concise reporting.

Does pre-commit code review work on untracked files?

Yes, pre-commit code review works on untracked files; the diff collection process gathers changes from both tracked and untracked files in your working tree to ensure comprehensive coverage before committing.

How do I get actionable fix suggestions for code review findings?

To get actionable fix suggestions for code review findings, the review process groups issues by file and provides straightforward fix recommendations when obvious errors or bugs are detected in the diff.

Can I automate quality assurance checks for my git workflow?

You can automate quality assurance checks for your git workflow by running an automated review on your working tree that enforces a four-tier rubric covering bugs, unintended changes, security concerns, and improvements.