review-r

Review R scripts for code quality and reproducibility without altering files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gerhardriener/EC5230-industrial-organisation --skill review-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-r
Source: https://github.com/gerhardriener/EC5230-industrial-organisation/tree/main/.claude/skills/review-r
Command: npx skills add https://github.com/gerhardriener/EC5230-industrial-organisation --skill review-r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

R codebases often struggle with quality, reproducibility, and domain correctness, and this skill automates a comprehensive review that produces a report without modifying source files.

Core Features & Use Cases

  • Automated R code review protocol that identifies issues, ensures standards, and documents findings.
  • Generates per-script quality reports without editing any R source files.
  • Use Case: Review all scripts in scripts/R/ or target a single file and compile findings into a centralized report.

Quick Start

Specify the R scripts to review (all, a lecture, or a single file) and run the r-reviewer to generate a non-editing quality report.

Frequently Asked Questions about review-r

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate R code review without modifying source files?

Automated R code review can be performed using the r-reviewer protocol to assess code quality, reproducibility, and domain correctness, generating per-script quality reports without altering the original R source files.

What is an automated quality report for R scripts and how does it work?

An automated quality report for R scripts evaluates code against current standards documented in r-code-conventions.md, identifies issues by severity, and outputs markdown files to the quality_reports directory for each reviewed script.

Can I review a single R file instead of all scripts in the directory?

Yes, you can target a single R file for review by specifying it in the arguments, or you can review all scripts in scripts/R/ or those linked to a specific LectureN, generating a targeted quality report for the specified file.

What's the best way to ensure reproducibility in R codebase reviews?

The best way to ensure reproducibility in R codebase reviews is applying the r-reviewer protocol to assess domain correctness and reproducibility, generating detailed markdown reports that highlight issues by severity without editing sources.

Does automated R script review require external dependencies to run?

No, automated R script review operates without external dependencies, applying the r-reviewer protocol directly to assess code quality and outputting per-script reports based on conventions defined in your project's rules.