git-commit
Installation
SKILL.md
Git Commit
Collaborating skills
- Create PR: skill:
create-prfor creating pull requests after committing changes - Refactor: skill:
refactorfor commit messages during refactoring sessions
Overview
Generate concise, descriptive git commit messages based on staged code changes. Analyzes staged changes and recent commit history to craft well-structured messages following best practices.
When work is ready for review, use the create-pr skill to create a pull request.
Commit Message Format
<Subject>