Skip to content

Conversation

@johnnygreco
Copy link
Contributor

πŸ“‹ Summary

Adds a new /commit Claude skill that generates well-formatted commit messages following Conventional Commits standards, streamlining the commit workflow.

πŸ”„ Changes

✨ Added

  • .claude/skills/commit/SKILL.md - New commit skill with:
    • Conventional commit type reference (feat, fix, docs, etc.)
    • Message guidelines (imperative mood, length limits, body/footer formatting)
    • Step-by-step workflow for gathering changes and generating messages
    • Edge case handling (no changes, amend requests, pre-commit hook failures)
    • Examples covering simple commits, scoped commits, and breaking changes

πŸ€– Generated with AI

Adds a new Claude skill that creates well-formatted commit messages
following Conventional Commits standards. The skill:

- Gathers git status and diffs to understand changes
- Generates appropriate commit type (feat, fix, docs, etc.)
- Follows imperative mood and length guidelines
- Handles edge cases like selective staging and amends
@johnnygreco johnnygreco requested a review from a team January 27, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants