testing▌
322 indexed skills · max 10 per page
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.
backtest-expert
tradermonty/claude-trading-skills · Testing
Systematic approach to backtesting trading strategies based on professional methodology that prioritizes robustness over optimistic results.
playwright-generate-test
github/awesome-copilot · Testing
Generate Playwright tests from scenarios using interactive browser exploration and validation. \n \n Guides you through step-by-step test creation: scenario review, browser exploration, element inspection, interaction validation, and final test generation \n Integrates with Playwright MCP tools to inspect page elements, capture selectors, and validate interactions before writing test code \n Generates TypeScript tests using @playwright/test framework and automatically saves them to the tests dir
pytest-patterns
manutej/luxor-claude-marketplace · Testing
A comprehensive skill for mastering Python testing with pytest. This skill covers everything from basic test structure to advanced patterns including fixtures, parametrization, mocking, test organization, coverage analysis, and CI/CD integration.
test-fixing
sickn33/antigravity-awesome-skills · Testing
Systematically identify and fix all failing tests using smart error grouping. \n \n Groups failures by error type, affected module, and root cause, then prioritizes fixes by impact and dependency order \n Fixes infrastructure issues first (imports, dependencies, configuration), followed by API changes, then logic bugs \n Runs focused test subsets after each fix using pytest markers and file patterns to verify progress before moving to the next group \n Follows a structured workflow: initial test
typescript-unit-testing
bmad-labs/skills · Backend
Unit testing validates individual functions, methods, and classes in isolation by mocking all external dependencies.
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
playwright-best-practices
0xbigboss/claude-code · Testing
When running Playwright tests from Claude Code or any CLI agent, always use minimal reporters to prevent verbose output from consuming the context window.
playwright-cli
microsoft/playwright-cli · Testing
Browser automation with 40+ commands for navigation, interaction, form filling, and web testing. \n \n Supports multiple browsers (Chrome, Firefox, WebKit, Edge) with persistent profiles, extensions, and custom configurations \n Core interactions include clicking, typing, dragging, selecting, uploading files, and handling dialogs across page elements \n Storage management for cookies, localStorage, and sessionStorage; network request mocking and routing for testing \n DevTools integration with c
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