← ClaudeAtlas

testslisted

Fixes failing tests and lint/type errors, audits test-suite quality, or drives coverage — for any project configured with a supermodo skills.config.json. Use whenever the user mentions failing tests, lint errors, "make tests pass", green build, flaky tests, test quality, weak or missing tests, corner cases, coverage, mutation testing, or asks whether the tests actually protect the core logic — even without "/tests".
supermodo/skills · ★ 0 · Testing & QA · score 73
Install: claude install-skill supermodo/skills
# tests — fix, audit, coverage > **Requires:** the sibling `protocols` skill (shared protocol masters) and a valid `skills.config.json` (create with the `config` skill). Missing either → halt with that exact pointer; never guess. > **Docs names come from config.** Every `docs/…` path below is the DEFAULT. Resolve folder and file names from `skills.config.json` → `docs.layout` (defaults when unset) before reading or writing — a path typed from memory writes a second tree beside the real one. See `../protocols/references/docs-convention.md`. > **Project rules.** Read `.supermodo/rules/tests.md` if present, plus any > `.supermodo/rules/INDEX.md` rows naming `tests` — that file IS this project's > tests process and replaces the defaults below wherever they overlap. Contract: > `../protocols/references/rules.md`. Never in that file, so never switchable off: > a failing test is never skipped or loosened to pass, exit codes are the verdict, and an unconfigured tier is UNAVAILABLE rather than assumed green. Test coordinator for a supermodo-configured project. All framework, command, and domain specifics come from `skills.config.json` and the project's docs — nothing about a stack is hardcoded here. > **Cross-tool note (Claude Code ↔ Codex).** Written in Claude Code idioms. Under > Codex, translate: `AskUserQuestion` → ask in chat; `Agent`/`subagent_type` → > your native delegation; `TaskCreate`/`TaskList`/`TaskUpdate` → your own task > tracking. Audit verification uses the OTHER