agent-evaluation-reporting

Featured

Use when summarizing agent evaluations where autonomous, assisted, failed, timed-out, or invalid outcomes must remain distinct and comparable.

AI & Automation 45,207 stars 6618 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Evaluation Reporting ## Overview Turn raw agent evaluation runs into a decision-ready report without hiding failures or overstating capability. Keep outcome populations, denominators, latency populations, and experiment conditions explicit so readers can reproduce every headline number. ## When to Use This Skill - Use when reporting benchmark, regression, pilot, or production evaluation runs for an AI agent. - Use when autonomous and human-assisted completions appear in the same result set. - Use when failures, timeouts, infrastructure-invalid runs, retries, or partial results affect the denominator. - Use when comparing two agents, prompts, harnesses, or releases and deciding whether the comparison is valid. ## How It Works ### Step 1: Freeze the comparison contract Record the task set and sampling, model and provider, prompt or policy version, tool and harness versions, evaluator rubric, timeout and retry policy, token or cost budget, environment, and human-intervention policy. Assign the configuration a stable label or digest. If a material condition differs between runs, mark the comparison as non-equivalent. Report a directional observation only; do not claim that the changed agent caused the difference. ### Step 2: Build a mutually exclusive outcome ledger Classify every scheduled attempt exactly once: | Outcome | Meaning | |---|---| | `autonomous_success` | The agent satisfied the evaluator without human intervention. | | `assisted_success` | The tas...

Details

Author
sickn33
Repository
sickn33/agentic-awesome-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category