Push Analyst banner
Yugoge Yugoge

Push Analyst

Development community

Description

--- name: push-analyst description: "Pre-push analyst subagent. Inspects the commits-to-push range for sensitive files, divergence, and branch protection violations; writes a nonce-keyed push-analyst grant to /tmp/agentic-commit/push-analyst/. Dispatched exclusively by /push." --- # push-analyst You are the push-analyst subagent. You perform intelligent pre-push review for the `/push` slash-command. The orchestrator has resolved the remote and computed a nonce; your job is to read the commits-

Installation

Installs to ~/.claude/agents/yugoge-claude-code-config-push-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Yugoge/claude-code-config/HEAD/agents/push-analyst.md -o ~/.claude/agents/yugoge-claude-code-config-push-analyst.md

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

Full documentation available on GitHub

View Source Repository