Ship · Testing & QA

Testing & QA

The testing & qa tools a solo builder reaches for in the Ship phase - every AI-coding skill, MCP server and workflow Skillselion tracks for testing & qa, ranked by community signal so you can pick the right one fast.

648 shown of 656
TypeDescription
1Agent BrowserAutomationvercel-labs/agent-browserskillGive your coding agent a fast Chromium CLI for real browser tasks—forms, screenshots, scraping, QA, and Electron apps—instead of fragile built-in browser snippets.
428k35.5k
2Use My BrowserTesting & Reviewxixu-me/skillsskillUse the user live browser session for logged-in flows, DevTools context, and rendered DOM inspection.
198k61
3DiagnoseDev Toolsmattpocock/skillsskillRun a disciplined debug loop (reproduce, minimize, hypothesize, instrument, fix, regression-test) for hard bugs and performance regressions.
187k121k
4Minimal Run And AuditBackend & Datalllllllama/ai-paper-reproduction-skillskillRun documented inference, evaluation, or smoke commands and normalize evidence into standardized repro_outputs with patch notes.
140k412
5Systematic DebuggingDev Toolsobra/superpowersskillInstall this when you want your coding agent to investigate root causes before guessing fixes on failures, bugs, or flaky behavior.
134k221k
6Webapp TestingTesting & Reviewanthropics/skillsskillVerify local web apps with Python Playwright—UI behavior, screenshots, and browser logs—with optional managed dev-server startup.
90.9k148k
7AuditTesting & Reviewpbakaus/impeccableskillGenerate a scored technical quality report—accessibility, performance, theming, responsive layout, and anti-patterns—with P0–P3 severities without auto-fixing code.
82.6k35.9k
8Browser UseTesting & Reviewbrowser-use/browser-useskillAutomate real browser flows—open pages, click by indexed elements, fill forms, screenshot, and scrape—without wiring Playwright scripts by hand.
77.6k97.7k
9Playwright CliTesting & Reviewmicrosoft/playwright-cliskillDrive Playwright CLI snapshots, eval probes, and test runs from your coding agent when E2E tests fail or selectors are unclear.
51.6k11.1k
10Playwright Best PracticesTesting & Reviewcurrents-dev/playwright-best-practices-skillskillInstall this when you want your coding agent to author, stabilize, and maintain Playwright suites across E2E, component, API, visual, and accessibility flows.
47.7k292
11QaTesting & Reviewmattpocock/skillsskillRun a conversational QA pass where you describe bugs and the agent files durable, user-facing GitHub issues using your project’s domain language.
26.4k121k
12Migrate To ShoehornTesting & Reviewmattpocock/skillsskillRefactor TypeScript tests to replace unsafe `as` assertions with @total-typescript/shoehorn helpers like `fromPartial()` for lean partial fixtures.
23.7k121k
13Python Testing PatternsDev Toolswshobson/agentsskillLevel up pytest coverage for async services, env monkeypatching, temp files, and CI-ready suites on Python backends.
22.5k36.5k
14VitestTesting & Reviewantfu/skillsskillConfigure Vitest browser-like test environments (jsdom, happy-dom, edge-runtime) and per-file overrides so DOM and window APIs work in unit tests.
21k5.2k
15E2e Testing PatternsTesting & Reviewwshobson/agentsskillGive your coding agent Playwright-ready E2E patterns—config, page objects, and CI settings—so solo builders can add reliable browser tests without reinventing structure.
17k36.5k
16Momentic TestTesting & Reviewmomentic-ai/skillsskillAuthor, run, and maintain browser E2E tests as *.test.yaml with AI-resolved steps and Playwright-backed execution.
16.1k12
17Momentic Result ClassificationTesting & Reviewmomentic-ai/skillsskillTriage failing Momentic browser test runs by classifying failures with MCP-accessible run assets and past-run comparison.
16.1k12
18Flutter Add Widget TestTesting & Reviewflutter/skillsskillAuthor a Flutter widget test with WidgetTester to verify UI rendering and tap/type/scroll interactions.
14.4k2.4k
19Flutter Add Integration TestTesting & Reviewflutter/skillsskillAdd integration_test and Flutter Driver to a Flutter app, key widgets for automation, and turn explored MCP user flows into permanent end-to-end tests.
14.3k2.4k
20Javascript Testing PatternsTesting & Reviewwshobson/agentsskillStand up Jest or Vitest suites with mocks, fixtures, and coverage gates so your agent does not ship broken JS/TS.
14.2k36.5k
21Playwright Generate TestTesting & Reviewgithub/awesome-copilotskillTurn a written user-flow scenario into a passing Playwright TypeScript test by rehearsing it in the browser via Playwright MCP before generating code.
13k34.6k
22Chrome DevtoolsFrontend & Designgithub/awesome-copilotskillDrive a live Chrome session for clicks, screenshots, network/debug inspection, and performance traces when shipping or hardening a web product.
12.4k34.6k
23Vue Testing Best PracticesTesting & Reviewantfu/skillsskillStop false-negative Vue 3 tests by awaiting async component resolution with flushPromises before assertions.
12.4k5.2k
24Google Agents Cli EvalTesting & Reviewgoogle/agents-cliskillRun agent evals on Google ADK agents that use google_search without picking metrics that always fail.
12.4k2.7k
25Firecrawl QaTesting & Reviewfirecrawl/firecrawl-workflowsskillExploratory and pre-launch QA on a live URL with navigation, forms, responsive checks, and evidence-backed bug reports via Firecrawl.
11.5k29
26Github Actions TemplatesAutomationwshobson/agentsskillScaffold production-style GitHub Actions workflows for test, build, Docker publish, and deploy steps on push and PR.
11k36.5k
27Javascript Typescript JestTesting & Reviewgithub/awesome-copilotskillInstall this skill when your agent writes or refactors Jest tests for JavaScript or TypeScript so mocks, async patterns, and structure stay consistent.
11k34.6k
28Playwright Explore WebsiteTesting & Reviewgithub/awesome-copilotskillExplore a live web app with Playwright MCP before you write E2E tests, so you capture real flows, locators, and test ideas.
10.9k34.6k
29Webapp TestingTesting & Reviewgithub/awesome-copilotskillReuse small Playwright helpers—wait loops, console capture, and timestamped screenshots—when agents or scripts stabilize flaky webapp tests.
10.9k34.6k
30Pytest CoverageTesting & Reviewgithub/awesome-copilotskillDrive pytest line coverage to 100% using annotated coverage reports and targeted test additions.
10.8k34.6k
31Java JunitTesting & Reviewgithub/awesome-copilotskillGuide an agent through JUnit 5 unit and parameterized tests in Maven or Gradle Java projects.
10.1k34.6k
32Playwright Automation Fill In FormAutomationgithub/awesome-copilotskillDrive Playwright MCP to open a web form, enter fields and uploads, and pause for human review before submit.
10.1k34.6k
33Agentic EvalAI & Agentsgithub/awesome-copilotskillAdd reflection, rubric judges, and evaluator–optimizer loops so agent-written code and reports meet quality bars before merge or release.
9.5k34.6k
34Scoutqa TestTesting & Reviewgithub/awesome-copilotskillRun AI-powered exploratory and accessibility QA on live web apps via the ScoutQA CLI after shipping features or when validating user flows.
9.1k34.6k
35Csharp XunitDev Toolsgithub/awesome-copilotskillAuthor maintainable XUnit tests in a .NET test project using Facts, Theories, fixtures, and dotnet test workflows.
9.1k34.6k
36Clerk TestingTesting & Reviewclerk/skillsskillRun Playwright or Cypress E2E tests against Clerk auth with testing tokens, clerkSetup, and persisted storageState.
9.1k46
37Flutter Testing AppsTesting & Reviewflutter/skillsskillAdd and structure Flutter unit, widget, and integration tests so regressions are caught before you ship mobile builds.
9k2.4k
38Breakdown TestTesting & Reviewgithub/awesome-copilotskillTurn PRDs, technical breakdowns, and implementation plans into ISTQB-aligned test strategies and GitHub-ready QA task breakdowns before you ship.
8.8k34.6k
39Csharp NunitTesting & Reviewgithub/awesome-copilotskillApply NUnit conventions—fixtures, AAA, and data-driven TestCase patterns—when adding or refactoring C# unit tests in a dedicated test project.
8.6k34.6k
40Csharp MstestTesting & Reviewgithub/awesome-copilotskillWrite MSTest 3.x/4.x unit tests in a separate `[ProjectName].Tests` project with modern assertions and data-driven patterns.
8.5k34.6k
41Csharp TunitTesting & Reviewgithub/awesome-copilotskillGuide an agent to write focused TUnit tests in a separate `[ProjectName].Tests` project on .NET 8+ with AAA structure and fluent `await Assert.That()` assertions.
8.5k34.6k
42Polyglot Test AgentTesting & Reviewgithub/awesome-copilotskillRun a Research → Plan → Implement pipeline to add unit tests that compile, pass, and match project conventions across many languages.
8.5k34.6k
43Wcag Audit PatternsFrontend & Designwshobson/agentsskillRun structured WCAG accessibility audits on pages and components before you ship or iterate on UI.
7.8k36.5k
44Llm EvaluationAI & Agentswshobson/agentsskillDesign automated metrics, human evals, and benchmarks so you can trust LLM features before and after production changes.
7.7k36.5k
45Golang TestingTesting & Reviewaffaan-m/everything-claude-codeskillShip reliable Go services by following RED-GREEN-REFACTOR TDD with table-driven tests, subtests, benchmarks, fuzzing, and coverage habits.
7.6k210k
46Data Quality FrameworksTesting & Reviewwshobson/agentsskillDefine Great Expectations suites and column-level checks so pipelines and warehouse tables fail fast before bad data reaches users.
7.2k36.5k
47Temporal Python TestingTesting & Reviewwshobson/agentsskillInstall this when you run Temporal Python workflows and need integration tests that mock activities instead of calling real APIs or databases.
7.1k36.5k
48Web3 TestingBackend & Datawshobson/agentsskillStand up Hardhat and Foundry test suites with coverage, gas reports, fuzzing, and mainnet fork scenarios for Solidity contracts.
7k36.5k
49Screen Reader TestingTesting & Reviewwshobson/agentsskillValidate web and mobile UIs with VoiceOver, NVDA, JAWS, and related screen readers using a prioritized platform matrix.
6.9k36.5k
50Bats Testing PatternsTesting & Reviewwshobson/agentsskillAdd TAP-compliant Bats unit tests to shell scripts and CI so deploy and ops utilities fail fast before production.
6.7k36.5k
51Vue Testing Best PracticesTesting & Reviewvuejs-ai/skillsskillWrite reliable Vue 3 component tests that await async loads via flushPromises and Vitest patterns.
6.3k2.5k
52Tdd WorkflowTesting & Reviewaffaan-m/everything-claude-codeskillRun a strict test-first workflow with 80%+ unit, integration, and E2E coverage whenever you add features, fix bugs, or refactor.
6.2k210k
53Agent DeviceFrontend & Designcallstackincubator/agent-deviceskillDrive real iOS, tvOS, macOS, and Android devices from the terminal for UI automation, evidence collection, and agent-driven QA.
6k2.6k
54Python TestingTesting & Reviewaffaan-m/everything-claude-codeskillStructure Python features with pytest and TDD—fixtures, mocks, parametrization, and coverage gates—so solo builders ship backends and CLIs with confidence.
5.9k210k
55Springboot TddTesting & Reviewaffaan-m/everything-claude-codeskillPractice red-green-refactor on Spring Boot features with JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo so solo backends hit 80%+ coverage on new endpoints and fixes.
5.4k210k
56E2e TestingTesting & Reviewaffaan-m/everything-claude-codeskillStand up maintainable Playwright E2E suites with Page Object Model, fixtures, and CI-friendly stability patterns.
5.3k210k
57Django TddTesting & Reviewaffaan-m/everything-claude-codeskillStand up pytest-django TDD for Django apps and DRF APIs with factories, mocks, and coverage from the first model or endpoint.
5.3k210k
58Browser AutomationTesting & Reviewsickn33/antigravity-awesome-skillsskillReliable Playwright- or Puppeteer-based browser flows for E2E tests, scraping, and agent-driven web interactions without flaky waits or brittle selectors.
5.1k40.1k
59Verification LoopTesting & Reviewaffaan-m/everything-claude-codeskillRun a fixed six-step agent workflow—build, types, lint, tests, security grep, and diff review—before you open a PR or call a feature done.
5k210k
60Swift Testing ProTesting & Reviewtwostraws/swift-testing-agent-skillskillHave an agent write, review, and refactor Swift tests using the Swift Testing framework instead of legacy XCTest patterns.
4.9k336
Explore more

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.