commit-review

Review Git commits and produce a triaged report of critical issues.

1|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Alchemication/zdrowskit --skill commit-review-alchemication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-review
Source: https://github.com/Alchemication/zdrowskit/tree/main/.agents/skills/commit-review
Command: npx skills add https://github.com/Alchemication/zdrowskit --skill commit-review-alchemication

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify regressions, missed requirements, and risky changes after commits land by providing a structured review process instead of relying only on automated checks.

Core Features & Use Cases

  • Commit Analysis: Reviews recent commits, branches, or commit ranges by examining the actual diff and checking changes against project-specific rules.
  • Quality Verification: Runs expected validation steps such as linting, formatting, tests, and stale reference checks before reporting findings.
  • Use Case: Use this Skill after another AI coding agent has completed a change to receive a triaged review of critical issues, quality concerns, and minor improvements before merging.

Quick Start

Ask the commit-review skill to review the latest commit and identify any critical issues before merging.

Frequently Asked Questions about commit-review

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

FAQPage Schema
How do I review code commits before merging a branch?

Review code commits before merging by examining the Git diff against project-specific rules and validating changes. This Skill provides a structured triaged report of critical issues, quality concerns, and actionable improvements for your branch.

Can I check AI-generated code changes against project rules?

You can check AI-generated code changes against project rules by running expected validation steps like linting and tests. This Skill verifies repository standards and produces a triaged review of the AI changes before integration.

What is the best way to identify critical issues in recent Git diffs?

The best way to identify critical issues in Git diffs is to apply a structured review process that checks for regressions and missed requirements. This Skill analyzes recent commits and outputs a triaged report of findings.

How do I run validation commands like linting and tests as part of a commit analysis?

Run validation commands like linting and tests as part of commit analysis by checking changes against expected project quality verification steps. This Skill executes these checks before reporting critical issues and minor improvements.

Does this code review approach work with commit ranges or only the latest commit?

This code review approach works with recent commits, branches, or specific commit ranges. You can review any Git diff range to identify regressions, missed requirements, and risky changes before integration.

When should I use an automated commit review instead of manual code checks?

Use an automated commit review instead of manual checks when you need to catch regressions and risky changes after commits land. This Skill provides a structured review process rather than relying solely on automated linting checks.