What problem does it solve?
This Skill helps you turn a repository's current changes into coherent local commits without guessing what to stage or how to phrase the message. It is designed for commit requests where the goal is to preserve reviewable history and avoid pushing prematurely.
Core Features & Use Cases
- Change inspection: Reviews staged, unstaged, and relevant untracked files before deciding what belongs together.
- Commit planning: Groups related implementation, tests, documentation, and retained proof into the smallest number of coherent commits.
- Conventional Commit writing: Produces clear local commit messages that describe the outcome, not just the mechanics.
- Safety constraints: Never pushes, preserves coherent staged work, and asks before rewriting ambiguous staging.
- Use case: Use this Skill when you want an AI to inspect your worktree, stage the right files, and create one or more local commits for a feature, fix, docs change, or cleanup.
Quick Start
Ask the assistant to inspect the repository changes and create the smallest set of coherent local Conventional Commits, without pushing.