What problem does it solve?
This Skill helps you create Git commits that adhere to project conventions, ensuring code is saved safely and with clear, descriptive messages.
Core Features & Use Cases
- Safe Committing: Prevents accidental staging of sensitive files and avoids destructive Git operations.
- Convention Adherence: Drafts commit messages that summarize changes and follow project style.
- Hook Failure Handling: Guides you through fixing pre-commit hook issues and creating new commits instead of amending.
- Use Case: When you've finished implementing a new feature, use this Skill to stage your changes, write a clear commit message like "Add user authentication module", and commit your work without risking data loss or breaking the build.
Quick Start
Use the commit skill to create a new git commit with the message "feat: Implement user login endpoint".