# Release Packet Authoring

> Release Packet Authoring

- Skill: `onfire7777/release-packet-authoring` (Agent Skill)
- Install (CLI): `npx skillmds@latest add onfire7777/release-packet-authoring`
- Raw SKILL.md: https://api.skillmd.com/api/skills/onfire7777/release-packet-authoring/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: onfire7777 (https://skillmd.com/u/onfire7777)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/onfire7777/release-packet-authoring

---


# Release Packet Authoring

Purpose: Release only with rollback, sync, CI, and policy proof.

1. Check clean worktree and local/remote sync.
2. Confirm CI and security gates.
3. Include rollback command and verification.
4. Record release proof and final go/no-go.

Checklist:

- Release policy decision is go.
- Rollback plan is present.
- Tag or release proof exists.
- Emergency stop is inactive.

Positive example: release command passed, proof file written, sync counts 0/0.
Negative example: release without rollback verification.

Failure modes: missing proof, stale CI, tag collision, unsafe rollback.

