Agent skill · Testing & QA

testing-qa

Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill testing-qa --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/testing-qa/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 Workflow Use this workflow when: - Setting up testing infrastructure - Writing unit and integration tests - Implementing E2E tests - Automating browser testing - Establishing quality gates - Performing code review ## Workflow Phases ### Phase 1: Test Strategy #### Skills to Invoke - `test-automator` - Test automation - `test-driven-development` - TDD #### Actions 1. Define testing strategy 2. Choose testing frameworks 3. Plan test coverage 4. Set up test infrastructure 5. Configure CI integration #### Copy-Paste Prompts ``` Use @test-automator to design testing strategy ``` ``` Use @test-driven-development to implement TDD workflow ``` ### Phase 2: Unit Testing #### Skills to Invoke - `javascript-testing-patterns` - Jest/Vitest - `python-testing-patterns` - pytest - `unit-testing-test-generate` - Test generation - `tdd-orchestrator` - TDD orchestration #### Actions 1. Write unit tests 2. Set up test fixtures 3. Configure mocking 4. Measure coverage 5.

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Workflow
  3. Workflow Phases
  4. Phase 1: Test Strategy
  5. Phase 2: Unit Testing
  6. Phase 3: Integration Testing
  7. Phase 4: E2E Testing
  8. Phase 5: Browser Automation
  9. Phase 6: Performance Testing
  10. Phase 7: Code Review
  11. Phase 8: Quality Gates
  12. Testing Pyramid
  13. Quality Gates Checklist
  14. Related Workflow Bundles
More from agentic-awesome-skills
All skills →
About this skill
What does the testing-qa skill do?

Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill testing-qa --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going