aeon-skill-evals

Validate skill outputs against assertion manifests to detect regressions.

14|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Eskyee/agentbot-opensource --skill aeon-skill-evals-eskyee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon-skill-evals
Source: https://github.com/Eskyee/agentbot-opensource/tree/main/skills/aeon-skill-evals
Command: npx skills add https://github.com/Eskyee/agentbot-opensource --skill aeon-skill-evals-eskyee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The aeon-skill-evals Skill unit validates the output of skills against assertion manifests to detect regressions, ensuring the quality of skill outputs.

Core Features & Use Cases

  • Validation Against Manifests: Assess outputs against predefined manifests for word counts, patterns, and citations.
  • Regression Detection: Track changes over time (NEW_FAIL / NEW_PASS / CHRONIC / STABLE_FAIL).
  • Bootstrap Manifest Creation: Generate a starter manifest from successful runs for new skills.

Quick Start

Run 'aeon-skill-evals eval' to validate the output of installed skills.

Frequently Asked Questions about aeon-skill-evals

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

FAQPage Schema
How do I validate AI skill outputs against expected patterns and citations?

You can validate AI skill outputs by running them against predefined assertion manifests that check for specific patterns, word counts, and citations to ensure quality and consistency.

How do I detect regressions in AI tooling output quality over time?

Regression detection tracks output changes over time by categorizing results into NEW_FAIL, NEW_PASS, CHRONIC, and STABLE_FAIL statuses to identify when and where quality degraded.

What is an assertion manifest for skill validation?

An assertion manifest is a predefined set of criteria used to assess skill outputs, validating that they meet expected rules for word counts, formatting patterns, and required citations.

How do I create a starter assertion manifest for a new skill?

You can bootstrap a starter assertion manifest by generating it from successful previous runs of the skill, establishing a baseline for future output validation and regression tracking.

Can I assess skill quality without writing validation rules from scratch?

Yes, you can generate a starter manifest from successful runs to automatically create initial validation rules, eliminating the need to manually define every assertion from scratch.

Does this approach work for maintaining quality across multiple AI infrastructure components?

Yes, validating outputs against assertion manifests is designed for AI infrastructure management, ensuring consistent quality and detecting regressions across installed skills.