Ship desktop release
Skill swd3k/skills/agent-skills/workflows/ship-desktop-release
End-to-end checklist to ship a desktop app GitHub release: version sync, changelog, installers, CI, notes, post-verify. Use when cutting vX.Y.Z for Windows tools.From its SKILL.md
npx -y skills add swd3k/skills --skill ship-desktop-releaseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 201 tokens by cl100k_base, as published. Nobody here has run it
Ship Desktop Release
Checklist
- Version bumped everywhere (props, UI, installer, updater)
- CHANGELOG section written (user-facing)
- Tests green locally
- Installers built (correct FDD/SC mode)
- Smoke install on clean-ish machine
- Tag
vX.Y.Zon the intended commit - CI release green or manual assets uploaded complete
- Release notes formatted; artifacts named clearly
- SHA256 published if you claim checksums
- README links still correct
After ship
- Install from Release URL (not local bin)
- Run update path from previous version if applicable
- Watch first issues 24h
Pitfalls
- Tag on old commit after force-push
- Partial asset upload ("someone will add later")
- CI workflow on tag still old/broken
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.