skill-test

Run isolated multi-scenario tests on Skills and generate Markdown reports.

2|Updated May 20, 2026
One-click install
npx skills add https://github.com/Yemomo511/hybrid-agent-rail --skill skill-test-yemomo511
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-test
Source: https://github.com/Yemomo511/hybrid-agent-rail/tree/main/.codex/skills/skill-test
Command: npx skills add https://github.com/Yemomo511/hybrid-agent-rail --skill skill-test-yemomo511

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

When creating or modifying Skills for Agent platforms, it is hard to verify that they guide Agents correctly in real usage scenarios, and ad-hoc testing risks accidentally modifying the original Skill files. This Skill provides a fully isolated testing workflow that preserves the integrity of the original Skill while generating actionable test evidence.

Core Features & Use Cases

  • Isolated Test Environment: Copies the target Skill to a temporary isolated path, ensuring no changes are made to the original Skill during testing.
  • Multi-Scenario Prompt Testing: Runs default or custom test prompts covering Q&A, simple operations, and complex operations to simulate real user needs.
  • Structured Evidence Reports: Generates traceable Markdown reports with test results, issue prioritization, scoring, and minimal modification suggestions for Skill maintainers.
  • Use Case: After you develop a new Skill for cross-platform app development, use this Skill to run a full test suite to confirm it works as expected without altering your original Skill code.

Quick Start

Use the skill-test Skill to run an isolated validation test on your target Skill by providing its directory path and the target project working directory.

Frequently Asked Questions about skill-test

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

FAQPage Schema
How do I validate an Agent Skill without modifying the original file?

Skill validation without modifying original files works by copying the target Skill to a temporary isolated path, running multi-scenario test prompts, and generating a structured Markdown report with issue scoring and modification suggestions.

What is isolated skill testing and how does it generate traceable reports?

Isolated skill testing runs default or custom prompts in a temporary environment to evaluate Agent behavior, generating structured Markdown evidence reports that include test results, issue prioritization, and scoring for Skill maintainers.

How do I run regression testing for modified Skills in an Agent platform?

To run regression testing for modified Skills, provide the target Skill directory path and project working directory to execute multi-scenario prompt tests that simulate Q&A, simple operations, and complex operations without altering the original code.

Does skill testing support custom user-defined test prompts?

Skill testing supports custom user-defined test prompts alongside default multi-scenario prompts, allowing you to simulate specific real user needs and generate evidence-based test reports for your Agent workflows.

What is included in a structured Skill evaluation test report?

A structured Skill evaluation test report includes traceable test results, issue prioritization, scoring, and minimal modification suggestions, providing Skill maintainers with actionable evidence to improve correctness.