What problem does it solve? Mutation testing campaigns can take dozens of hours when misconfigured, mutating test files, mocks, or dependencies and wasting compute on irrelevant mutants. This Skill guides you through scoping targets, estimating campaign duration, and optimizing configuration before running mewt or muton. ## Core Features & Use Cases - Campaign Configuration: Walks through a 5-phase workflow from mewt init to a validated, ready-to-run campaign with correct target patterns and timeouts. - Duration Estimation & Optimization: Calculates worst-case runtime from mutant count and test duration, then applies strategies like per-component targeting, severity filtering, or two-phase campaigns. - Use Case: You have a Solidity project where mewt run would take 30 hours. Use this Skill to narrow targets to contracts/**/*.sol, set a manual timeout accounting for Forge recompilation, and cut the campaign to an overnight run. ## Quick Start Ask the assistant to configure a mewt mutation testing campaign for your project and estimate how long it will take.