release-wrap

Coordinates release wrap-up with change review, CHANGELOG generation, and readiness gating against the Marshall store.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/builtbyberry/marshall-claude-plugin --skill release-wrap-builtbyberry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-wrap
Source: https://github.com/builtbyberry/marshall-claude-plugin/tree/main/marshall/skills/release-wrap
Command: npx skills add https://github.com/builtbyberry/marshall-claude-plugin --skill release-wrap-builtbyberry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Closing out a multi-component release involves scattered manual steps: confirming every component merged, reviewing changes, writing the CHANGELOG, running readiness checks, and deciding when it is safe to ship. This Skill drives that entire wrap-up against the shared Marshall store so findings, review state, and readiness are consistent across machines, people, and agents. ## Core Features & Use Cases - Store-driven wrap workflow: Confirms all components are merged, composes change-review and readiness review skills, and reads their findings from the Marshall store instead of local state files. - Generated CHANGELOG with mode-aware handling: Fills the CHANGELOG from store-emitted sections, stamping the date in deploy mode or leaving it undated in tag mode, and derives UPGRADING notes from component breaking flags. - Hard high-severity gate: Refuses to hand off while any high-severity finding is open or deferred, then hands off to the deploy skill as ready-for-deploy or ready-to-ship. - Use Case: After all components of release 2.4.0 are merged, invoke the wrap to run per-component change reviews, fill the CHANGELOG in one commit, resolve readiness findings, and hand off a gated, ready-to-ship release. ## Quick Start Tell the agent to run /release-wrap to finish the release once all components are merged.

Frequently Asked Questions about release-wrap

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

FAQPage Schema
How do I wrap up a release after all components are merged?

Invoke /release-wrap once every component shows merged in the Marshall store. The skill runs change reviews per component, fills the CHANGELOG from store-generated sections, runs readiness review, enforces the high-severity gate, and hands off to the deploy skill.

What is the difference between deploy mode and tag mode in release wrap?

Deploy mode stamps the CHANGELOG date at wrap time and hands off ready-for-deploy with smoke and monitor steps. Tag mode leaves the heading undated, derives UPGRADING notes from breaking components, and hands off ready-to-ship so the ship flow owns dating and tagging.

Does release-wrap work without the Marshall MCP server connected?

No. The skill has no local fallback for wrap state, findings, or review lenses. If the MCP server is not connected, it stops and reports the problem rather than creating local state files.

Why does release-wrap refuse to hand off my release?

Handoff is blocked while any high-severity finding, change or readiness kind, is open or deferred. Resolve each high finding to fixed or accepted through the composing review skill, then re-check the gate.

Can release-wrap tag or deploy the release directly?

No. The wrap only prepares and gates the release. Tagging, GitHub Release creation, merging, and deploying are operator-run through the separate release-deploy skill, which re-checks the same preconditions.