Стратегия тестирования проекта
★ 7.3 · content
testing-strategy is a Claude Code skill that helps design test strategies and plans by determining what to test, which test types to apply, and what coverage targets to set. It covers API endpoints (unit tests for business logic, integration tests for the HTTP layer, contract tests for consumers), data pipelines, frontend components, and infrastructure — structuring everything into a pyramid from unit tests up to E2E. The skill prioritizes business-critical paths, error handling, edge cases, security boundaries, and data integrity, while explicitly recommending to skip trivial getters, framework code, and one-off scripts. Use it to build a test plan from scratch, identify gaps in existing coverage, or choose the right test architecture for a specific component type.