Release Preflight Skill
Installation
SKILL.md
Release Preflight Skill
Pre-checks, version consistency, and deployment discipline.
The Golden Rule
NEVER publish without running the preflight checklist.
Version Locations (Must Stay Synchronized)
| Location | Field | Example |
|---|---|---|
package.json |
version |
"3.7.0" |
CHANGELOG.md |
Latest heading | ## [3.7.0] - 2026-01-30 |
| README badge (if any) | Version badge | v3.7.0 |
| Git tag | Tag name | v3.7.0 |