Design test strategies and plans with coverage, methods, and quality priorities.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "testing-strategy" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/engineering/skills/testing-strategy/SKILL.md 2. Save it as ~/.claude/skills/testing-strategy/SKILL.md 3. Reload skills and tell me it's ready
Design a test strategy for a user registration and login feature, including functional tests, edge cases, error flows, API tests, automation suggestions, and test priorities.
A structured test strategy describing scope, test types, key cases, risks, and automation directions.
Write a test plan for an order management API covering authentication, input validation, error handling, performance, concurrency, and regression testing, grouped by priority.
An actionable test plan with test modules, scenario lists, priorities, environment needs, and acceptance criteria.
We have a decoupled web application with frontend and backend. Recommend a testing architecture, explain what unit, integration, and end-to-end tests should cover, and how to balance coverage with maintenance cost.
A testing architecture recommendation defining layer responsibilities, coverage focus, tool direction, and cost trade-offs.
Design effective testing strategies balancing coverage, speed, and maintenance.
/ E2E \ Few, slow, high confidence
/ Integration \ Some, medium speed
/ Unit Tests \ Many, fast, focused
Focus on: business-critical paths, error handling, edge cases, security boundaries, data integrity.
Skip: trivial getters/setters, framework code, one-off scripts.
Produce a test plan with: what to test, test type for each area, coverage targets, and example test cases. Identify gaps in existing coverage.
Quickly integrate a full-page Zoom meeting interface into web apps.
Audit designs or pages for WCAG 2.1 AA accessibility issues.
Research customer questions across sources with citations to support accurate responses.
Customize Claude Code plugins for organization-specific tools, connectors, and workflows.
Answer metric questions, analyze trends, compare segments, and draft data reports.
Review product metrics, spot trends, and get actionable improvement recommendations.
Plan, run, and synthesize user research for better product decisions.
Create debug tests and iterate to reliably reproduce and diagnose tricky bugs.
Write behavior-focused, refactor-resistant tests that verify intent and regressions.
Design, run, and analyze tests for distributed systems reliably.
Clarify ambiguous plans and requirements through rigorous questioning and assumption testing.
Build robust Python test suites with pytest, TDD, mocking, and coverage.