git-workflow - Git Workflow Guidelines
Provides standards and guidelines for creating branches, making commits, writing commit messages, and managing Git operations.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Create and manage Git branches
- Write formatted Git commit messages
- Verify changes before committing code
- Manage pull and merge requests
- Stash and restore working changes
Inputs
- Source code modifications
- Branch name specifications
- Commit message descriptions
Outputs
- Git commits
- Git branches
- Pull requests or merge requests
Requirements
- Git CLI
- Pre-commit hooks
- verification-before-completion skill
