What problem does it solve?
This Skill helps developers transform a messy set of working-tree changes into a small set of logically scoped, reviewable commits with clear Conventional Commit messages, reducing review friction and shipping risk.
Core Features & Use Cases
- Inspect and scope changes: Use diffs and status checks to identify unrelated edits, large changes, and formatting-only churn.
- Hunk-level staging and commit splitting: Stage selectively (patch staging) to split mixed files into separate commits and ensure tests accompany code changes.
- Conventional commit messages and verification: Produce type(context): description messages, summarize each commit with what/why, and run quick repository checks before finalizing.
Quick Start
Inspect the repository changes, stage related hunks into separate commits using patch staging, and write Conventional Commit messages that describe what changed and why.