What problem does it solve? Uncommitted work often piles up as a messy mix of features, fixes, and docs changes, making it hard to write clean commit history. This Skill inspects your working tree, groups related changes, and commits each group with a proper conventional commit message. ## Core Features & Use Cases - Logical Clustering: Groups changes by feature, bug fix, related files, or change type, and commits each group separately. - Conventional Commits: Generates messages like feat(auth): add password reset flow following the repo's existing conventions, including Co-Authored-By trailer handling. - Docs & Changelog Sync: Drift-checks README and docs against the change, then updates the CHANGELOG's Unreleased section with public and internal entries. - Use Case: After a long coding session with a new feature, a bug fix, and doc tweaks all uncommitted, run this Skill to produce three clean, reviewable commits plus an updated changelog. ## Quick Start Ask the agent to organize and commit my current uncommitted changes into logical conventional commits.