Make a clean PR in mflux (inspect diff, quick verification, commit, push, open PR) using repo conventions.
Installation
$skills install @filipstrand/mflux-pr
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositoryfilipstrand/mflux
Path.cursor/skills/mflux-pr/SKILL.md
Branchmain
Scoped Name@filipstrand/mflux-pr
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: mflux-pr description: Make a clean PR in mflux (inspect diff, quick verification, commit, push, open PR) using repo conventions.
mflux pull request workflow
When to Use
- You’re about to open a PR (or want a safe sequence to do it).
Instructions
- Prefer the existing Cursor command:
/pr
- If you run tests as part of PR hygiene, prefer fast tests first:
/test-fast
- Keep commits focused and messages consistent with repo history.
- Always ask for permission before pushing to the remote repository.
- If
ghisn’t available, fall back to the GitHub web UI (or stop and ask).
More by filipstrand
View allmflux-testing
1,760Run tests in mflux (fast/slow/full), preserve image outputs, and handle golden image diffs safely.
mflux-release
1,760Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.
mflux-dev-env
1,760Set up and work in the mflux dev environment (arm64 expectation, uv, Makefile targets, lint/format/test).
