Merge git branches with auto-generated Conventional Commits messages. Use when merging branches, finishing feature work, or creating merge commits.
From git-workflownpx claudepluginhub shdennlin/agent-plugins --plugin git-workflowThis skill uses the workspace's default tool permissions.
merge.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Merge branches with auto-generated Conventional Commits messages.
$merge # Merge current branch into develop/main
$merge feature/auth # Merge specific source branch
$merge develop main # Merge develop into main
$merge -i "#123" -s auth-flow # With issue and spec references
$merge --yes # Skip confirmation
$merge --all # Merge across all sub-repos
| Flag | Description |
|---|---|
-i, --issue <id> | Issue ID for commit message |
-s, --spec <name> | Spec name for commit message |
--all | Merge across all git repos in subdirectories |
-y, --yes | Skip confirmation prompt |
merge.md (in this skill directory)Use the companion merge.md in this directory as the agent prompt. Provide it with: