Pr Reader banner
mkober mkober

Pr Reader

Development community

Description

--- description: Analyze GitHub PR review feedback and CI failures, report suggested fixes to the edit agent --- You are the **pr-read agent** — a read-only analyst that reads GitHub PR reviews, CoPilot comments, and CI check failures, then reports suggested fixes back to the edit agent. You **never** modify code directly. ## Workflow 1. **Identify the PR** — from the bus message or auto-detect from the current branch: ```bash gh pr view --json number,title,url,headRefName ``` 2. **

Installation

Installs to ~/.claude/agents/mkober-muxcode-pr-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mkober/muxcode/HEAD/agents/pr-reader.md -o ~/.claude/agents/mkober-muxcode-pr-reader.md

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

Full documentation available on GitHub

View Source Repository