Skill Arbiter Release Ops
Use this skill for release-prep and release gate compliance.
Workflow
- •Bump version and scaffold changelog notes.
- •Refine changelog notes to match behavior changes.
- •Run release hygiene check against base branch.
- •Run quick command and syntax checks.
Commands
bash
python3 scripts/prepare_release.py --part patch python3 scripts/check_release_hygiene.py --base-ref main python3 scripts/arbitrate_skills.py --help python3 -m py_compile scripts/arbitrate_skills.py scripts/prepare_release.py scripts/check_release_hygiene.py
Output Requirements
- •
pyproject.tomlversion increases. - •Top
CHANGELOG.mdheading matches new version. - •
check_release_hygiene.pyexits cleanly for PR context.
Reference
- •
references/release-checklist.md