testing▌
305 indexed skills · max 10 per page
api-security-testing
sickn33/antigravity-awesome-skills · Backend
Specialized workflow for testing REST and GraphQL API security including authentication, authorization, rate limiting, input validation, and API-specific vulnerabilities.
symfony:test-doubles-mocking
makfly/superpowers-symfony · Testing
symfony:test-doubles-mocking
test-automation-framework
aj-geddes/useful-ai-prompts · Testing
A test automation framework provides structure, reusability, and maintainability for automated tests. It defines patterns for organizing tests, managing test data, handling dependencies, and generating reports. A well-designed framework reduces duplication, improves reliability, and accelerates test development.
ln-521-test-researcher
levnikolaevich/claude-code-skills · Testing
ln-521-test-researcher
idor-vulnerability-testing
sickn33/antigravity-awesome-skills · 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.
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.
javascript-testing-patterns
sickn33/antigravity-awesome-skills · Backend
$22
laravel-testing
leeovery/claude-laravel · Testing
Testing patterns with Pest: Arrange-Act-Assert, proper mocking, null drivers, declarative factories.
integration-testing
aj-geddes/useful-ai-prompts · Testing
Integration testing validates that different components, modules, or services work correctly together. Unlike unit tests that isolate single functions, integration tests verify the interactions between multiple parts of your system including databases, APIs, external services, and infrastructure.
broken-authentication-testing
sickn33/antigravity-awesome-skills · Testing
Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies, session handling, multi-factor authentication, and credential management.