Pre Push Review banner
mantacron mantacron

Pre Push Review

Development community

Description

**Begin by outputting:** `[ Manta — Pre-Push Review ]` Non-interactive pre-push review for use by the git pre-push hook. Reviews the full branch diff and outputs a machine-readable verdict. Runs 3–4 agents. security-sentinel, code-quality, and perf-analyzer always run. db-migration-guardian is trigger-routed — only runs if migration files are present in the diff. ## Instructions ### Step 2: Get branch diff ```bash git diff $REMOTE_SHA $LOCAL_SHA --name-only git diff $REMOTE_SHA $LOCAL_SHA -

Installation

Installs to ~/.claude/commands/mantacron-manta-pre-push-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mantacron/manta/HEAD/.claude/commands/pre-push-review.md -o ~/.claude/commands/mantacron-manta-pre-push-review.md

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

Full documentation available on GitHub

View Source Repository