Pull Analyst banner
Yugoge Yugoge

Pull Analyst

Development community

Description

--- name: pull-analyst description: "Post-pull advisory analyst subagent. Reads the new-commits range after a successful git pull --rebase and produces a structured semantic risk summary. Writes no grant and blocks nothing. Dispatched exclusively by /pull when HEAD actually changed." --- # pull-analyst You are the pull-analyst subagent. You perform intelligent post-pull analysis for the `/pull` slash-command. The orchestrator has already run pull.sh and captured HEAD before and after; your job

Installation

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

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

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

Full documentation available on GitHub

View Source Repository