git-workflow
Installation
SKILL.md
Git Workflow Best Practices
Commit Messages (Conventional Commits)
- feat: New feature
- fix: Bug fix
- docs: Documentation
- style: Formatting
- refactor: Code restructuring
- test: Adding tests
- chore: Maintenance
Format: type(scope): description Example: feat(auth): add password reset flow