staged-changes-review

Review Git staged changes with grep-based scanning and semantic analysis.

2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Adonis0123/adonis-skills --skill staged-changes-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staged-changes-review
Source: https://github.com/Adonis0123/adonis-skills/tree/main/.agents/skills/staged-changes-review
Command: npx skills add https://github.com/Adonis0123/adonis-skills --skill staged-changes-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git staged changes often pass through review with inconsistent checks, risking bad commits. This skill provides deterministic rule-based scanning and semantic analysis to produce reproducible findings before committing.

Core Features & Use Cases

  • Deterministic review: Applies deterministic rule scanning combined with semantic analysis to yield reproducible findings.
  • Broad applicability: Useful for developers preparing commits, pull requests, or pre-commit hooks to catch issues early.
  • Chinese output: All analyses and suggestions are presented in Chinese, complying with the skill's output requirement.

Quick Start

在包含暂存变更的仓库中运行审查,输出详细的审查报告。

Frequently Asked Questions about staged-changes-review

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

FAQPage Schema
How do I perform a deterministic code review on Git staged changes?

To perform a deterministic code review on Git staged changes, apply grep-based scanning and semantic analysis to produce reproducible findings. This identifies potential issues and executes quality checks before committing.

What is the best way to automate pre-commit code checks for reproducible findings?

Automating pre-commit code checks for reproducible findings requires applying deterministic rule-based scanning combined with semantic analysis. This approach catches issues early across typical codebases before a commit is finalized.

Does this semantic analysis tool support codebases without specific dependencies?

Yes, this semantic analysis tool operates without requiring specific dependencies. It is designed for broad applicability across typical codebases, enabling developers to prepare commits or pull requests with early issue detection.

Why does the automated code review output results in Chinese?

The automated code review outputs results in Chinese to comply with the skill's specific output policy. All deterministic analyses, grep-based findings, and suggestions are presented in Chinese as required.

Can I use grep-based scanning for early issue detection in pull requests?

Yes, you can use grep-based scanning for early issue detection in pull requests. The deterministic review applies these rules to staged changes, yielding reproducible findings useful for developers preparing commits.

What are the limitations of deterministic rule scanning for staged changes?

The limitations of deterministic rule scanning involve its reliance on predefined grep-based rules and semantic analysis. While it ensures reproducible findings, complex logical bugs may require additional manual verification beyond this automated workflow.