ai-evalcheck-and-golden-evals

Manage AI evaluation suites and golden data across seven dimensions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/roaming-rockenfels/ghostfolio --skill ai-evalcheck-and-golden-evals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-evalcheck-and-golden-evals
Source: https://github.com/roaming-rockenfels/ghostfolio/tree/main/.claude/skills/ai-evalcheck-and-golden-evals
Command: npx skills add https://github.com/roaming-rockenfels/ghostfolio --skill ai-evalcheck-and-golden-evals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management and validation of AI evaluation test cases and golden data, ensuring comprehensive coverage and accuracy of AI agent behaviors.

Core Features & Use Cases

  • Eval Suite Management: Add, update, and maintain a suite of over 46 test cases across 7 critical evaluation dimensions.
  • Golden Data Maintenance: Ensure the accuracy of golden evaluation data, updating it only when intentional behavior changes occur.
  • Eval Validation: Run evalCheck (or its offline equivalent npm run test) to verify the health of the evaluation suite and identify regressions.
  • Coverage Analysis: Verify that all 7 evaluation dimensions have adequate test case coverage.
  • Use Case: After introducing a new tool for the AI agent, use this Skill to add corresponding test cases, update golden data if necessary, and run evalCheck to confirm the new tool integrates correctly and doesn't break existing functionality.

Quick Start

Use the ai-evalcheck-and-golden-evals skill to add a new eval case for the tool selection accuracy dimension.

Frequently Asked Questions about ai-evalcheck-and-golden-evals

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

FAQPage Schema
How do I manage golden evaluation data when AI agent behavior changes intentionally?

To validate AI agent behavior after adding a new tool, add corresponding test cases to the evaluation suite and update golden data if necessary. Run evalCheck to confirm correct tool integration and verify no existing functionality breaks.

What is evalCheck and how does it test AI agent performance?

AI evaluation coverage is validated across seven critical evaluation dimensions. These dimensions ensure comprehensive behavior testing by systematically verifying that all aspects of agent performance have adequate test case representation.

How do I add new test cases for AI tool selection accuracy?

To add new test cases for tool selection accuracy, integrate them into the existing evaluation suite targeting that specific dimension. Update the golden data to match expected outcomes, then run evalCheck to verify the suite's health.

Can I run AI evaluation validation offline without external dependencies?

Yes, you can run AI evaluation validation offline by using the equivalent command npm run test. This executes the evalCheck process locally to identify regressions and verify the health of the evaluation suite without external dependencies.

Why does my AI evaluation suite fail after updating golden data?

An AI evaluation suite fails after updating golden data when the new data does not align with the expected behavior across the seven evaluation dimensions. Run evalCheck to isolate the regression and verify test case accuracy.