commit
Installation
SKILL.md
Purpose
Guide the process of creating well-structured git commits with meaningful commit messages. This skill ensures commits follow best practices and include proper attribution.
Workflow
- Check git status to see untracked and modified files
- Review staged and unstaged changes with git diff
- Examine recent commit messages for style consistency
- Analyze changes and draft an appropriate commit message
- Stage relevant files and create the commit
- Verify the commit succeeded
Instructions
When the user wants to commit changes: