testing▌
322 indexed skills · max 10 per page
vitest-testing
secondsky/claude-skills · Testing
Expert knowledge for testing JavaScript/TypeScript projects using Vitest - a blazingly fast testing framework powered by Vite.
temporal-python-testing
sickn33/antigravity-awesome-skills · Backend
Comprehensive testing approaches for Temporal workflows using pytest, progressive disclosure resources for specific testing scenarios.
bats-testing-patterns
sickn33/antigravity-awesome-skills · Testing
$22
java-testing-advanced
pluginagentmarketplace/custom-plugin-java · Backend
Advanced testing techniques for comprehensive test coverage.
supabase-pentest
yoanbernabeu/supabase-pentest-skills · Testing
🔵 RECOMMENDED: USE PLAN MODE FOR COMPLEX AUDITS
hono-testing
bobmatnyc/claude-mpm-skills · Testing
Hono provides a simple testing approach: create a Request, pass it to your app, and validate the Response. The framework includes a typed test client for even better DX.
file-path-traversal-testing
davila7/claude-code-templates · Testing
file-path-traversal-testing
vitest-testing-patterns
erichowens/some_claude_skills · Testing
This skill helps you write effective tests using Vitest and React Testing Library following project conventions.
smtp-penetration-testing
davila7/claude-code-templates · Testing
Conduct comprehensive security assessments of SMTP (Simple Mail Transfer Protocol) servers to identify vulnerabilities including open relays, user enumeration, weak authentication, and misconfiguration. This skill covers banner grabbing, user enumeration techniques, relay testing, brute force attacks, and security hardening recommendations.
mutation-testing
aj-geddes/useful-ai-prompts · Testing
Mutation testing assesses test suite quality by introducing small changes (mutations) to source code and verifying that tests fail. If tests don't catch a mutation, it indicates gaps in test coverage or test quality. This technique helps identify weak or ineffective tests.