skill-tester

Validate, test, and score skills in the claude-skills ecosystem.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill skill-tester-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-tester
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/engineering/skill-tester
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill skill-tester-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the validation, testing, and quality scoring of other skills, ensuring they meet rigorous standards and integrate seamlessly into development workflows.

Core Features & Use Cases

  • Comprehensive Validation: Verifies skill structure, documentation, and script compliance.
  • Automated Testing: Executes scripts, checks for syntax errors, and validates output formats.
  • Quality Scoring: Assigns letter grades and provides actionable improvement suggestions.
  • Use Case: Integrate into your CI/CD pipeline to automatically block pull requests that introduce skills failing quality gates.

Quick Start

Validate the skill located at 'engineering/my-skill' using the skill tester.

Frequently Asked Questions about skill-tester

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

FAQPage Schema
How do I automate quality assurance for custom skills in a CI/CD pipeline?

You can automate quality assurance by integrating a validation framework into your CI/CD pipeline to automatically block pull requests that introduce skills failing quality gates. This ensures structural integrity, script functionality, and adherence to defined standards.

What does automated skill validation check for during testing?

Automated skill validation verifies skill structure, documentation, and script compliance. It executes scripts, checks for syntax errors, and validates output formats to ensure skills meet rigorous structural and functional standards.

How is skill quality scored and graded?

Skill quality is scored by assigning letter grades based on adherence to defined quality standards across BASIC, STANDARD, and POWERFUL tiers. The scoring process provides actionable improvement suggestions for any identified deficiencies.

Can I use pre-commit hooks to validate skill structure before committing?

Yes, you can use pre-commit hooks to validate skill structure and script functionality before committing changes. This prevents syntax errors and structural compliance issues from entering your codebase.

Do I need specific testing frameworks to validate skills across different tiers?

No specific testing frameworks are required as dependencies. The validation framework internally enforces structural integrity and script compliance across BASIC, STANDARD, and POWERFUL tiers without external testing framework dependencies.

Why should I use automated skill validation instead of manual code reviews?

Automated skill validation enforces structural integrity, script functionality, and quality standards consistently. It assigns grades and provides actionable suggestions, which is more reliable and scalable than manual code reviews.