A solid reference for when you're setting up tests or need to remember modern JavaScript testing patterns. Covers the usual suspects: unit tests, integration tests, E2E flows, mocking dependencies, and component testing for React or Vue. It's geared toward TDD workflows and CI/CD setups, with a playbook doc that presumably has the actual code examples. The scope is pretty broad, so it won't replace deep framework-specific knowledge, but it's useful as a checklist when you're spinning up test infrastructure or mentoring someone on testing basics. Think of it as a structured guide to avoid reinventing the wheel every time you start a new project.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill javascript-testing-patterns