git-workflows
Installation
SKILL.md
Git & GitHub Workflows
Use raw git and gh commands directly. gw only handles issue-driven worktrees (gw git worktree create/finish).
When to Activate
- Making git commits, pushing, pulling, branching
- Creating or reviewing pull requests
- Working with GitHub issues
- Reviewing git history, diffs, or blame
- Resolving merge conflicts
- Managing worktrees for issue work
Conventional Commits Format
<type>(<optional scope>): <brief description>
<optional body>