What problem does it solve? Preparing an mflux release involves several easy-to-forget steps: bumping the version in pyproject.toml, regenerating the uv lockfile, and following the PR-based release-note convention. This Skill encodes the exact release-prep checklist so nothing is missed. ## Core Features & Use Cases - Release-prep checklist: Bump the version in pyproject.toml, run uv lock, and commit as "release: prepare <version>". - Release-note conventions: Explains how fenced release-note blocks in PR bodies are harvested into draft GitHub Releases, and that the prep PR itself uses "none". - CI boundary clarity: Tagging and publishing are handled by the release.yml GitHub Actions workflow, so local tagging is avoided unless explicitly requested. - Use Case: When asked to prepare release v0.9.0, the Skill guides editing pyproject.toml, running uv lock, optionally running just test-fast and just build, and opening a release PR with the correct release-note block. ## Quick Start Prepare a release branch for mflux version 0.9.0 by bumping pyproject.toml and updating the uv lockfile.