What problem does it solve?
Bumping the Quarto dependency in the RStudio repository requires editing four files with different syntaxes, mirroring release archives to the rstudio-buildtools S3 bucket, and verifying the install — a multi-step process where silent script failures can break every platform's build.
Core Features & Use Cases
- Version string updates: Edits NEWS.md, upload-quarto.sh, install-quarto, and install-dependencies.cmd, matching each file's exact syntax and verifying no stale pins remain.
- S3 mirroring with verification: Runs the upload script, then independently validates archive checksums, S3 object sizes, and public readability rather than trusting exit codes.
- Install verification and PR creation: Installs Quarto into a temporary tools root, confirms the binary reports the new version, and opens a pull request with the correct milestone.
- Use Case: When Quarto releases version 1.9.36, run this skill to bump the pin, mirror all four platform archives, verify the install, and open the PR in one guided workflow.
Quick Start
Update the Quarto version in the RStudio repository to 1.9.36 and open a pull request.