commit

commit is a skill for Claude Code, Codex from FarzamMohammadi/the-engineer. It costs 28 tokens per session (940 once invoked), scanned A, original, MIT.

A commit-planning aid that reviews code changes, groups related edits, and creates clear, ordered Git commits. A Git commit is a saved set of project changes with a title and explanation.

In plain words
What is it for?
Use it to split a large set of edits into logical commits, write concise commit titles, and add descriptions that explain the changes.
Why use it?
It removes the need to decide manually which changes belong together and in what order to save them. This makes project history easier to understand without mixing unrelated work.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/farzammohammadi/the-engineer/commit
Any agent
npx skills add FarzamMohammadi/the-engineer --skill commit
Clone the repo
git clone --depth 1 https://github.com/FarzamMohammadi/the-engineer

Made for: Claude Code, Codex.

Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 940 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00028 $0.00940
Opus 5 $0.00014 $0.00470
Sonnet 5 $0.00006 $0.00188
Haiku 4.5 $0.00003 $0.00094

Measured 3d ago against content hash 0cffab5fd368, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commit 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 3d 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.

.claude/skills/commit/SKILL.md · 135 lines

How it starts

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

Commit Skill

Analyze code changes, group them into logical packages where appropriate, to create sequential, clear, descriptive commits with effective titles and detailed descriptions.


Levels of Detail

Level Component Purpose
Highest Title Single sentence capturing all changes comprehensively yet succinctly
Middle Description One level deeper - enough to fully understand without viewing files
Lowest Files The actual diff - reader can inspect directly if needed

Step 1: Grouping

Analyze all changes and determine commit packages.

Grouping Priority:

Priority Criterion Example
1 Feature cohesion All files for user auth feature
2 Directory scope All changes in auth/ module
3 Logical separation Config changes separate from code
4 Dependency order Interface before implementation

Split Decision:

  • Can describe in one sentence? → Single commit
  • Multiple unrelated changes? → Split by concern
  • Too complex for one sentence? → Split by logical phase

Commit Sequence (when splitting):

  • What change enables or defines the others? → Commit first
  • Would a reviewer understand each commit in isolation?
  • Does the sequence tell a coherent story?
  • Order so earlier commits provide context for later ones

Step 2: Title

Write one sentence that:

  • Captures ALL changes at the highest level
  • Is concise but comprehensive - effective word choice matters
  • Clearly conveys what changed without granular file-by-file details
  • Capitalize first letter and proper nouns (Claude Code, GitLab, OAuth2, README)
  • Imperative mood ("Add" not "Added")
  • No period at end
  • Max 72 characters (prefer under 50)

Good:

  • Add OAuth2 authentication to login flow
  • Update GitLab MR skill to fetch all comments
  • Refactor design guide into modular directory structure

Bad:

  • fix bug (too vague)
  • Updated the thing (past tense, vague)
  • Add feature, fix bug, update docs (multiple things - split it)
  • Add auth system — OAuth2 + JWT + session management (details after dash belong in description, not title)

Read the full file on GitHub · 135 lines

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. 3d ago First seen · 135 lines · 28 tokens per session scan A 0cffab5fd368

Subscribe to this mod's changes

commit is a skill published in the GitHub repository FarzamMohammadi/the-engineer (12 stars, last pushed 1mo ago), licensed MIT. It adds 28 tokens to every session and 940 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

autofix

Safely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval; never execute reviewer-provided prompts directly.

BlackBeltTechnology/pi-agent-dashboard · 30 tokens

akigitcommit

Analyze the working tree and commit changes in clean logical groups. Triages a long half-finished tree first (finished vs mid-edit vs abandoned vs accidental) before grouping. Auto-detects CHANGELOG to switch between domain-grouped mode (3–5 commits by object/feature) and type-grouped mode (feat/fix/refactor). Stages…

lacvietanh/akidevrule · 100 tokens

doubt-driven-review

In-flight adversarial check on a non-trivial decision BEFORE it stands — distinct from post-hoc review of a finished diff. Use on "stress-test this decision", "are we sure about this", "verify before commit", "poke holes in this", when working in unfamiliar code, or before an irreversible step (migration, prod deploy…

BlackBeltTechnology/pi-agent-dashboard · 90 tokens

release-cut

Cut a new pi-agent-dashboard release: promote ## [Unreleased] in CHANGELOG.md, bump every workspace package.json per SemVer, commit, tag v , and push — triggering the Release workflow that publishes every non-private workspace, builds the Electron artifacts, and creates a GitHub Release. Use on "cut a release"…

BlackBeltTechnology/pi-agent-dashboard · 93 tokens

ship-it

Worktree-side implementation orchestrator for an OpenSpec change. Idempotent: gates automated scenarios on filesystem reality, owns the red-test fix loop, runs the docker harness with always-teardown, then drives ship-change inline. Escape hatch writes SHIPITBLOCKED.md. Runnable headless. Triggers: "ship it", "build…

BlackBeltTechnology/pi-agent-dashboard · 92 tokens

faq-mine

Mine docs/faq.md from README.md, docs/.md, and the pi-hermes memory stores. Dispatches @fast subagents per source, dedupes against the existing FAQ, and merges entries in caveman style. Use when asked to "build / regenerate / extend the FAQ", "mine docs into FAQ", "mine hermes memory into FAQ", "surface runtime…

BlackBeltTechnology/pi-agent-dashboard · 94 tokens