skill-tester

Validate, test, and score skills against quality standards and tier requirements.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill skill-tester-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-tester
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/alireza-skill-tester
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill skill-tester-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rigorous validation, testing, and quality scoring of other skills, ensuring they meet high standards for reliability and functionality.

Core Features & Use Cases

  • Automated Validation: Checks skill structure, file presence, and documentation compliance.
  • Script Testing: Validates Python scripts for syntax, imports, and runtime behavior.
  • Quality Scoring: Assigns objective scores across documentation, code, completeness, and usability.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically gate pull requests, ensuring only high-quality skills are merged into the main branch.

Quick Start

Run the skill tester on the 'my-skill' directory to validate its quality.

Frequently Asked Questions about skill-tester

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

FAQPage Schema
How do I validate skill structure and documentation completeness in a CI/CD pipeline?

Automated skill validation checks structural integrity, file presence, and documentation compliance against defined quality standards. You can integrate this validation into your CI/CD pipeline to automatically gate pull requests, ensuring only high-quality skills are merged into the main branch.

Can I test Python scripts for syntax and runtime behavior without manual execution?

Script testing validates Python scripts for syntax, imports, and runtime behavior automatically. This automated mechanism enforces script functionality and ensures adherence to the skill structure specification without requiring manual execution for comprehensive assessment.

What is the best way to score code quality and documentation for custom skills?

Quality scoring assigns objective scores across documentation, code, completeness, and usability. This automated process evaluates skills against defined quality standards and tier requirements, providing a comprehensive assessment of overall skill quality.

Does skill validation require specific Python versions or dependencies?

Skill validation requires Python 3.7+ and adherence to the skill structure specification. There are no external dependencies needed, as the automated checks operate directly on the skill directory structure and scripts.

Why does my skill fail automated testing when passing local checks?

Automated testing enforces strict structural integrity, script functionality, and documentation completeness checks. Local checks may miss compliance issues with tier requirements or file presence validation that the automated quality assessment catches.