What problem does it solve?
This Skill automates repeated code changes toward a measurable target, so you can improve metrics like coverage, bundle size, lint errors, or performance without manually managing each experiment.
Core Features & Use Cases
- Metric-driven iteration: Runs a defined optimization loop across multiple rounds and compares each result against the previous best.
- Git-safe experimentation: Commits before verification, preserves history, and reverts discarded changes to keep experiments traceable.
- Guarded optimization: Supports a separate regression check so improvements are only kept when the broader project still passes validation.
- Use case: Ideal for engineering tasks such as raising test coverage in a code area, reducing bundle size, or eliminating repeated build and lint issues.
Quick Start
Ask the skill to improve one measurable metric in a defined scope and include the verify command, optional guard command, and iteration limit.