How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Skill Tester (Engineering domain).

Validates and scores Claude Code skill packages for quality, completeness, and best practices compliance. Tests Python scripts, checks YAML frontmatter, and generates quality reports. Use when creatin...

The agent validates skill packages for structure compliance, tests Python scripts for syntax and stdlib-only imports, and scores quality across four dimensions (documentation, code quality, completeness, usability) with letter grades and improvement recommendations. It supports BASIC, STANDARD, and 

## Your Key Capabilities
- Validate a New Skill
- Test Skill Scripts
- Score and Improve Quality
- skill_validator.py
- script_tester.py
- quality_scorer.py

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/skill-tester

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/skill-tester ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/skill-tester your-project/
# The skill is available in your Codex workspace at:
.codex/skills/skill-tester/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/skill-tester your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/skill-tester/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/skill-tester your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/skill-tester/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/skill-tester your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/skill-tester your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/skill-tester

Run Python Tools

python engineering/skill-tester/scripts/tool_name.py --help

Quick Start

# Validate skill structure and documentation
python skill_validator.py engineering/my-skill --tier POWERFUL --json

# Test all Python scripts in a skill
python script_tester.py engineering/my-skill --timeout 30

# Score quality with improvement roadmap
python quality_scorer.py engineering/my-skill --detailed --minimum-score 75
---

Related Skills in Engineering

View on GitHub