agentic-eval

Evaluates and improves AI agent outputs via self-critique and iterative refinement.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/htn332805/run_mcp --skill agentic-eval-htn332805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-eval
Source: https://github.com/htn332805/run_mcp/tree/main/local-mcp-rag/documents/markdown_docs/agentic-eval%20
Command: npx skills add https://github.com/htn332805/run_mcp --skill agentic-eval-htn332805

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Self-Critique & Reflection: Agents can analyze and improve their own outputs.
  • Evaluator-Optimizer Pipelines: Build systems where distinct components generate, evaluate, and refine content.
  • Test-Driven Code Refinement: Automatically fix code based on test failures.
  • Use Case: When generating a complex report, use this skill to have the AI first draft the report, then critique it against a rubric, and finally revise it based on the critique to ensure accuracy and clarity.

Quick Start

Use the agentic-eval skill to refine the generated code by running it against provided tests.

Frequently Asked Questions about agentic-eval

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

FAQPage Schema
How do I implement self-critique loops for AI code generation?

Self-critique loops for AI code generation are implemented by having agents analyze their own outputs against evaluation rubrics and iteratively refine the code based on structured critique results.

What is an evaluator-optimizer pipeline for iterative refinement?

An evaluator-optimizer pipeline for iterative refinement is a system architecture where distinct components generate, evaluate, and refine AI outputs through structured self-critique to meet specific quality standards.

How do I refine AI generated code using test-driven evaluation?

Test-driven code refinement evaluates AI-generated code by running it against provided tests, automatically analyzing failures, and iteratively fixing the code based on the self-critique of test results.

Does self-critique require structured output for parsing evaluation scores?

Yes, self-critique systems require structured output formats to reliably parse critique results and evaluation scores generated by the AI during the iterative reflection and refinement process.

Can I use rubric-based evaluation to improve AI agent outputs?

Yes, you can use rubric-based evaluation to improve AI agent outputs by having the AI draft content, critique it against a defined rubric, and revise it to ensure accuracy and clarity.

What are the limitations of self-critique for AI quality improvement?

Self-critique for AI quality improvement relies heavily on the agent's ability to accurately evaluate its own outputs and requires structured output parsing, limiting its effectiveness with unstructured or highly subjective content.