What problem does it solve?
Finalizing a feature release involves many error-prone manual steps: bumping versions, writing changelogs, promoting code reviews, updating docs, committing, tagging, merging, and pushing. This Skill orchestrates that entire release sequence so nothing is forgotten.
Core Features & Use Cases
- Structured Release Pipeline: Runs a 13-step sequence covering SemVer version bumps, changelog files and tables, architecture doc updates, README sync, commit, tag, fast-forward merge, and push.
- Code Review Promotion: Promotes the converged Codex code review state into a versioned CR document, with a fallback template when review was skipped.
- Documentation Sync: Compares the plan's Documentation Impact against the actual git diff and applies factual corrections to affected docs before committing.
- Use Case: After TRIP-2-implement converges with green tests and an approved review, invoke this Skill to produce release v1.4.0 with changelog, CR doc, tag, and a clean linear merge into main.
Quick Start
Run the TRIP-3-release skill with the plan file or feature label to finalize and ship the completed implementation as a tagged release.