What problem does it solve?
This skill implements an adversarial fix-evaluate loop that separates generation of fixes from evaluation, enabling systematic, iterative repair of feature gaps until convergence.
Core Features & Use Cases
- Adversarial fix generation: Generator proposes concrete fixes based on eval findings and reference evidence.
- Independent evaluation: Evaluator validates fixes against evaluation criteria and screenshots to prevent self-assessment bias.
- Iterative convergence: Repeats fix and evaluation cycles until a target score or manual intervention is reached.
- Progress tracking: Logs iterations, scores, and remaining gaps to guide next steps.
Quick Start
Run /evaluate for a feature to generate an eval report, then start the fix loop with /eval-fix to iteratively generate and verify fixes.