testing▌
322 indexed skills · max 10 per page
usability-testing
refoundai/lenny-skills · Testing
Conduct effective usability testing using frameworks from 11 product leaders. \n \n Choose the right test fidelity: fake doors and Wizard of Oz tests for concept validation, prototypes for design feedback, production testing for optimization \n Small sample sizes (10 random users) reveal core friction points; direct observation of user behavior uncovers needs that surveys miss \n Test multiple design options simultaneously to measure relative performance, not single designs in isolation \n Bring
python-testing-patterns
wshobson/agents · Backend
Comprehensive testing strategies for Python using pytest, fixtures, mocking, and test-driven development. \n \n Covers unit, integration, functional, and performance testing with the AAA pattern (Arrange, Act, Assert) for test structure \n Includes 10 fundamental and advanced patterns: basic tests, fixtures with setup/teardown, parameterization, mocking, exception handling, async testing, monkeypatching, temporary files, custom fixtures, and property-based testing \n Provides test design princip
qa-testing-playwright
vasilyu1983/ai-agents-public · Testing
High-signal, cost-aware E2E testing for web applications.
incremental-implementation
explainx/incremental-implementation · code
Delivers changes incrementally to manage large features effectively.
pentest-checklist
sickn33/antigravity-awesome-skills · Testing
pentest-checklist
playwright-skill
testdino-hq/playwright-skill · Testing
50+ production-tested Playwright patterns for E2E, API, component, visual, accessibility, and security testing. \n \n Covers 10 golden rules including resilient locator selection ( getByRole() first), web-first assertions with auto-retry, fixture-based test isolation, and CI/CD best practices across GitHub Actions, GitLab, CircleCI, Azure, and Jenkins \n Includes framework-specific recipes for React, Next.js, Vue, Angular, and migration guides from Cypress and Selenium with TypeScript and JavaSc
testing-strategies
supercent-io/skills-template · Testing
Comprehensive testing strategy design covering unit, integration, E2E testing, and TDD practices. \n \n Implements test pyramid structure with recommended ratios: 70% unit tests, 20% integration, 10% E2E tests \n Provides Given-When-Then patterns for unit testing, mocking strategies for external dependencies, and API endpoint testing examples \n Includes E2E testing guidance using Playwright for complete user flow validation and TDD red-green-refactor cycle methodology \n Covers CI/CD integratio
webapp-testing
skillcreatorai/ai-agent-skills · Testing
webapp-testing
playwright-bot-bypass
greekr4/playwright-bot-bypass · Testing
Bypass bot detection and CAPTCHA triggers using rebrowser-playwright with stealth techniques. \n \n Uses real GPU rendering, removes WebDriver signatures, and patches fingerprinting vectors to pass bot detection tests like bot.sannysoft.com \n Requires headed mode ( headless: false ) and real Chrome browser ( channel: 'chrome' ) to be effective \n Includes addInitScript to remove navigator.webdriver property, the most common detection method \n For Python, recommends undetected-chromedriver over
idor-vulnerability-testing
davila7/claude-code-templates · Testing
Provide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. This skill covers both database object references and static file references, detection techniques using parameter manipulation and enumeration, exploitation via Burp Suite, and remediation strategies for securing applications against unauthorized access.