release Skill
Release packages to GitHub via uvr. Use when user says "release", "publish packages", "cut a release", or wants to publish new package versions. Published by microsoft in quicksand.
What is release Skill?
Release packages to GitHub via uvr. Use when user says "release", "publish packages", "cut a release", or wants to publish new package versions. Published by microsoft in quicksand. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use release Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/quicksand
- Skill file: .claude/skills/release/SKILL.md
What it does
Release packages to GitHub via uvr. Use when user says "release", "publish packages", "cut a release", or wants to publish new package versions.
Skill instructions
Releasing Packages Prerequisites: uvr (uv tool install uv-release-monorepo) and gh. For first-time setup, scaffold the workflow with uvr workflow init (see references/cmd-init.md). To install the Claude skills into your project, see references/cmd-skill-init.md. If the project has existing CI checks (tests, linting, etc.) that aren't yet wired into the release workflow, see references/custom-jobs.md before your first release. 0. Self-hosted runners Before dispatching, ensure all runners are up: bash uv run quicksand-runners start This starts the local macOS runner and the cloud runners (x64, arm64, win). The command is idempotent — safe to run if runners are already up. Troubleshooting: - "A session for this runner already exists": Another runner process is already running. Kill it first: pkill -f Runner.Listener then retry. - "file already exists" error in Set up job: Stale diag/ files from a previous run. Clean with rm -rf gha-runners/local/diag. - NEVER start multiple runner process
Explore related resources
Frequently asked questions
What is release?
release is a open-source AI agent skill with Copy skill directory. Release packages to GitHub via uvr. Use when user says "release", "publish packages", "cut a release", or wants to publish new package versions.
Who is release best for?
release is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install release?
Install or run release using Copy skill directory. Check release for the latest setup command.
Is release actively maintained?
release may need a closer maintenance check before production use.
Auto-fetched from GitHub.