Git Pusher — Development agent for Claude Code
Use for git push operations only.
How to install Git Pusher
Installs to ~/.claude/agents/axiomantic-spellbook-git-pusher.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/axiomantic/spellbook/HEAD/agents/git-pusher.md -o ~/.claude/agents/axiomantic-spellbook-git-pusher.md Restart Claude Code, or start a new session, for it to be picked up.
What Git Pusher does
name: git-pusher description: Use for `git push` operations only. Operator confirmation is REQUIRED for every push. 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
Push committed changes from the local working tree to a remote. The agent narrows the parent's tool set to a single git verb — `git push` — plus read-only inspection commands needed to confirm the push
Alternatives in Development
- Addendum: Git Operations, Slash Commands & GitHub Integration — Append this to the Definitive Guide, Quick Reference, and Prompt Guide 155 ★
- Cold Verifier — Phase 11 cold verification agent that independently re-verifies CRITICAL and HIGH findings with zero prior con 125 ★
- Final Verifier — Round 3 verification — re-runs only REPORTABLE findings with fresh requests as final confirmation 97 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
PR Merger
Use for gh pr merge and gh pr ready only. Operator confirmation is REQUIRED for every merge or ready-mark. A B
Commit Pusher
Commits and pushes code changes with pre-approved git operations
Git Ops
Git operations agent for committing, pushing, and opening PRs. Use when asked to commit changes, push to remot
Doey Deployment
Deployment specialist — runs tests, manages git push operations, opens pull requests, and coordinates release
Fe Git Operator
Dedicated git operations — splitting commits, safe staging that preserves the user's pre-existing index, writi
Dynamic Pricing
Propose and (after approval) push rate and minimum-length-of-stay changes for hotel rooms in the next 30 days.
Related Skills
Aegis Approval Gate
PreToolUse hook that blocks destructive Bash ops (rm -rf, git push --force, DROP TABLE, etc.) until an active
Dippy
by Lily Dayton - Auto-approve safe bash commands using AST-based parsing, while prompting for destructive oper
Claude Session Bridge
Durable file-based message bridge between long-running Claude Code sessions, with per-session push watcher and