Рецензирование R-скриптов без правок

testing

review-r is a Claude Code skill that performs read-only review of R scripts, checking code quality, reproducibility, domain correctness, tidyverse idioms, and professional standards without modifying any source files. For each script it launches an r-reviewer agent that reads conventions from `.claude/rules/r-code-conventions.md` and saves a report to `quality_reports/[script_name]_r_review.md`. The skill handles a single `.R` file, all scripts belonging to a specific lecture, or every `.R` file under `scripts/R/` and `Figures/*/` at once. A final summary groups findings into Critical, High, Medium, and Low severity levels and highlights the top three most critical issues. It is designed for code audits during academic paper submission workflows and should be paired with `/audit-reproducibility` for numeric result verification.