Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.
Installation
$skills install @filipstrand/mflux-release
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositoryfilipstrand/mflux
Path.cursor/skills/mflux-release/SKILL.md
Branchmain
Scoped Name@filipstrand/mflux-release
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: mflux-release description: Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.
mflux release prep
Releases are prepared in-repo; tagging/publishing is handled by GitHub Actions.
When to Use
- You’re preparing a release PR.
- You need to bump version and update the changelog/lockfile correctly.
Instructions
- Prefer the existing Cursor command:
/release-prep
- Checklist:
- Bump version in
pyproject.toml - Add a descriptive entry to
CHANGELOG.md - Update lockfile:
uv lock - Sanity checks (optional unless requested):
make test-fast,make build - Manual checks (optional): if the release includes CLI/callback/image-path changes, consider running the
mflux-manual-testingskill to exercise the touched commands and visually review outputs.
- Bump version in
- Do not tag releases locally unless explicitly requested (normally handled by CI).
More by filipstrand
View allmflux-testing
1,760Run tests in mflux (fast/slow/full), preserve image outputs, and handle golden image diffs safely.
mflux-pr
1,760Make a clean PR in mflux (inspect diff, quick verification, commit, push, open PR) using repo conventions.
mflux-dev-env
1,760Set up and work in the mflux dev environment (arm64 expectation, uv, Makefile targets, lint/format/test).
