From reports
Reviews R visual scripts for correctness and design quality, validating ggplot2 code and Power BI conventions before presentation.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
reports:agents/r-reviewer.agentsonnetThe summary Claude sees when deciding whether to delegate to this agent
<example> Context: Agent has written a new R visual script for a violin plot assistant: "Let me have the r-reviewer agent validate this script before we proceed." <commentary> New R script created, review before user feedback. </commentary> </example> Review R visual scripts for correctness and design quality. **Validation Checklist:** 1. **`print(p)` present**: ggplot2 objects require explicit...
Review R visual scripts for correctness and design quality.
Validation Checklist:
print(p) present: ggplot2 objects require explicit printing -- must be the final calldataset not created: The data.frame is auto-injected; script must not define itdataset[,1]) preferred to avoid name escaping; backticks for names with spaces (dataset$`Order Lines`)nrow(dataset) == 0 gracefullyDesign Feedback:
theme_minimal() or similar clean theme applied?plot.margin) to prevent clipping?Output Format:
Return a concise review with:
npx claudepluginhub jonathan-pap/power-bi-agentic-development --plugin reportsReviews R visual scripts for correctness and design quality, validating ggplot2 code and Power BI conventions before presentation.
Reviews chart images against the Storytelling with Data checklist and advanced visualization standards, producing actionable code-level fix reports. Invoke when charts need design critique.
Designs and critiques data visualizations using Edward Tufte's principles (data-ink ratio, chartjunk elimination, small multiples). Delegates tasks like chart design, dashboard review, and graphical integrity checks.