
Gsd:Reference:Git Integration
- 1 installs
- 8 repo stars
- Updated January 20, 2026
- ctsstc/get-shit-done-skills
Reference for atomic commit protocols and git history patterns in GSD execution.
About
Specifies atomic per-task commits, commit message formats, and git history preservation. Reference for clean version control.
- Atomic per-task commit strategy
- Standardized commit message format ({type}({phase}-{plan}): {description})
Gsd:Reference:Git Integration by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,366 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ctsstc/get-shit-done-skills --skill gsdreferencegit-integrationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 8 |
| Last updated | January 20, 2026 |
| Repository | ctsstc/get-shit-done-skills ↗ |
What it does
Reference for atomic commit protocols and git history patterns in GSD execution.
Files
GSD Git Integration Reference
Guide for using Git with GSD workflow.
Commit Patterns
- Atomic commits per task
- Descriptive commit messages
- Link to task when possible
- Regular commits during work
Branch Strategy
- Feature branches for tasks
- Main branch for stable
- Checkpoints as tags
Best Practices
- Commit early and often
- Write meaningful messages
- Review before pushing
- Keep commits focused
Success Criteria
Clean git history with traceable changes.
Related skills
Documentationworkflow