What problem does it solve?
This Skill helps you write and improve Go code that uses the generated Ax package, especially when you need evaluator feedback, iterative candidate refinement, or optimizer-backed generation instead of ad hoc prompt handling.
Core Features & Use Cases
- Reward-Scored Refinement: Build Go workflows that score candidate outputs and improve them over multiple iterations.
- Optimizer-Backed Generation: Use GEPA, few-shot bootstrapping, and optimizer engine APIs when a standalone refine helper is not available.
- Generated Package Guidance: Stay aligned with the generated Go package surface, capability manifests, and runnable examples so your code matches the native API.
- Use Case: A developer wants to improve model outputs for a Go application by feeding evaluator feedback into the Ax optimizer loop and regenerating better candidates.
Quick Start
Use this skill to rewrite my Go Ax refinement code so it follows the generated package examples, uses evaluator feedback correctly, and applies the appropriate optimizer API.