Skill4Agent
Skill4Agent
All SkillsSearchTools
|
Explore
Skill4Agent
Skill4Agent

AI Agent Skills Directory with categorization, English/Chinese translation, and script security checks.

Sitemap

  • Home
  • All Skills
  • Search
  • Tools

About

  • About Us
  • Disclaimer
  • Copyright

Help

  • FAQ
  • Privacy
  • Terms
Contact Us:osulivan147@qq.com

© 2026 Skill4Agent. All rights reserved.

All Skills

Total 53,077 skills, Testing & QA has 1902 skills

Categories

Showing 12 of 1902 skills

Per page
Downloads
Sort
Testing & QApetrkindlmann/qa-skills

service-virtualization

Decision framework for isolating every external dependency in a test suite: when to use in-process mocks, HTTP stubs (MSW, WireMock), record-replay, fault injection (Toxiproxy), or ephemeral real services (Testcontainers), and how to enforce that no real calls escape in CI. Use when: "mock service," "stub API," "fake service," "WireMock," "MSW," "Toxiproxy," "test isolation," "dependency management," "stub an external API in CI." Not for: consumer-driven contract verification (Pact, broker) — use contract-testing; standing up a full Docker Compose env or seed data — use test-environments; broad resilience/game-day fault campaigns — use chaos-engineering. Related: contract-testing, test-environments, api-testing, test-data-management, chaos-engineering.

🇺🇸|EnglishTranslated
2
Testing & QApetrkindlmann/qa-skills

payment-testing

Test payment and checkout flows end to end against PSP sandboxes — Stripe first, with the general pattern for Adyen/Braintree/PayPal. Covers Stripe test-mode card numbers and their decline codes, the 3DS/SCA challenge flow and its nested-iframe handling in Playwright, test clocks for subscription/billing-cycle simulation, webhook testing (stripe listen/trigger, signature verification, idempotency), failed/retried payments and refunds, and never using real cards. Use when: "test Stripe checkout," "payment test," "3DS test," "test webhook signature," "test subscription renewal," "test clock," "refund test," "decline card test," "checkout E2E." Not for: General API contract testing of non-payment endpoints — api-testing. PCI-DSS/regulatory compliance audit — compliance-testing. Related: api-testing, playwright-automation, compliance-testing, test-data-management, qa-project-context.

🇺🇸|EnglishTranslated
2
Testing & QAdyad-sh/dyad

dyad:e2e-rebase

Rebase E2E test snapshots based on failed tests from the PR comments.

🇺🇸|EnglishTranslated
2
Testing & QAlerianstudio/ring

ring:testing-anti-patterns

Test quality guard - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies.

🇺🇸|EnglishTranslated
2
Testing & QAlerianstudio/ring

ring:condition-based-waiting

Flaky test fix pattern - replaces arbitrary timeouts with condition polling that waits for actual state changes.

🇺🇸|EnglishTranslated
2
1 scripts/Checked
Testing & QAdyad-sh/dyad

dyad:deflake-e2e

Identify and fix flaky E2E tests by running them repeatedly and investigating failures.

🇺🇸|EnglishTranslated
2
Testing & QAopenakita/openakita

obra/superpowers@test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

🇺🇸|EnglishTranslated
2
Testing & QAopenakita/openakita

openakita/skills@webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

🇺🇸|EnglishTranslated
2
4 scripts/Checked
Testing & QAikatsuba/skills

spec:test

Execute Tests - walks through test cases from the test plan, collects results, and updates the plan. Use when verifying a feature implementation.

🇺🇸|EnglishTranslated
2
Testing & QAikatsuba/skills

spec:test-plan

Test Plan - creates a manual test plan with traceable test cases from specification documents. Use when preparing to verify a feature implementation.

🇺🇸|EnglishTranslated
2
Testing & QAdyad-sh/dyad

dyad:deflake-e2e-recent-commits

Automatically gather flaky E2E tests from recent CI runs on the main branch and from recent PRs by wwwillchen/wwwillchen-bot, then deflake them.

🇺🇸|EnglishTranslated
2
Testing & QAjpcaparas/superpowers-lar...

laravel:controller-tests

Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them

🇺🇸|EnglishTranslated
1
1...156157158159
Page