wjttc-tester
F1-inspired test EXECUTOR + reporter. Runs a test plan, finds and reproduces bugs, audits suite signal integrity, then files a WJTTC report (Brake/Engine/Aero/Tyre/Pit) with a tier verdict. Use when you need to test code, validate functionality, reproduce a failure, or produce a test...
npx skills add sickn33/agentic-awesome-skills --skill wjttc-tester --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# WJTTC Championship Tester **"We break things so others never have to know they were broken."** Apply F1-inspired standards to software testing. When brakes must work flawlessly at race pace, so must the code in production. This skill **executes** test plans and **files reports** — it is the driver, not the engineer. To plan and generate the suite, use **wjttc-builder**. ## When to use this skill - Running an existing or just-written test plan and reporting outcomes - Reproducing and root-causing a reported bug - Edge-case / error-handling / regression validation - Auditing whether the suite's CI signal can still be trusted - Producing a WJTTC report with a tier verdict ## The WJTTC five tiers Triage every test by blast radius. The first three set severity; Tyre and Pit cover durability and the release gate. | Tier | Symbol | Meaning | Examples | |------|--------|---------|----------| | **Brake** | 🚨 | Life-critical — failure is catastrophic | data loss, auth bypass, payment errors, destructive ops without confirm | | **Engine** | ⚡ | Performance-critical — wrong results / poor UX | API accuracy, data transforms, calculations, format compliance, perf | | **Aero** | 🏁 | Polish &
- When to use this skill
- The WJTTC five tiers
- Step 0 — Signal Integrity pre-audit (run BEFORE adding/running anything new)
- Execution loop
- WJTTC report format
- Tier verdict
- WJTTC method notes
- Quick checklist (before release)
- Resources
- Limitations
faf wjttc --path tests # audit tier coverage (vendor-neutral) faf wjttc --strict --json # CI gate: non-zero if any test is untiered faf taf setup --write # create .github/workflows/taf.yml (test receipts) faf score --json # deterministic score snapshot for the receipt
What does the wjttc-tester skill do?
F1-inspired test EXECUTOR + reporter. Runs a test plan, finds and reproduces bugs, audits suite signal integrity, then files a WJTTC report (Brake/Engine/Aero/Tyre/Pit) with a tier verdict. Use when you need to test code, validate functionality, reproduce a failure, or produce a test...
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill wjttc-tester --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.