What problem does it solve?
This Skill streamlines the validation of the mflux codebase by running the test suites (fast, slow, and full) and preserving outputs for quick review and audit. It targets developers who need reliable test feedback and artifact preservation to support CI and debugging workflows.
Core Features & Use Cases
- Test orchestration: Run fast, slow, or full test suites with consistent environment settings.
- Output preservation: Retain generated artifacts and logs for debugging and audit without altering reference outputs.
- Failure analysis: Provide concise summaries of failing tests and locations of artifacts to speed triage.
Quick Start
Use the Cursor commands to run tests:
- /test-fast — fast tests with no image generation
- /test-slow — slow tests that may generate images
- /test — full test suite
Ensure MFLUX_PRESERVE_TEST_OUTPUT=1 is enabled in the environment, and review the summarized failures and artifacts on disk.