validation-ai-tests

Execute AI test suites and report failures with regression analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of the AI test suite, ensuring code changes meet quality standards before integration.

Core Features & Use Cases

  • Automated Testing: Executes unit, integration, and AI evaluation tests.
  • Result Reporting: Provides clear PASS/FAIL status with detailed failure information.
  • Use Case: After making changes to the AI model's response generation, run this Skill to verify that all tests pass and no regressions have been introduced.

Quick Start

Run the validation AI tests and report the results.

Frequently Asked Questions about validation-ai-tests

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

FAQPage Schema
How do I run AI evaluation tests to check for regressions after code changes?

To run AI evaluation tests and check for regressions, execute the validation suite to validate code changes. The suite reports PASS/FAIL outcomes with detailed failure analysis, identifying regressions in AI-specific evaluations.

What types of tests are included in an automated AI validation suite?

An automated AI validation suite includes unit, integration, and evaluation tests. These tests validate code changes against quality standards before integration and report detailed failure information if any regressions are detected.

How do I get detailed failure analysis when unit and integration tests fail?

To get detailed failure analysis for unit and integration tests, run the automated validation suite. It provides clear PASS/FAIL status with detailed failure information to help identify exactly where code changes introduced errors.

Do I need to update golden state data when AI tests fail during validation?

Yes, when AI tests fail during validation, potential updates to golden state data may be required. Adhering to testing protocols and updating this data ensures successful validation of code changes before integration.

Can I automate integration and unit testing to verify code changes meet quality standards?

Yes, you can automate integration and unit testing to verify code changes meet quality standards. The validation suite executes these tests automatically, ensuring changes pass required protocols before integration.

Why are my AI-specific evaluation tests failing after updating the response generation logic?

AI-specific evaluation tests fail after updating response generation logic because the changes introduced regressions. Running the validation suite identifies these regressions through detailed failure analysis and requires protocol adherence or golden state updates.