rstudio/rstudio
RStudio is an integrated development environment (IDE) for R
条目 (8)
🎯 Use Case
Hermes / Claude
Skill
rstudio-update-quarto
Use when updating the Quarto version in the RStudio repository, e.g. bumping to a new release. This skill is for macOS and Linux only.
🎯 Use Case
Hermes / Claude
Skill
rstudio-update-electron
Use when updating the Electron version in the RStudio repository, e.g. bumping to a new release
🎯 Use Case
Hermes / Claude
Skill
rstudio-update-nodejs
Use when updating Node.js versions in the RStudio repository, e.g. bumping to a new release. Handles both build-time Node (RSTUDIO_NODE_VERSION, used for building Electron/GWT) and installed Node (RSTUDIO_INSTALLED_NODE_VERSION, shipped with the product). This skill is for macOS and Linux only.
🎯 Use Case
Hermes / Claude
Skill
rstudio-update-copilot
Use when updating the copilot-language-server version in the RStudio repository, e.g. bumping to a new release. This skill is for macOS and Linux only.
🎯 Use Case
Hermes / Claude
Skill
rstudio-create-playwright-tests
Patterns and gotchas for authoring RStudio Playwright tests in TypeScript. Use when writing, reviewing, or migrating tests under e2e/rstudio/.
🎯 Use Case
Hermes / Claude
Skill
rstudio-migrate-tests-selenium-to-playwright
Migrate Python Selenium/Selene electron tests to TypeScript/Playwright. Use when converting tests from rstudio-ide-automation/rstudio_server_pro/electron-tests/ to rstudio/e2e/rstudio/tests/.
🎯 Use Case
Hermes / Claude
Skill
rstudio-run-playwright-tests
How to run RStudio Playwright tests in Desktop and Server modes. Use this skill whenever the user asks to run, execute, or launch Playwright tests against RStudio - whether on Desktop (local) or Server (remote). Also use when the user asks about the test command, environment variables, or how to point tests at a server URL. Trigger on phrases like "run the test", "execute on server", "run it on desktop", "run against <IP>", or any request involving npx playwright test for the RStudio test suite.