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.md
source 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

  1. Discovers skills from GitHub and marketplaces
  2. Installs each in isolation
  3. Generates test prompts from triggers
  4. Executes tests and captures output
  5. Screenshots terminal and file results
  6. Scores quality (A-F grades)
  7. Reports with pass/fail matrix
  8. 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

AgentRole
0Skill Discoverer
1Skill Installer
2Test Generator
3Test Executor
4Screenshot Capturer
5Quality Evaluator
6Report Generator
7Dashboard Publisher

See README.md for full documentation.