git-workflow
Installation
SKILL.md
Git Workflow
PR lifecycle automation. Create PR → watch CI + reviews → fix → address → push → repeat until green.
For full bun gh-tool command reference, run bun gh-tool --help or bun gh-tool pr --help. This skill describes the workflow, not the tool surface.
For push, branch creation, and branch sync recipes, see references/push-branch-sync.md.
PR Workflow
Trigger: user says "pr", "pull request", "create PR", "CI failed", "address review comments", "merge when green", or similar.
The entire PR lifecycle runs as one continuous aggressive loop. There is no separate "fix comments" step — it is all one workflow.
Phase 1: Create or Update PR
First check whether a PR already exists: