git-workflow
Installation
SKILL.md
Git Workflow Skill
Instructions
When using Git:
1. Commit Messages
Format:
type(scope): short description
Longer description if needed. Explain what and why,
not how (code shows how).
Closes #123
When using Git:
Format:
type(scope): short description
Longer description if needed. Explain what and why,
not how (code shows how).
Closes #123