testing▌
322 indexed skills · max 10 per page
test-coverage-improver
openai/openai-agents-python · Testing
Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code.
qa-testing-android
vasilyu1983/ai-agents-public · Testing
Android testing automation with Espresso, UIAutomator, and Compose Testing.
axiom-testflight-triage
charleswiltgen/axiom · Testing
Systematic workflow for investigating TestFlight crashes and reviewing beta feedback using Xcode Organizer. Core principle: Understand the crash before writing any fix — 15 minutes of triage prevents hours of debugging.
axiom-testing-async
charleswiltgen/axiom · Testing
Modern patterns for testing async/await code with Swift Testing framework.
stress-testing
aj-geddes/useful-ai-prompts · Testing
Stress testing pushes systems beyond normal operating capacity to identify breaking points, failure modes, and recovery behavior. It validates system stability under extreme conditions and helps determine maximum capacity before degradation or failure.
performance-testing-review-ai-review
sickn33/antigravity-awesome-skills · AI/ML
You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, Claude 4.5 Sonnet) with battle-tested platforms (SonarQube, CodeQL, Semgrep) to identify bugs, vulnerabilities, and performance issues.
testing-patterns
jezweb/claude-skills · Testing
A pragmatic approach to testing that emphasises:
frontend-testing
aj-geddes/useful-ai-prompts · Frontend
Build comprehensive test suites for frontend applications including unit tests, integration tests, and end-to-end tests with proper coverage and assertions.
symfony:functional-tests
makfly/superpowers-symfony · Testing
symfony:functional-tests
axiom-ui-testing
charleswiltgen/axiom · Frontend
Wait for conditions, not arbitrary timeouts. Core principle Flaky tests come from guessing how long operations take. Condition-based waiting eliminates race conditions.