akigitcommit

akigitcommit is a skill for Claude Code, Codex from lacvietanh/akidevrule. It costs 100 tokens per session (1,506 once invoked), scanned A, original, MIT.

A tool for examining uncommitted Git work—a project's record of file changes—and arranging finished changes into clear commits. It first separates finished work from unfinished, abandoned, or accidental edits, then chooses a grouping method based on the project.

In plain words
What is it for?
Use it to audit a half-finished working tree, group related edits, stage them, and create logical Git commits.
Why use it?
Messy working trees make it hard to know what belongs in each commit and can lead to committing unfinished work. This helps preserve the work while organizing related changes separately.

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/lacvietanh/akidevrule/akigitcommit
Any agent
npx skills add lacvietanh/akidevrule --skill akigitcommit
Clone the repo
git clone --depth 1 https://github.com/lacvietanh/akidevrule

Made for: Claude Code, Codex.

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 akigitcommit

README.md
[![agentmods](https://agentmods.dev/badge/skills/lacvietanh/akidevrule/akigitcommit.svg)](https://agentmods.dev/skills/lacvietanh/akidevrule/akigitcommit)
Your own site
<a href="https://agentmods.dev/skills/lacvietanh/akidevrule/akigitcommit"><img src="https://agentmods.dev/badge/skills/lacvietanh/akidevrule/akigitcommit.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,506 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.1 $0.00100 $0.01506
Opus 5 $0.00050 $0.00753
Sonnet 5 $0.00020 $0.00301
Haiku 4.5 $0.00010 $0.00151

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

Security

Grade A, and why

akigitcommit 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 5d 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.

skills/akigitcommit/SKILL.md · 86 lines

How it starts

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

akigitcommit — scientific grouped commits

Invoke with /akigitcommit. Goal: turn a messy working tree into a small set of clean, logically grouped commits — without ever losing staging from one group to the next.

Step 0 — triage a half-finished tree

Run this only when the tree is not uniformly finished: many changed files, a mix of committed and uncommitted work, edits visibly stopped mid-way, or the user asks to audit the tree before committing. A clean, coherent set of changes skips straight to mode detection.

Triage is an audit, so RULE-agent-behavior.md B5 applies in full — most importantly: never run git add, stash, checkout, restore, clean, or reset during triage. This is exactly the state in which uncommitted work is most valuable and least recoverable, and "tidying up" is the shape the loss usually takes.

Classify every chunk into one of four:

Class Signal Disposition
Finished a closed problem, coherent on its own proceeds to grouping below
Mid-edit intentional, the author is still on it hold — do not commit inside someone's unfinished thought
Abandoned an experiment that went nowhere ask before anything; never discard on your own read
Accidental debug prints, scratch files, temp output in the project tree (RULE-agent-behavior.md C5) flag with the path; do not auto-delete

Mid-edit and abandoned cannot be told apart by reading the tree — only the author knows which one a half-written function is. Present both as unclassified and ask; a guess here silently commits dead code or buries live work.

Output a short list (class, paths, one line each) and let the user confirm before grouping. If the leftovers will not be resolved in this session, they belong in a docs/plan/ note, not docs/research/ — a snapshot of today's tree is false tomorrow (RULE-docs.md C1).

Mode detection (run after triage)

Before grouping, check: does the repo have a CHANGELOG.md?

Read the full file on GitHub · 86 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. 5d ago First seen · 86 lines · 100 tokens per session scan A b26697710d32

Subscribe to this mod's changes

akigitcommit is a skill published in the GitHub repository lacvietanh/akidevrule (9 stars, last pushed 13d ago), licensed MIT. It adds 100 tokens to every session and 1,506 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

ship-change

Ship an OpenSpec change after openspec-apply completes. When only QA/manual tasks remain, marks them done (tested later), archives + syncs specs, commits, pushes, opens a PR against develop, watches CI, waits for CodeRabbit, auto-applies safe fixes and re-pushes, loops until CI green + no actionable review threads…

BlackBeltTechnology/pi-agent-dashboard · 129 tokens

starfleet

Fleet coordination — comms, concurrency, task capture, and starfleetctl CLI. Load when handling inter-ship messages, setting up parallel work, capturing tasks, or running starfleetctl commands.

mpbt-hq/starfleetctl · 43 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

spec-coherence-check

Sweep all active OpenSpec proposals for staleness, conflicts, and obsolescence against the current codebase and archived changes. Use when proposals may be outdated, when checking cross-proposal conflicts, or before starting a batch of implementations. Produces a gap-analysis report, updates a priority queue file, and…

BlackBeltTechnology/pi-agent-dashboard · 80 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