Skilltest — Testing skill for Claude Code
SkillTest: test framework and CI gate for AI agent skills (SKILL.md) — the engine behind skillemall.ai.
How to install Skilltest
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open archplg/skilltest and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Skilltest does
SkillTest: test framework and CI gate for AI agent skills (SKILL.md) — the engine behind skillemall.ai.
Alternatives in Testing
- Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
- #29 — #52, #103) 92.5k ★
- /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★
README
SkillTest
**Test framework and CI gate for AI agent skills (`SKILL.md`).** Bilingual RU/EN evals · behaviour contract (`spec.yaml`) · LLM judge · with-skill vs no-skill baseline · trigger test · prompt-injection guard with Cyrillic-aware patterns · HTML / JSON / JUnit / SARIF reports · non-zero exit codes for CI.
[](https://github.com/archplg/skilltest/actions/workflows/ci.yml) [](LICENSE)
**→ [skillemall.ai](https://skillemall.ai)** is the public rating this engine runs: 118,000+ skills pulled from open catalogs, graded A–F for safety and quality, with a second, separate grade for whether a skill's process actually runs to the end. Search it, browse today's catch of broken or risky skills, or check your own skill there for free — no install. Everything below is the same engine, to run yourself or wire into CI.
[Русская версия → README.ru.md](README.ru.md)
Until the package is on npm: `npm i -g github:archplg/skilltest`, then `skilleval …`; or `npx github:archplg/skilltest …`.
npx skilleval init ./my-skill # scaffold spec.yaml + evals/evals.json
npx skilleval run ./my-skill # guard → cases → triggers → report (exit 0/1/2/3)
npm package: **`skilleval`** (the name `skilltest` was taken). Both `skilleval` and `skilltest` binaries are installed.
Why
Skills are text. When you edit one, nothing tells you it stopped working: no stack trace, no red status, just a behaviour change somebod
Related Skills
Website Downloader
Clone any website with a team of AI agents — pixel-perfect UI clone + reverse-engineered architecture docs. A
Debloat
Retroactive whole-repo bloat removal (spec H-2ii). Scores an existing repo on the deterministic bloat axes, wr
Issue To PR
Claude Code plugin marketplace: adversarial review, test authoring, PR lifecycle, and a resumable issue-to-PR
Sdflow Skills
Spec-driven development workflow for Claude Code / Codex: clarify → grill → generate the four artifacts, multi
Cc10x
The Loop Engine for Claude Code — engineer the loop, not the prompt. 1 router · 9 agents · 16 skills · 4 workf
FileMaker AI Grammar
171 engine-measured test vectors and 29 verified behaviour rules for FileMaker's calculation engine, round-tri
Related Agents
Rot Nova
The Nova lens — Sovereign Convergence Engine. Strategic synthesis, convergence of conflicting approaches, lega
Gate Runner
Verification agent for orkid engine work. Use after an implementation slice to run a named battery — builds (w
Completeness Checker
Post-implementation verification agent. Runs Feature Completeness Engine, Zero Recommendations Gate, and visua

