agentic-eval

Implement iterative evaluation and refinement loops for AI agent outputs.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Manavv007/SentinEL-Sentinel-eGeMAPS-openSMILE- --skill agentic-eval-manavv007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-eval
Source: https://github.com/Manavv007/SentinEL-Sentinel-eGeMAPS-openSMILE-/tree/main/.kiro/skills/llm-eval
Command: npx skills add https://github.com/Manavv007/SentinEL-Sentinel-eGeMAPS-openSMILE- --skill agentic-eval-manavv007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of unreliable AI outputs by implementing automated evaluation and refinement loops that ensure high-quality, accurate, and compliant results.

Core Features & Use Cases

  • Self-Critique Loops: Enables agents to evaluate their own work against defined criteria and perform iterative improvements.
  • Evaluator-Optimizer Pipelines: Decouples generation from evaluation to allow for rigorous quality control and scoring.
  • Test-Driven Refinement: Automates code generation and validation cycles to ensure functional correctness.
  • Use Case: Use this skill to build a robust content generation pipeline that automatically critiques and rewrites technical documentation until it passes all style and accuracy rubrics.

Quick Start

Use the agentic-eval skill to implement a reflection loop that critiques and improves the current draft of the project report against the provided quality rubric.

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 to improve AI agent output quality?

Self-critique loops enable AI agents to evaluate their own outputs against defined criteria and perform iterative improvements. You establish evaluation rubrics and structured JSON parsing to automate quality assessment and refinement.

What is an evaluator-optimizer pipeline for LLM workflows?

An evaluator-optimizer pipeline decouples generation from evaluation to enable rigorous quality control and scoring. It separates the AI output generation phase from the assessment phase to facilitate automated quality improvement cycles.

How do I set up test-driven code generation workflows with automated refinement?

Test-driven refinement automates code generation and validation cycles to ensure functional correctness. It uses iterative evaluation patterns to continuously generate, evaluate, and refine code until it passes defined validation rubrics.

Do I need structured JSON parsing to run automated AI evaluation pipelines?

Yes, structured JSON parsing is required to facilitate automated quality assessment within evaluation and refinement loops. Defined evaluation rubrics are also necessary to structure the self-critique and scoring mechanisms.

When should I use iterative refinement patterns for AI generation quality?

Iterative refinement patterns should be used when addressing unreliable AI outputs that require high accuracy and compliance. They are ideal for building robust content generation pipelines that must pass strict style and accuracy rubrics.

What are the limitations of self-critique loops in agentic workflows?

Self-critique loops rely entirely on the quality of the defined evaluation rubrics and structured JSON parsing. Without clear, accurate criteria, the automated quality assessment and iterative improvement cycles cannot effectively validate outputs.