Documentation
README
Git Workflow
Systematic Git and GitHub workflows following Conventional Commits and your project's commit standards.
Overview
This skill enforces:
- Atomic commits with clear intent (GH-3)
- Conventional Commits format (GH-1)
- Safe branch management and PR workflows
- Conflict resolution without data loss
- Issue linking and auto-close patterns
Apply when committing, branching, merging, or opening PRs.
Commit Message Structure
Use this exact format:
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Commit Types
This is the opening of the README. Read the full README on GitHub.