Mediationverse Gemini CLI Extension
🚀 R package development with agentic workflows — Planning, Interactive, and Autonomous modes
gemini extensions install https://github.com/Data-Wise/mediationverse-gemini-extension
New? See the Getting Started Guide for a tutorial.
Pattern
Trigger
Behavior
Planning
Complex tasks, new package
Plan → approval → execute
Interactive
Normal development
Step-by-step with user
Agentic
"go ahead", routine
Full workflow autonomously
Command
Description
/r-help
Show help and command reference
/r-init
Initialize new package (planning-first)
/r-onboard
Analyze existing package
/r-gather
Quick package info (read-only)
/r-feedback
Submit bug report or feature request
Command
Description
/r-resume
Resume previous work
/r-save
Save progress, end session
/r-learn
Add to LEARNINGS.md
/r-plan
Update planning docs
Command
Description
/r-check
Run devtools::check()
/r-test
Create/run testthat tests
/r-fix
Auto-fix check issues
/r-lint
Tidyverse style linting
/r-docs
Generate roxygen2 docs
/r-s7
S7 class creation
/r-usethis
Run usethis commands
/r-cran
CRAN submission prep
/r-updates
Check package updates
Command
Description
/r-readme
Generate README.md
/r-news
Create/update NEWS.md
/r-pkgdown
Build pkgdown site
/r-llm-docs
Generate llms.txt for AI
/r-quarto
Quarto vignette workflow
Command
Description
/r-git
Branch management
/r-release
Merge dev→main, tag, return
/r-actions
Create GitHub Actions
/r-ci
Monitor CI status
/finalize-task
Generate commit message
Command
Description
/r-review
CRAN code review
/review-and-teach
Review + explain
/document-function
Single function docs
/validate-inputs
Add checkmate validation
/generate-test-with-comments
Test with explanations
START → /r-resume
WORK → Choose pattern above
END → /r-save → /r-learn
WEEKLY → /r-updates
Apache License 2.0