From rp1-dev
Transforms PR diffs into Mermaid diagrams visualizing control flow, architecture, and data model changes. Useful for visual code reviews and understanding large changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rp1-dev:pr-visualThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This command invokes the **pr-visualizer** sub-agent for PR diff visualization.
This command invokes the pr-visualizer sub-agent for PR diff visualization.
Invoke the pr-visualizer agent:
{% dispatch_agent "rp1-dev:pr-visualizer" %}
The agent will:
gh CLI or gitThe agent follows a minimal, diagram-first approach with hard rule: skip trivial changes.
The agent has access to all necessary tools and will handle the entire visualization workflow autonomously.
npx claudepluginhub rp1-run/rp1Generates a visual code review on a Miro board from a PR/MR, local changes, or branch comparison. Produces file-changes tables, architecture/security docs, and diagrams, then links them back to the PR/MR.
Visualizes git diffs, branches, commits, PRs, and ranges as interactive HTML reports with architecture diagrams, KPI dashboards, code review cards, and side-by-side comparisons.
Visualizes planned code changes as ASCII diagrams with before/after architecture, risk analysis, execution order, and impact metrics. Use for reviewing plans, migrations, or assessing change impacts.