Agent Skill
2/7/2026release
Run a safe release process for GrammarPals with CI checks, smoke tests, and privacy verification. Use when preparing a demo or production release.
D
daoquocquyen
0GitHub Stars
2Views
npx skills add daoquocquyen/grammar-pals
SKILL.md
| Name | release |
| Description | Run a safe release process for GrammarPals with CI checks, smoke tests, and privacy verification. Use when preparing a demo or production release. |
name: release description: Run a safe release process for GrammarPals with CI checks, smoke tests, and privacy verification. Use when preparing a demo or production release.
Release checklist
Pre-release
- CI green (lint/test/build/audit).
- Manual smoke test:
- start mission,
- answer right/wrong,
- halfway beat,
- end reward unlock,
- refresh (local progress persists).
- Verify privacy constraints (no trackers, no analytics, no user data sent).
- Check performance on a mobile screen size.
Release notes
- 3–6 bullets: what changed and how to verify.
Rollback
- Revert the last PR(s) if a critical issue appears.
Skills Info
Original Name:releaseAuthor:daoquocquyen
Download