What problem does it solve?
This Skill prevents silent regressions by guiding you to write falsifiable, refactor-resilient tests that catch real anomalies instead of inflating coverage.
Core Features & Use Cases
- Elite test engineering kernel: Enforces a disciplined testing lifecycle focused on correctness under pressure and graceful failure.
- Contract-driven, refactor-resilient design: Directs you to validate observable behavior and boundary conditions rather than implementation details.
- Bug-first regression workflow: Requires reproducing the defect first with a test that fails against the current code, then fixing implementation with proof.
- Scope and safety guardrails: Helps you choose the right testing level (unit vs integration vs E2E), avoid mock misuse, and keep secrets/PII out of assertions and fixtures.
Quick Start
Use the tester skill to plan and write a behavioral test suite that includes happy paths, empty inputs, boundary values, error paths, and concurrency edge cases for your chosen component.