evaluator-optimizer

Automate iterative generation, evaluation, and revision cycles against a rubric.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/dev-khoi/conHack-2026 --skill evaluator-optimizer-dev-khoi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluator-optimizer
Source: https://github.com/dev-khoi/conHack-2026/tree/main/.opencode/skills/evaluator-optimizer
Command: npx skills add https://github.com/dev-khoi/conHack-2026 --skill evaluator-optimizer-dev-khoi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates iterative generation, evaluation, and revision cycles to reach an explicit quality bar using a defined rubric.

Core Features & Use Cases

  • Separate generator and evaluator prompts with a strict rubric to guide revisions.
  • Loop until a pass threshold, budget, or max rounds, enabling robust, repeatable quality control.
  • Use cases include high-stakes content generation, code or document drafting, and any task where evaluative criteria are codified.

Quick Start

Provide an initial candidate output and a clear rubric, then let the system generate, evaluate, and revise until the score meets the threshold.

Frequently Asked Questions about evaluator-optimizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iterative generation and revision cycles for AI outputs?

Automating iterative generation and revision cycles requires separating generator and evaluator prompts with a strict rubric. The system loops generation, evaluation, and revision until outputs meet a defined score threshold or reach a maximum round limit.

How do I set up a quality assurance rubric to guide automated content revisions?

Setting up a quality assurance rubric involves defining explicit evaluation criteria that are cheap to verify. You provide an initial candidate output and this structured rubric, allowing the system to evaluate and apply actionable feedback to refine the result.

Can I use iterative evaluation to improve code and document drafting quality?

Iterative evaluation effectively improves code and document drafting quality by applying codified evaluative criteria. The system generates a draft, evaluates it against your rubric, and revises it until the output meets the specified quality bar.

How does the evaluator-optimizer workflow prevent infinite loops during refinement?

The evaluator-optimizer workflow prevents infinite loops by enforcing strict guardrails. It automatically stops the generation and evaluation cycle when reaching a maximum round limit, a pass threshold, or a defined budget for revisions.

What is the best way to reach an explicit quality bar for high-stakes content generation?

Reaching an explicit quality bar for high-stakes content generation is best achieved through structured feedback loops. By using a defined rubric to evaluate and revise outputs iteratively, the system ensures robust, repeatable quality control.

Do I need separate prompts for generation and evaluation to refine model outputs?

Separate prompts for generation and evaluation are required to effectively refine model outputs. This separation ensures the evaluator strictly applies the rubric to guide revisions without being influenced by the generation process.