概要
The React Component Test Manager skill streamlines the frontend testing workflow by generating standardized Vitest test suites that utilize React Testing Library. It enforces a 'logic-first' testing philosophy where all sub-components are automatically mocked to ensure true unit isolation. Whether you are building a new component or updating an existing one, this skill handles the complex boilerplate of creating render helpers, mocking modules, and setting up prop-based test cases, ensuring your test suite remains consistent, maintainable, and aligned with best practices.