pedrohcgs/review-r
Read-only R code review protocol for `.R` scripts. Checks code quality, reproducibility, domain correctness, tidyverse idioms, and professional standards; produces a report without editing. Use when user says "review this R script", "check the R code", "audit the analysis code", "code review on the R", or when an R file is touched as part of a paper submission. NOT for running the code — pair with `/audit-reproducibility` for numeric verification.
npx skills add https://github.com/pedrohcgs/claude-code-my-workflow --skill review-r
Run the comprehensive R code review protocol.
$ARGUMENTS is a specific .R filename: review that file only$ARGUMENTS is LectureN: review all R scripts matching that lecture$ARGUMENTS is all: review all R scripts in scripts/R/ and Figures/*/r-reviewer agent with instructions to:.claude/rules/r-code-conventions.md for current standardsquality_reports/[script_name]_r_review.mdOnly produce reports. Fixes are applied after user review.
Take pedrohcgs/review-r from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.