metasurveyr

Ropensci Prep — Security skill for Claude Code

Security community

Audit package readiness for rOpenSci submission.

How to install Ropensci Prep

Installs to ~/.claude/commands/metasurveyr-metasurvey-legacy-ropensci-prep.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/metasurveyr/metasurvey-legacy/HEAD/.claude/commands/ropensci-prep.md -o ~/.claude/commands/metasurveyr-metasurvey-legacy-ropensci-prep.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ropensci Prep does


description: Audit package readiness for rOpenSci submission

Perform a comprehensive audit of the metasurvey package against rOpenSci submission requirements.

Audit Areas

1. R CMD check

Run `Rscript -e 'devtools::check()'` — must be 0 errors, 0 warnings.

2. pkgcheck

Run `Rscript -e 'pkgcheck::pkgcheck()'` if available. This is what rOpenSci runs automatically on submission.

3. Documentation Completeness

  • Check ALL exported functions have @return and @examples
  • V

Alternatives in Security

  • Pal — Multi-model AI integration — chat, debugging, code review, planning, security audit 11.3k ★
  • Skills Audit Report — Date: 2026-02-15 Auditor: Automated Skill Quality Audit Scope: Recently added skills in business-growth/, fina 5.3k ★
  • Om Vault Audit — Vault Audit 4.6k ★

Full documentation available on GitHub

View Source Repository