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
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.
Scope Boundary
Use this skill only for the skill-arbiter-release-ops lane and workflow defined in this file and its references.
Do not use this skill for unrelated lanes; route those through $skill-hub and the most specific matching skill.
Reference
references/release-checklist.md
Loopback
If this lane is unresolved, blocked, or ambiguous:
- Capture current evidence and failure context.
- Route back through
$skill-hubfor chain recalculation. - Resume only after the updated chain returns a deterministic next step.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.