agentic-eval

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

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/MudassarAbrar/HACKATHON-1.0 --skill agentic-eval-mudassarabrar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-eval
Source: https://github.com/MudassarAbrar/HACKATHON-1.0/tree/main/.agent/workflows/agentic-eval
Command: npx skills add https://github.com/MudassarAbrar/HACKATHON-1.0 --skill agentic-eval-mudassarabrar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when:

  • Implementing self-critique and reflection loops
  • Building evaluator-optimizer pipelines for quality-critical generation
  • Creating test-driven code refinement workflows
  • Designing rubric-based or LLM-as-judge evaluation systems
  • Adding iterative improvement to agent outputs (code, reports, analysis)
  • Measuring and improving agent response quality

Core Features & Use Cases

  • Structured evaluation loops: generate, evaluate, critique, refine, and output with traceable feedback.
  • Separate evaluation and generation roles: clear responsibilities for higher quality outputs.
  • Rubric-based and LLM-as-judge methods to rank and select best results.
  • Real-world applicability across code, reports, analyses, and decision-support tasks.

Quick Start

Provide an initial task to an agent and run an iterative evaluation loop to produce an improved result.

Frequently Asked Questions about agentic-eval

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

FAQPage Schema
How do I implement an LLM-as-judge evaluation loop for AI agent outputs?

An LLM-as-judge evaluation loop improves AI agent outputs by applying structured rubrics through iterative generate, evaluate, critique, and refine cycles. This separates generation from evaluation roles to ensure higher quality and traceable feedback for code or reports.

What is an evaluator-optimizer pipeline for quality-critical generation?

An evaluator-optimizer pipeline is a structured refinement workflow that iteratively evaluates and critiques AI agent responses against specific rubrics. It drives quality-critical generation by looping generation and refinement steps until optimal output is achieved and logged.

How do I set up test-driven code refinement workflows using AI agents?

Test-driven code refinement workflows use AI agents to iteratively generate, evaluate, and refine code based on structured evaluation criteria. By applying self-critique loops and controlled iteration limits, the agent progressively improves code until it meets required quality standards.

Can I use rubric-based evaluation to improve AI-generated reports and analysis?

Yes, rubric-based evaluation can improve AI-generated reports and analysis by applying structured criteria within an iterative evaluation loop. The system generates, evaluates, critiques, and refines the output, ensuring comprehensive logs for traceability and reproducibility.

What are the limitations of iterative self-critique loops for AI agents?

Iterative self-critique loops require controlled iteration limits to prevent infinite cycling and demand structured evaluation criteria to avoid subjective refinement. Without comprehensive logging, traceability and reproducibility of the evaluation process can be compromised.