Automates git commits in Conventional Commits format with enforced scoping and project-specific conventions. It pulls guidelines from CLAUDE.md, shows your last five commits for context, and won't let you skip the scope or write vague messages like "fix bug". The HEREDOC pattern for multi-line commits is smart for linking requirements and tasks. Honestly, the real value is in the guardrails: it forces present tense verbs, caps subjects at 50 characters, and checks your project's conventions before committing. Good for teams that care about readable history but don't want to memorize the commit format every time.
npx skills add https://github.com/fvadicamo/dev-agent-skills --skill git-commit