skill-evals

Build automated evaluation suites with code-based and LLM-as-judge graders.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/KoryakinYurij/Self-Sustain-System --skill skill-evals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-evals
Source: https://github.com/KoryakinYurij/Self-Sustain-System/tree/main/Skill%20Creation/templates/skill-evals
Command: npx skills add https://github.com/KoryakinYurij/Self-Sustain-System --skill skill-evals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a framework for building automated evaluation suites to consistently measure and improve the quality of other skills over time.

Core Features & Use Cases

  • Automated Evaluation Suites: Define and run tests to assess skill accuracy, output quality, and trigger reliability.
  • Code-based Graders: Implement deterministic checks for skills with predictable outputs.
  • LLM-as-Judge Graders: Use rubrics for subjective evaluation of open-ended skill responses.
  • Continuous Monitoring: Set up pre-deploy validation and ongoing quality assessment.
  • Use Case: Before deploying a new version of a customer support skill, use this framework to run automated tests that verify its response accuracy and adherence to predefined quality metrics.

Quick Start

Use the skill-evals skill to set up an automated evaluation for the 'customer-support' skill.

Frequently Asked Questions about skill-evals

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

FAQPage Schema
How do I automate skill quality measurement over time?

Automate skill quality measurement by building evaluation suites that consistently test trigger accuracy and output quality. These suites support both deterministic code-based graders and LLM-as-judge rubrics, enabling pre-deploy validation and continuous monitoring.

What is the best way to validate a skill before deployment using automated testing?

The best way to validate a skill before deployment is to run automated evaluation suites that verify response accuracy and adherence to predefined metrics. This framework provides pre-deploy validation to ensure trigger reliability and output quality before release.

Can I use LLM-as-judge graders for subjective evaluation of open-ended responses?

Yes, you can use LLM-as-judge graders with defined rubrics for subjective evaluation of open-ended skill responses. This approach complements code-based deterministic graders, which are better suited for skills with predictable outputs.

How do code-based graders work for testing predictable skill outputs?

Code-based graders work by implementing deterministic checks that test skills with predictable outputs. They provide consistent, metric-driven assessment of trigger accuracy, ensuring automated evaluation suites return reliable pass or fail results over time.

Do I need predefined quality metrics to set up continuous monitoring for a skill?

Yes, predefined quality metrics are required to set up continuous monitoring and pre-deploy validation. The evaluation framework uses these metrics alongside defined rubrics to consistently measure trigger accuracy and output quality over time.