GitHub - iautom8things/elixir-test-critic ยท GitHub
2026-04-30
![]()
Elixir Test Critic is a collection of 81 executable testing rules organized across 14 categories, each with paired good_test.exs and bad_test.exs examples that validate against ten foundational principles and run on every push across Elixir 1.16โ1.19 and OTP 26โ28. It functions as both a Claude Code skill for LLM-assisted test review and a browsable Markdown reference, with findings tied to specific rule IDs that provide fixes and principle citations rather than just complaints. All 162 example scripts execute in CI to prevent regressions, ensuring the corpus remains honest against language and dependency updates.
Was this useful?