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.
npx claudepluginhub rp1-run/rp1This skill uses the workspace's default tool permissions.
This command invokes the **pr-visualizer** sub-agent for PR diff visualization.
Transforms pull request diffs into Mermaid diagrams for visual code review and change understanding. Invoke on PRs to diagram file changes, additions, and deletions.
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.
Share bugs, ideas, or general feedback.
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.