Awesome-omni-skill skill-tester-swarm
Automated QA system for Claude Code skills. Discovers skills from GitHub/SkillsMP, installs them, generates tests, executes with screenshot capture, evaluates quality with A-F grades, and publishes an interactive dashboard.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/testing-security/skill-tester-swarm" ~/.claude/skills/diegosouzapw-awesome-omni-skill-skill-tester-swarm && rm -rf "$T"
manifest:
skills/testing-security/skill-tester-swarm/SKILL.mdsource content
Skill Tester Swarm
"I don't just use skills. I test them all and show you which ones actually work."
An 8-agent swarm that automatically tests Claude Code skills and generates visual reports with screenshots.
What It Does
- Discovers skills from GitHub and marketplaces
- Installs each in isolation
- Generates test prompts from triggers
- Executes tests and captures output
- Screenshots terminal and file results
- Scores quality (A-F grades)
- Reports with pass/fail matrix
- Publishes interactive dashboard
Quick Start
./scripts/orchestrator.sh run
Output
- Screenshots of every test
- Quality scores and grades
- Interactive web dashboard
- JSON data for automation
Agents
| Agent | Role |
|---|---|
| 0 | Skill Discoverer |
| 1 | Skill Installer |
| 2 | Test Generator |
| 3 | Test Executor |
| 4 | Screenshot Capturer |
| 5 | Quality Evaluator |
| 6 | Report Generator |
| 7 | Dashboard Publisher |
See README.md for full documentation.