What problem does it solve?
This Skill solves the problem of inconsistent, low-quality AI agent outputs for quality-critical tasks by providing structured, repeatable patterns for evaluating and refining generated content until it meets predefined standards.
Core Features & Use Cases
- Iterative Self-Critique Loops: Enable agents to evaluate their own outputs against defined criteria and refine them automatically through multiple passes.
- Evaluator-Optimizer Pipelines: Separate generation and evaluation responsibilities for clear, maintainable quality control in workflows like code generation and report drafting.
- Flexible Evaluation Strategies: Supports outcome-based scoring, LLM-as-judge comparison, and weighted rubric-based assessment to match the needs of different task types.
A common use case is implementing a test-driven code refinement workflow that automatically fixes bugs in AI-generated code until all test cases pass.
Quick Start
Use the agentic-eval skill to build a self-critique loop that refines your generated code until it passes all predefined quality checks.