commit-review

commit-review is a skill for Claude Code from myclaude-sh/myclaude-creator-engine. It costs 61 tokens per session (1,149 once invoked), scanned A, original, MIT.

A pre-push review for Git commits, which are saved sets of changes in a project's version history.

In plain words
What is it for?
Use it to review the last few commits, a selected commit range, or all unpushed commits for quality and readiness.
Why use it?
It catches unclear commit messages, oversized or messy changes, missing testing signals, secrets, debug code, and other common mistakes before sharing work.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_SKILL_DIR} variable.

Good fit Use it to review the last few commits, a selected commit range, or all unpushed commits for quality and readiness.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/myclaude-sh/myclaude-creator-engine/sample-product
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add myclaude-sh/myclaude-creator-engine --skill sample-product
Clone the repo
git clone --depth 1 https://github.com/myclaude-sh/myclaude-creator-engine

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for commit-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/myclaude-sh/myclaude-creator-engine/sample-product/github.svg)](https://agentmods.dev/skills/myclaude-sh/myclaude-creator-engine/sample-product)
Your own site
<a href="https://agentmods.dev/skills/myclaude-sh/myclaude-creator-engine/sample-product"><img src="https://agentmods.dev/badge/skills/myclaude-sh/myclaude-creator-engine/sample-product/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for commit-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/myclaude-sh/myclaude-creator-engine/sample-product"><img src="https://agentmods.dev/badge/skills/myclaude-sh/myclaude-creator-engine/sample-product.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,149 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.01149
Opus 5 $0.00030 $0.00575
Sonnet 5 $0.00012 $0.00230
Haiku 4.5 $0.00006 $0.00115

Measured 10d ago against content hash 558d0d8cf7cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

commit-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

references/sample-product/SKILL.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Commit Review

Systematic review of git commits for message quality, diff hygiene, and common mistakes before pushing.

Version: 1.0.0 Category: Skills Author: @sample-creator


When to Use

  • You want to review your commits before pushing to a shared branch
  • You need to check if commit messages follow conventional format
  • You want to catch common mistakes (large files, secrets, debug code)
  • A PR has commits that need cleanup before merge

When NOT to Use

  • For full code review (use a dedicated code review tool instead)
  • For CI/CD pipeline checks (this is a pre-push local review)
  • For rebasing or rewriting history (this reviews, not rewrites)

Activation Protocol

Before responding to any invocation:

  1. Load review criteria: Read ${CLAUDE_SKILL_DIR}/references/review-criteria.md — Contains: commit message format rules, diff size thresholds, anti-patterns
  2. Load examples: Read ${CLAUDE_SKILL_DIR}/examples/good-vs-bad.md — Contains: 5 examples of good commits vs. problematic commits
  3. Identify scope: How many commits to review? Last N, a range, or all unpushed?
  4. Run question system: Check for required inputs (see below)

Question System

Input Required If Missing
Commits to review Yes Ask: "How many recent commits should I review? Or give me a range (e.g., HEAD~3..HEAD)"
Branch context No Default: current branch. State assumption.
Strictness level No Default: standard. Options: relaxed (personal project), standard, strict (team/OSS)

Core Instructions

Review Pipeline

For each commit in the review scope:

Step 1 — Message Quality

  • Does the message follow conventional format? (type: subject or type(scope): subject)
  • Is the subject line under 72 characters?
  • Does it explain WHY, not just WHAT?
  • Is it written in imperative mood? ("add feature" not "added feature")

Step 2 — Diff Analysis

  • How many files changed? Flag if >10 files (might need splitting)
  • How many lines added/removed? Flag if >500 lines net
  • Are there unrelated changes mixed in? (scope creep)

Read the full file on GitHub · 145 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 145 lines · 61 tokens per session scan A 558d0d8cf7cb

Subscribe to this mod's changes

commit-review is a skill published in the GitHub repository myclaude-sh/myclaude-creator-engine (25 stars, last pushed 5mo ago), licensed MIT. It adds 61 tokens to every session and 1,149 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.