A solid foundation for Python testing that covers the essentials: pytest, fixtures, mocking, and TDD workflows. You'll want this when setting up test suites from scratch, writing tests for async code, or mocking out external dependencies. The implementation playbook promises detailed patterns and examples, which matters because testing advice is only useful when it shows you the actual code. It handles the common scenarios like API integration tests and database operations. The main limitation is obvious: this is purely for Python testing, so if you're working in another language or doing something unrelated to test infrastructure, look elsewhere. Good for teams standardizing their testing approach or developers who want to move past basic assert statements.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill python-testing-patterns