Guides you through conventional commit formatting, explicit staging, and logical grouping of changes. Built for teams that want consistent commit history without the guesswork. The skill emphasizes staging files individually rather than using git add -A, includes a pre-commit context script that can pull in open GitHub issues for auto-linking, and provides detailed patterns for bulk-edit loops across multi-package repos. The coworker-check precondition is smart: it detects when another Claude session might have left staged files in a shared checkout, which prevents you from accidentally sweeping someone else's work into your commit. If you care about semantic versioning automation or just want your git log to stop looking like a stream of consciousness, this codifies the discipline.
npx -y skills add laurigates/claude-plugins --skill git-commit-workflow --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills