release

Generate release notes, change requests, deployment checklists, and rollback triggers from DoD-complete stories.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill release-heymishy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/heymishy/2x2-v3-28-03-20216/tree/main/.github/skills/release
Command: npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill release-heymishy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Closes the pipeline loop from merged code to production. Consumes DoD artefacts across a set of stories and produces: release notes (technical and plain language), a change request body ready for the change management process, a deployment checklist, and a rollback trigger definition. Use when one or more stories are DoD-complete and someone says "prepare the release", "write release notes", "change request", "ready to deploy", or "what's in this release".

Core Features & Use Cases

  • Generate release notes (technical and plain-language) from DoD-complete artefacts.
  • Produce a change request body ready for change management and CAB review.
  • Assemble a deployment checklist and a rollback trigger definition.
  • Validate the presence of at least one DoD-complete story artefact and surface scope notes.

Quick Start

Trigger a release run by saying prepare the release and providing the DoD-complete stories to include.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate release notes from completed pipeline stories?▼

Generate release notes from completed pipeline stories by consuming Definition of Done artefacts across merged code to produce both technical and plain-language summaries for stakeholders.

What is the best way to prepare a change request for CAB review?▼

The best way to prepare a change request for CAB review is to automate the generation of the request body from Definition of Done artefacts, pulling context from your change management tool and CI/CD platform.

How do I create a deployment checklist and rollback trigger definition?▼

Create a deployment checklist and rollback trigger definition by assembling artefacts from DoD-complete stories, validating their presence, and surfacing scope notes to ensure production readiness.

When do I need to automate release artefact generation?▼

You need to automate release artefact generation when one or more stories reach Definition of Done status and stakeholders request release preparation, deployment readiness, or release notes.

Can I use this release automation skill without any DoD-complete stories?▼

No, this release automation skill requires at least one DoD-complete story artefact to validate scope and populate the release notes, change request, deployment checklist, and rollback triggers.

Does this deployment preparation process consume context from existing CI/CD and monitoring tools?▼

Yes, the deployment preparation process consumes context from the active pipeline including change management tools, CI/CD platforms, monitoring, log tools, and artifact references to populate release outputs.