By drillan
Complete git workflow with Haiku-powered sub-agents: commit, push, PR creation, PR merge, branch cleanup
Cleans up local branches marked as [gone] (deleted on remote) including removing associated worktrees
Creates git commits with automatically generated commit messages based on staged and unstaged changes
Complete workflow for commit, push, and PR creation. Handles branch creation, commits changes, pushes to remote, and creates a pull request.
Execute GitHub PR merge workflow with CI validation and cleanup. Use when user invokes /merge-pr command or explicitly requests PR merge operations.
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
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub drillan/git-workflow-haiku --plugin git-workflow-haikuAmplifier design philosophy and development skills
Git workflow best practices with commit validation hooks
使用簡單命令簡化您的 Git 工作流程,包括提交、推送和建立 Pull Request
Essential shipping workflow — group a dirty working tree into clean commits, push the branch, and open a senior-engineer-quality GitHub PR with auto-applied labels and "might address #X" issue links.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation