Al Commit Split — Git skill for Claude Code
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
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 RepositoryRelated Skills
Review Commit PR Discipline
Review the current branch's commits and working tree for commit and pull-request discipline, then produce well
Check Staged
Inspect the staged changes for correctness, logic integrity, and impact relative to the last commit. Stash uns
PR Desc
Reads git diff between the current branch and main (or a specified base branch), analyzes changed files, and g
Check Secrets
Scan the working tree and recent git history for accidentally-committed BFL API keys, webhook secrets, or othe
Allele
Native macOS session manager for Claude Code. APFS copy-on-write workspaces branch your real working tree — di
Cr Local
Review this working tree with the CLI — its own allowance, no pull request
Related Agents
Commit Change Grouper
Analyzes the working tree's git status and diff and proposes how to split the pending changes into logically s
Build Preparation
Stage 1 of Vulpine. Given a git repository URL and optional commit hash, produce a Dockerfile and source tree
Git Commit
Git mechanic agent. Organizes a working tree into logical commits, raises PRs, monitors CI, and merges across