$npx -y skills add jmstar85/oh-my-githubcopilot --skill releaseAnalyze repository release rules and guide safe versioning, changelog, packaging, and publish steps. Activate when: release, publish version, cut release, ship package, changelog.
| 1 | # Release |
| 2 | |
| 3 | Use this skill to prepare a repository release without skipping verification or approval gates. |
| 4 | |
| 5 | ## Workflow |
| 6 | 1. Detect release conventions from package manifests, changelogs, tags, and CI files. |
| 7 | 2. Identify version bump type and impacted packages. |
| 8 | 3. Prepare release notes or changelog entries from verified changes. |
| 9 | 4. Run build, test, package, and smoke checks before publishing. |
| 10 | 5. Ask for explicit approval before destructive or irreversible publish actions. |
| 11 | |
| 12 | ## Approval Gates |
| 13 | - Version changes |
| 14 | - Tag creation |
| 15 | - Package publishing |
| 16 | - Production deployment |
| 17 | |
| 18 | ## Rules |
| 19 | - Never publish, tag, or push release artifacts without explicit user approval. |
| 20 | - Do not hide failing tests under a release note. |
| 21 | - Record commands run and evidence collected. |