Tag: testing-strategy
skill
★ 1,357
Writing Focused, Practical Codebase Tests
This skill guides developers through writing high-impact, focused tests for complex codebases, adhering to the 80/20 principle. It mandates minimal mocking, preferring real database interactions while focusing assertions on core behavior an…
skill
discover and plan fixes for flaky tests
This skill analyzes GitHub Actions failure logs to discover, rank, and diagnose flaky tests across a codebase. It orchestrates parallel agents to investigate root causes, map test coverage, and propose detailed, principled fix strategies.