mflux-manual-testing

Manually validate mflux CLI entrypoints and review generated outputs.

2.3k|169|Updated Aug 10, 2024
One-click install
npx skills add https://github.com/filipstrand/mflux --skill mflux-manual-testing
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mflux-manual-testing
Source: https://github.com/filipstrand/mflux/tree/main/.cursor/skills/mflux-manual-testing
Command: npx skills add https://github.com/filipstrand/mflux --skill mflux-manual-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually validate mflux CLIs by exercising changed paths and reviewing produced outputs.

Core Features & Use Cases

  • Lightweight, change-driven manual test checklist for CLI entrypoints under src/mflux/models/**/cli/ and related callbacks.
  • Guided scenarios: basic generation, model saving, and disk-based runs.
  • Output review workflow: inspect generated images and artifacts to verify changes without automated checks.

Quick Start

  • Reinstall the local tool executables: uv tool install --force --editable --reinstall .
  • Run a basic CLI test: mflux-generate-z-image-turbo --prompt "A penguin on ice" --width 512 --height 512 --steps 4 --seed 1

Frequently Asked Questions about mflux-manual-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manually test CLI changes in mflux?▼

To manually test CLI changes in mflux, run guided scenarios for basic generation, model saving, and disk-based runs using local uv tooling, then review the produced images and artifacts to validate the output.

What is manual CLI validation for mflux models?▼

Manual CLI validation for mflux models is a change-driven checklist that exercises entrypoints under src/mflux/models/**/cli/ and related callbacks to verify generated outputs without automated checks.

Do I need uv tooling to validate mflux generation commands?▼

Yes, you need uv tooling to validate mflux generation commands, specifically by running uv tool install --force --editable --reinstall . to set up local executables before testing.

What manual testing strategy works for mflux image saving workflows?▼

A manual testing strategy for mflux image saving workflows involves executing disk-based runs and model save paths, then visually reviewing generated images and artifacts to confirm correct behavior.

Can I verify mflux CLI callbacks without automated testing?▼

Yes, you can verify mflux CLI callbacks without automated testing by manually running basic generation and disk-based scenarios, then reviewing produced metadata and image artifacts.

When should I use a manual test checklist for mflux CLI entrypoints?▼

Use a manual test checklist for mflux CLI entrypoints when changes target src/mflux/models/**/cli/ paths and you need to validate basic generation, model saving, and disk runs without automated verification.