R code review for tidyverse idioms, tidy evaluation, Shiny security, and renv lockfile management. Invokes the r-reviewer agent.
From clarcnpx claudepluginhub marvinrichter/clarc --plugin clarcThis command invokes the r-reviewer agent for R-specific code review.
.r and .R files via git diff|>, purrr functional patterns, tidy eval correctnessvalidate(need(...)) on user inputspaste() in DBI queries (use glue_sql() or parameterized queries)eval(parse(text = user_input)) (code injection)%>% instead of native |> in new code (R 4.1+)library() calls inside functions (use requireNamespace)map_* is clearertryCatch for network or file I/O operationsagents/r-reviewer.mdskills/r-patterns/, skills/r-testing//tdd — add tests for R code that failed review/build-fix — fix dependency or package issues