agentic-eval

Evaluate and refine AI agent outputs through self-critique and iterative loops.

4|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/GPTtang/skill-atlas --skill agentic-eval-gpttang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-eval
Source: https://github.com/GPTtang/skill-atlas/tree/main/skills/ai-agent/agentic-eval
Command: npx skills add https://github.com/GPTtang/skill-atlas --skill agentic-eval-gpttang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring AI-generated outputs meet specific quality standards by enabling iterative refinement through self-evaluation and correction.

Core Features & Use Cases

  • Self-Critique Loops: Agents can evaluate their own responses against defined criteria and identify areas for improvement.
  • Evaluator-Optimizer Pipelines: Separates the generation and evaluation processes for clearer workflow management and targeted refinement.
  • Code-Specific Reflection: Utilizes unit tests to drive code generation and bug fixing.
  • Use Case: When generating a complex report, an agent can first produce a draft, then critically assess it for accuracy, clarity, and completeness, and finally revise it based on the identified shortcomings.

Quick Start

Use the agentic-eval skill to refine the generated code for the specified task by running it through a self-critique and improvement loop.

Frequently Asked Questions about agentic-eval

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

FAQPage Schema
How do I refine AI outputs using LLM-as-judge and self-critique loops?

Refine AI outputs using LLM-as-judge by implementing self-critique loops where agents evaluate responses against defined criteria. This iterative process identifies accuracy and clarity shortcomings, enabling agents to revise generated content for quality assurance.

What is an evaluator-optimizer pipeline for AI agent generation?

An evaluator-optimizer pipeline separates generation and evaluation processes for clearer workflow management. It enables targeted refinement by allowing an independent evaluator to critique generated outputs before an optimizer applies revisions.

Can I use test-driven code refinement to fix AI generated code?

Yes, you can use test-driven code refinement to fix AI generated code. This approach utilizes unit tests to drive code generation and bug fixing, ensuring the final output passes defined quality and functional benchmarks.

How do I set up rubric-based evaluation systems for AI generated reports?

Set up rubric-based evaluation systems by defining specific accuracy, clarity, and completeness criteria for AI generated reports. Agents first produce a draft, critically assess it against the rubric, and revise based on identified shortcomings.

What are the limitations of using self-critique for quality-critical generation?

The limitation of self-critique for quality-critical generation is that AI agents may lack external ground truth, potentially reinforcing their own biases during evaluation. Complex rubric-based evaluation systems require predefined criteria to mitigate missing accuracy gaps.