Transform pull request diffs into comprehensive Mermaid diagrams for visual code review and change understanding.
/plugin marketplace add rp1-run/rp1/plugin install rp1-run-rp1-dev-plugins-dev-2@rp1-run/rp1[pr-branch] [base-branch] [review-depth] [focus-areas]# Visual PR Analyzer This command invokes the **pr-visualizer** sub-agent for PR diff visualization. Use the Task tool to invoke the pr-visualizer agent: The agent will: - Accept PR URL, branch name, or use current branch - Retrieve PR diff using `gh` CLI or git - Generate 1-4 Mermaid diagrams showing behavioral changes - Focus on control flow, architecture, data model changes - Validate all diagrams for correct syntax - Save visualizations to work artifacts - Report back with diagram summary The agent follows a minimal, diagram-first approach with hard rule: skip trivial changes. Th...