Takes the guesswork out of git commits by analyzing your staged changes, suggesting splits when you're mixing concerns, and generating proper conventional commit messages with the right emoji. It'll catch you before you commit to main, offer to create a feature branch with a sensible name like `feature/yourname/add-auth`, and run your linters first unless you skip with `--no-verify`. The emoji mapping is extensive, covering everything from basic fixes to accessibility improvements and feature flags. If you've ever stared at a diff wondering how to describe it or accidentally bundled three unrelated changes into one commit, this handles the thinking for you.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill commit