review

Analyze uncommitted git changes and generate a structured review report.

52|3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/buiducnhat/agent-skills --skill review-buiducnhat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/buiducnhat/agent-skills/tree/main/skills/review
Command: npx skills add https://github.com/buiducnhat/agent-skills --skill review-buiducnhat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing uncommitted code changes, ensuring code quality, security, and adherence to project standards before merging.

Core Features & Use Cases

  • Contextual Code Analysis: Reviews changes with full file context, not just diffs.
  • Structured Reporting: Provides prioritized findings, severity levels, and actionable fixes.
  • Automated Verdict: Delivers a clear 'Approve' or 'Request Changes' decision.
  • Use Case: Before committing a feature, run this skill to get a detailed report on potential bugs, security risks, and areas for improvement, ensuring a higher quality codebase.

Quick Start

Use the review skill to analyze the current uncommitted git changes and generate a structured report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review uncommitted git changes for bugs and security issues?

To review uncommitted git changes, this skill inspects diffs and full file content to identify correctness, safety, and security issues, generating a structured report with prioritized findings and severity levels.

What is the best way to automate code quality checks before committing a feature?

Automating code quality checks before committing involves analyzing uncommitted changes against best practices for maintainability and performance, delivering an automated approval verdict to ensure a higher quality codebase.

Does the code review process require any specific developer tools or environments?

The code review process requires the git command-line interface to inspect uncommitted changes, utilizing understanding of code quality best practices to evaluate safety, reliability, and style.

How do I get an actionable code review report with severity levels?

You get an actionable code review report by analyzing uncommitted git changes, which produces a structured output detailing S0-S3 severity levels, specific issues across multiple dimensions, and actionable suggestions.

Can I evaluate code maintainability and performance using just git diffs?

Evaluating code maintainability and performance using just git diffs is insufficient; this skill analyzes full file content alongside diffs to provide contextual code analysis and accurate findings.