valid-skill

Provide a basic non-functional skill unit for testing evaluation harnesses.

3|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/humanity4ai/project_human --skill valid-skill-humanity4ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: valid-skill
Source: https://github.com/humanity4ai/project_human/tree/main/evals/fixtures/valid-skill
Command: npx skills add https://github.com/humanity4ai/project_human --skill valid-skill-humanity4ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill serves as a basic test fixture within an evaluation harness, ensuring the proper functioning of the testing framework itself.

Core Features & Use Cases

  • Testing Framework Validation: Verifies that the evaluation harness can correctly load, interpret, and execute a skill.
  • Scenario Execution: Allows for the running of predefined test scenarios to confirm skill and harness integration.
  • Use Case: Used by developers to confirm that new features or changes to the evaluation harness do not break the fundamental ability to run a skill.

Quick Start

Use the valid-skill to run test scenario fix-01.

Frequently Asked Questions about valid-skill

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

FAQPage Schema
How do I test an evaluation harness for skill execution pipelines?

You test an evaluation harness by loading a basic test fixture skill that verifies the framework correctly loads, interprets, and executes skill units without requiring external libraries.

What is a test fixture skill used for in integration testing?

A test fixture skill is used for integration testing to validate the testing framework itself, confirming that changes to the evaluation harness do not break the ability to run predefined scenarios.

Do I need external libraries to run a basic skill execution test?

No, you do not need external libraries to run a basic skill execution test. The fixture defines a simple structure with placeholder scenarios, requiring no complex logic or external dependencies.

How do I run predefined test scenarios for framework validation?

You run predefined test scenarios for framework validation by executing the test fixture skill, such as triggering test scenario fix-01 to confirm the harness properly loads and runs the unit.

Can I use a non-functional skill unit to verify scenario execution?

Yes, you can use a non-functional skill unit to verify scenario execution. It provides placeholder scenarios specifically designed to confirm skill and harness integration during testing.