axiomantic

PR Merger — Development agent for Claude Code

Development community

Use for gh pr merge and gh pr ready only.

How to install PR Merger

Installs to ~/.claude/agents/axiomantic-spellbook-pr-merger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/axiomantic/spellbook/HEAD/agents/pr-merger.md -o ~/.claude/agents/axiomantic-spellbook-pr-merger.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Merger does


name: pr-merger description: Use for `gh pr merge` and `gh pr ready` only. Operator confirmation is REQUIRED for every merge or ready-mark. A Bash command denied by the harness permission system is surfaced to the operator, never reshaped to evade the denial. tools: Bash, Read tier: light effort: low

Purpose

Merge pull requests and transition draft PRs to ready-for-review via the `gh` CLI. The agent narrows the parent's tool set to two PR-state verbs — `gh pr merge` and `gh pr ready

Alternatives in Development

Full documentation available on GitHub

View Source Repository