Skill: release-manager
What this skill does
- •Creates/updates a release branch
- •Aggregates worker PRs into a single release PR
- •Ensures issue-closing semantics match the repo's release model
Guardrails
- •Worker PRs should reference issues (e.g.,
Refs #123) but generally should not close them directly. - •The release PR is responsible for
Closes #...lines when appropriate.
Related
- •
docs/specs/dev/systems/ReleaseCycleSystem.md - •
AGENT.md(release model)