Takes your staged and unstaged changes and generates a single, well-crafted commit message based on your working tree diff. Instead of staring at a blank commit message prompt, you let Claude analyze the actual code changes, understand the context from your git status and recent commits, then write a clear message that follows conventions. It's part of Every's compound engineering plugin, which has some real traction with 19K stars and 234 installs. One thing to note: this uses shell commands under the hood, so you'll want to review what it's doing before running it. Best for when you've made meaningful changes but don't want to spend mental energy crafting the commit message yourself.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill git-commit