skill-tester

Validate Claude Code skills with isolated tester agents and a persistent evaluator.

9|1|Updated Jan 15, 2016
One-click install
npx skills add https://github.com/wadackel/dotfiles --skill skill-tester-wadackel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-tester
Source: https://github.com/wadackel/dotfiles/tree/main/home/programs/claude/skills/skill-tester
Command: npx skills add https://github.com/wadackel/dotfiles --skill skill-tester-wadackel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines the validation of Claude Code skills by orchestrating isolated tester agents and a persistent evaluator to verify triggering, workflow, resources, and output against defined criteria.

Core Features & Use Cases

  • Isolated test execution: Each test runs in a fresh tester agent to prevent context leakage.
  • End-to-end validation: Coordinates tester and evaluator to assess triggering accuracy, workflow adherence, resource usage, and output quality.
  • Story and non-story tests: Supports positive, negative, edge, and story-based scenarios to cover a range of real-world interactions.
  • Structured reporting: Produces detailed evaluation reports with actionable recommendations for improvement.

Quick Start

Start the automated skill validation by invoking the tester on a target skill.

Frequently Asked Questions about skill-tester

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

FAQPage Schema
How do I automate validation testing for Claude Code skills?

Automate Claude Code skill validation by coordinating isolated tester agents and a persistent evaluator to verify triggering, workflow, resources, and output against defined criteria. It runs rigorous tests automatically to ensure new or updated skills behave correctly.

Can I run isolated tests to prevent context leakage when testing multiple AI agents?

Yes, isolated test execution runs each test in a fresh tester agent to prevent context leakage. This ensures that validation results for multi-agent interactions remain accurate and independent across different test scenarios.

What types of test scenarios are supported for validating skill triggering and workflow?

Validation supports positive, negative, edge, and story-based test scenarios to cover a range of real-world interactions. This verifies triggering accuracy, workflow adherence, resource usage, and output quality comprehensively.

Does skill testing work with frontmatter-based discovery requirements?

Yes, the validation process satisfies requirements for frontmatter-based discovery. The evaluator checks skill metadata and triggering logic to ensure the skill is correctly discovered and activated by the system.

How do I get structured reports for AI skill evaluation results?

Structured reporting produces detailed evaluation reports with actionable recommendations for improvement. The persistent evaluator assesses output quality and generates reports highlighting areas needing attention after testing completes.

What is the best way to test edge cases in Claude Code skill workflows?

The best way to test edge cases is using isolated tester agents that apply negative and edge scenario tests against defined validation criteria. This end-to-end validation assesses workflow adherence and resource usage for robust skill performance.