shmulc8/captain-obvious

Deterministic scanner that deletes tests that can never fail — asks the type checker instead of an LLM. TypeScript (Jest/Vitest/bun:test) + Python (pytest/mypy).

12Stars on the repository
4Mods indexed here, across every type
17d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

captain-obvious

01

shmulc8/captain-obvious

Skill Claude CodeCodex

Part of captain-obvious

Finds and deletes "Captain Obvious" tests — tests that can never fail or check nothing. It catches assertions the type checker already guarantees (typeof/isinstance/toBeDefined on typed values), assertion-free tests, tautologies (expect(true).toBe(true), assert x == x, len >= 0), arrange-assert echoes (const x = 5…

12 17d ago A 203 tokens original MIT