agentic-eval

Evaluate and iteratively refine AI agent outputs using structured rubrics.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/selfagency/agentsy --skill agentic-eval-selfagency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-eval
Source: https://github.com/selfagency/agentsy/tree/main/.agents/skills/agentic-eval
Command: npx skills add https://github.com/selfagency/agentsy --skill agentic-eval-selfagency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agent outputs can be inconsistent, fail subtle criteria, or degrade quality without an objective way to measure and correct them.

Core Features & Use Cases

  • Self-critique and reflection loops: Generate → Evaluate → Critique → Refine using clear pass/fail checks and feedback.
  • Evaluator-optimizer pipelines: Separate generation from scoring and optimization to improve reliability and accountability.
  • Test-driven code refinement: Use generated tests to repeatedly validate and fix code until it passes.
  • Outcome, rubric, and LLM-as-judge evaluation: Select the evaluation strategy that matches your success criteria and quality dimensions.

Quick Start

Use agentic-eval to run a generate → evaluate → critique → refine loop with structured, rubric-based scoring until the output meets your threshold.

Frequently Asked Questions about agentic-eval

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

FAQPage Schema
How do I use LLM-as-judge scoring to improve agent outputs?

LLM-as-judge scoring improves agent outputs by applying an evaluator-optimizer pipeline that generates, scores, and refines content against explicit rubric criteria until it passes. This iterative evaluation separates generation from quality gate checks.

What is a self-critique reflection loop for AI agents?

A self-critique reflection loop is a generate, evaluate, critique, and refine cycle that corrects AI agent outputs using structured pass/fail checks. It drives iterative refinement by applying explicit feedback to subsequent generation attempts.

How do I set up test-driven code refinement for AI generated scripts?

Test-driven code refinement for AI scripts repeatedly validates and fixes generated code until it passes generated tests. This process requires setting iteration limits and structured JSON evaluation outputs to ensure robust parsing and convergence.

Can I use rubric scoring to enforce quality gates in an evaluator-optimizer pipeline?

Yes, you can use rubric scoring to enforce quality gates in an evaluator-optimizer pipeline. This approach selects evaluation strategies matching your success criteria and stops iterations based on defined score thresholds or convergence conditions.

What are the limitations of iterative refinement for AI quality assurance?

Limitations of iterative refinement include the need for clear criteria and structured JSON evaluation outputs for robust parsing. Without explicit stop conditions, score thresholds, or iteration limits, the self-critique loop may fail to converge.