release-manager
Installation
SKILL.md
Release Manager
Automate the entire release lifecycle: version bump, changelog, README update, documentation sync, build, git tag, GitHub release, and publishing to PyPI/npm.
Architecture (summary)
Main agent orchestrates; heavy steps (scan files, generate changelog, update docs) run as parallel subagents to keep context clean. See references/orchestration.md for the full architecture diagram, repo-sync rules, and subagent spawn details. If the Agent tool is unavailable, run the same logic inline.
Overview
A release typically involves these steps in order. Walk through each, confirming with the user before changes.