git-workflow
Installation
SKILL.md
Git Workflow Standards
Commit Message Convention
All commits MUST follow Conventional Commits v1.0.0.
Format
<type>(<scope>): <description>
[optional body]
[optional footer(s)]
All commits MUST follow Conventional Commits v1.0.0.
<type>(<scope>): <description>
[optional body]
[optional footer(s)]