scm
Installation
SKILL.md
Source Control Management (SCM) Skill
Quick Reference
| Principle | Rule |
|---|---|
| Atomic Commits | One logical change per commit |
| Conventional Commits | type(scope): description format |
| Branch Naming | type/description format |
| Never Force Push | To shared branches (main) |
Branching Strategy (GitHub Flow)
Related skills