Automates the release process for linear-cli by orchestrating changelog updates, version bumping with svbump, test runs, and git tagging through a single workflow. Built around the jj version control system and just task runner, so you'll need those in your toolchain. It's the kind of skill that saves you from forgetting steps when cutting a release, though it's pretty specific to linear-cli's particular setup with changelog skill integration. If you're shipping releases regularly and want to stop manually coordinating all the bump-test-tag-push steps, this condenses it into one command. Particularly handy if you're already using the linear-cli ecosystem.
npx skills add https://github.com/schpet/linear-cli --skill release