What problem does it solve?
This Skill provides a guided, safe PR workflow for mflux, enabling you to inspect diffs, verify changes quickly, commit with consistent messages, push to the remote, and open a PR following the project conventions.
Core Features & Use Cases
- Guided PR workflow: Inspect diffs, verify changes, commit with conventional messages, push, and open a PR that adheres to repo conventions.
- Command-driven process: Leverage existing Cursor commands like /pr and /test-fast to streamline PR hygiene.
- Safety checks: Always confirm before pushing to the remote and fall back to the GitHub web UI if the gh CLI is unavailable.
Quick Start
Start a feature branch, then run the PR workflow using the Cursor command /pr.
Review the diff, optionally run fast tests with /test-fast, commit with a clear message, push, and open the PR.