What problem does it solve?
Releasing the Kilo JetBrains plugin involves many error-prone manual steps: resolving the next RC or stable version, verifying the pinned CLI version, dispatching GitHub Actions workflows, editing changelogs, and watching publish runs. This Skill orchestrates the entire release pipeline with safety checks so maintainers avoid tagging mistakes and incomplete releases.
Core Features & Use Cases
- Version Resolution: Computes the next RC or stable version from existing
jetbrains/v* git tags, or accepts an explicit semver.
- CLI Pin Verification: Checks that the JetBrains plugin's pinned Kilo CLI version on
origin/main matches the intended release and that all runtime assets exist, with drift detection and a pin-bump PR workflow.
- Release Orchestration: Dispatches the prepare workflow, drafts a filtered human-readable changelog from the release range, commits it to the release branch via the GitHub contents API, and watches the publish workflow to completion.
- Use Case: A maintainer asks to release the next JetBrains RC; the Skill resolves
7.0.1-rc.7, confirms the CLI pin is up to date, dispatches prepare, helps edit the changelog, and reports the Marketplace channel and GitHub Release URL after merge.
Quick Start
Ask the agent to release the next RC of the Kilo JetBrains plugin and confirm the resolved version when prompted.