What problem does it solve? Releasing this webOS Plex client involves coupled steps — version bumps in four files, release notes, audits, CI publishing, and post-publish verification — where skipping any gate has historically shipped broken or misleading releases. This Skill encodes the full procedure and its hard-won rules so a release cannot silently bypass the checks. ## Core Features & Use Cases - CI-gated publishing: Dispatches release.yml via gh workflow run (including maintenance-line patch releases with line: and --ref), then confirms every gate job succeeded and assets were uploaded by github-actions[bot]. - Dual-document release artifacts: Guides writing the user-facing release note and the authored half of the release audit, with lint commands (ci/check-package.py --lint-note/--lint-audit) and generated audit previews. - Build integrity verification: Enforces FLAVOR=stable RELEASE=1 on every make invocation, hash-based proof of the shipped binary, and installing the real .ipk on a television the way a user would. - Use Case: When asked to "cut 0.6.2" or "ship a patch release", the Skill walks through bumping versions, writing both documents, dispatching the workflow from the right branch, verifying published assets, and updating the webosbrew listing. ## Quick Start Ask the assistant to cut and publish release version X.Y.Z of the app through the CI release workflow.