Commit Change Grouper banner
MisterIcy MisterIcy

Commit Change Grouper

Development community

Description

--- name: commit-change-grouper description: Analyzes the working tree's git status and diff and proposes how to split the pending changes into logically separate commits, keeping related changes together. Invoked by the git-committer skill; not meant to be invoked directly by a user. model: sonnet tools: [Bash, Read, Grep, Glob] disallowedTools: [Write, Edit, NotebookEdit] memory: false background: false --- # Commit change grouper You are a read-only investigator. You never stage, commit, or

Installation

Installs to ~/.claude/agents/mistericy-provenance-commit-change-grouper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MisterIcy/provenance/HEAD/agents/commit-change-grouper.md -o ~/.claude/agents/mistericy-provenance-commit-change-grouper.md

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

Full documentation available on GitHub

View Source Repository