al-af

Al Commit Split — Git skill for Claude Code

Git community

Inspect the working tree and produce grouped, ready-to-paste commit command blocks.

How to install Al Commit Split

Installs to ~/.claude/skills/al-af-al-skills-al-commit-split/SKILL.md

Terminal
mkdir -p ~/.claude/skills/al-af-al-skills-al-commit-split && curl -fsSL https://raw.githubusercontent.com/al-af/al-skills/HEAD/commands/al-commit-split.md -o ~/.claude/skills/al-af-al-skills-al-commit-split/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Al Commit Split does


description: Inspect the working tree and produce grouped, ready-to-paste commit command blocks

Read the git working tree read-only (`git status --porcelain=v1`, `git diff --stat`, hunks where grouping isn't obvious from the path). Group changes by concern, not directory — separate feat/fix/refactor/test/docs/chore, split out unrelated drive-by fixes, flag mixed-concern files instead of guessing. Order commits so each is independently reviewable (deps/refactors first, then features, tes

Alternatives in Git

  • Triage Issues — Triage open GitHub issues — split into bugs vs features, rank by severity/opportunity, and flag under-specifie 12.6k ★
  • Bulletproof Quick Start Guide — Target Audience: Complete beginners Never used Python/git before 11.1k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★

Full documentation available on GitHub

View Source Repository