Dispatch a Chamber release build to either the insiders channel (Azure blob, Windows + macOS, invite-only testers) or the stable channel (public GitHub Releases, Windows + macOS). Use this skill whenever the user asks to release, cut, publish, promote, ship a build, push to insiders, send to testers, go public, or make a new version available — even if they don't explicitly name a channel. This skill picks the channel, runs pre-flight checks, handles stable remote feature-flag graduation when needed, dispatches the matching workflow via gh, and reports back. It may open mechanical release/policy PRs but never merges anything without explicit user approval.
$npx -y skills add ianphil/chamber --skill releaseInstalls into the current project.
Run `npx skills use "https://github.com/ianphil/chamber" --skill "ianphil/chamber/release"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ianphil/chamber" that are relevant to the current task. Run `npx skills add "https://github.com/ianphil/chamber"` and select the relevant skills, then follow their instructions.