Handles GitHub releases end to end with semantic versioning, changelog generation from merged PRs, and gh CLI integration. Creates draft, prerelease, or standard releases with auto-generated notes, manages tags, and includes workflows for both standard and hotfix releases. The task tracking is aggressive (mandatory task creation before doing anything), which is overkill for most release workflows but clearly stems from a larger orchestration framework. Comes with reference docs for semver rules, changelog templates, and a GitHub Actions workflow for tag-triggered releases. Best suited for teams that want structured, repeatable release processes rather than ad hoc tagging.
npx skills add https://github.com/yonatangross/orchestkit --skill release-management