Complete git workflow with Haiku-powered sub-agents for Claude Code
npx claudepluginhub drillan/git-workflow-haikuComplete git workflow with Haiku-powered sub-agents: commit, push, PR creation, PR merge, branch cleanup
Claude Code plugin that runs git workflow commands using Haiku sub-agents for cost-effective, fast execution.
| Command | Description |
|---|---|
/git-workflow-haiku:commit | Create a git commit with auto-generated message |
/git-workflow-haiku:merge-pr | Merge a PR with CI validation and cleanup |
/git-workflow-haiku:commit-push-pr | Commit, push, and create a PR in one step |
/git-workflow-haiku:clean_gone | Clean up local branches deleted on remote |
/plugin marketplace add drillan/git-workflow-haiku
/plugin install git-workflow-haiku@git-workflow-haiku
/git-workflow-haiku:commitAnalyzes staged/unstaged changes and creates a commit with an appropriate message.
/git-workflow-haiku:commit
/git-workflow-haiku:merge-prValidates PR status, waits for CI, executes merge, and cleans up branches/worktrees.
/git-workflow-haiku:merge-pr 123
/git-workflow-haiku:merge-pr 123 --rebase
/git-workflow-haiku:merge-pr 123 --merge
Default strategy: --squash
/git-workflow-haiku:commit-push-prCreates a branch (if on main), commits changes, pushes to remote, and opens a PR.
/git-workflow-haiku:commit-push-pr
/git-workflow-haiku:clean_goneRemoves local branches marked as [gone] and their associated worktrees.
/git-workflow-haiku:clean_gone
Each command delegates to a dedicated Haiku sub-agent via the Task tool:
| Command | Agent | Tools |
|---|---|---|
commit | git-committer | Bash |
merge-pr | pr-merger | Bash, Read |
commit-push-pr | pr-creator | Bash |
clean_gone | branch-cleaner | Bash |
All agents run on claude-haiku-4-5, providing fast execution at lower cost compared to Sonnet/Opus.
MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.