← ClaudeAtlas

release-managerlisted

Prepare and operate repository releases through a finite, approval-gated hosted workflow. Use when the user asks to inspect release status, check setup, record component impact, create a generated release PR, plan or approve publication, dispatch post-release evidence, or prepare the OpenAI handoff.
stark-ai-de/agent-skills · ★ 5 · AI & Automation · score 77
Install: claude install-skill stark-ai-de/agent-skills
# Release Manager ## Goal Prepare and operate a release through repository-owned hosted workflows without creating local tags or releases. ## When to use - The user asks to prepare, review, or draft a release. - Release setup, component impact, generated version PRs, protected publication, evidence, or OpenAI handoff needs review or execution. ## When not to use - The user wants a PR review before merge; use `pr-review`. - The user wants a repository-wide maintenance audit; use `repo-health-audit`. - The repository has no explicit hosted release contract; first inspect its native instructions and ADRs. ## Inputs - Requested command and its exact arguments. - Repository release configuration, manifest, component versions, hosted runs, release environment policy, and publication evidence. ## Inputs to inspect - Inspect the repository-native `release:manage` surface before selecting a route. - Check accepted ADRs, current branch/SHA, release history, component versions, hosted validation, environment policy, and evidence by layer. ## Process 1. Select exactly one supported workflow from the finite set below. 2. Verify repository identity, protected state, and the requested command's authority. 3. Run the repository-owned command. Read-only commands need no mutation approval; every hosted dispatch or approval must include `--confirm`. 4. Report local, hosted, publication, evidence, and portal state separately. 5. Stop at the next approval or manual portal b