What problem does it solve?
This Skill removes guesswork from React component testing by providing accessibility-first guidance, anti-pattern detection, and standardized reporting so teams can write robust, user-centric tests that survive refactors and avoid flaky behavior.
Core Features & Use Cases
- Guidance & Rules: Concise best-practice rules for query priority, async testing, user-event usage, custom render patterns, and common anti-patterns.
- Audit Scripts: Shell scripts to detect getByTestId, fireEvent usage, container/wrapper queries, and other deprecated patterns in .test.tsx/.spec.tsx files.
- References & Templates: Ready-to-use test-utils templates, focused reference docs for specific patterns, and a structured report template for code reviews and audits.
- Use Cases: Code review automation, test-suite health checks, onboarding guidance for new contributors, and pre-merge audit checks for accessibility regressions.
Quick Start
Ask the skill to audit your tests directory and produce an executive report with prioritized findings and concrete remediation recommendations.