End-to-end release automation — reads commits since last tag, infers semver bump, drafts changelog, creates release PR, merges it, waits for CI green, tags, and monitors the Docker build to completion. Use when the user says: prepare release, cut a release, bump version, create release PR, ship a new version, tag a release, deploy new version, or when all feature PRs are merged and it is time to release.
$npx -y skills add jpicklyk/task-orchestrator --skill prepare-releaseInstalls into the current project.
Run `npx skills use "https://github.com/jpicklyk/task-orchestrator" --skill "jpicklyk/task-orchestrator/prepare-release"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jpicklyk/task-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/jpicklyk/task-orchestrator"` and select the relevant skills, then follow their instructions.