testing-qa
Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.
Content Preview
--- name: testing-qa description: "Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance." category: workflow-bundle risk: safe source: personal date_added: "2026-02-27" --- # Testing/QA Workflow Bundle ## Overview Comprehensive testing and quality assurance workflow covering unit tests, integration tests, E2E tests, browser automation, and quality gates for production-ready software. ## When to Use This Workf
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/testing-qa.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/testing-qa/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/testing-qa/SKILL.md
Related Skills
testing
Testing strategies and methodologies including TDD, E2E testing, and multi-framework support
testingtestingtdd
by davepoon · buildwithclaude
Generating Test Doubles
This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need t
skill-adaptergenerating test doubles
by jeremylongshore · plugins-plus-skills
Testing Anti-Patterns
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.
testing-anti-patternstesting antipatterns
by Jesse Vincent (community) · obra-superpowers-skills
Automating API Testing
This skill automates API endpoint testing, including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs. It is used when the user requests API testing, contract testing, or validation against OpenAPI specifications. The skill analyzes API endpoints and generate
skill-adapterautomating api testing
by jeremylongshore · plugins-plus-skills