Skip to main content
ClaudeWave
Skill490 estrellas del repoactualizado yesterday

gsd:reference:git-integration

Git integration reference for GSD

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-reference-git-integration && cp -r /tmp/gsd-reference-git-integration/.claude/skills/gsd/references/git-integration ~/.claude/skills/gsd-reference-git-integration
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# 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.