What problem does it solve?
Manually posting /snapshot comments, tracking the Continuous Releases workflow, and digging out tarball URLs from PR comments is repetitive and error-prone. This Skill automates the entire snapshot-release loop for the PR tied to your current branch.
Core Features & Use Cases
- Trigger or resume: Posts a
/snapshot comment when none exists, or picks up an in-flight/finished run without duplicating work (re-entrant design).
- Safety checks before triggering: Detects uncommitted changes and unpushed commits, warns that snapshots build from remote HEAD, and can push first with your confirmation.
- Wait and report: Watches the matching
Continuous Releases workflow run, then surfaces the 📦 Snapshot Release comment with tarball URLs, plus failed steps on errors.
- Use Case: You just pushed a fix to a SEED Design PR and want a preview build. Invoke the skill, confirm the trigger, and get back installable
pkg.pr.new tarball URLs once CI finishes.
Quick Start
Ask the assistant to trigger a snapshot release for the current branch's PR and notify you with the tarball URLs when it finishes.