test-planning
SolidProduce a standalone test plan by analyzing code for test coverage gaps and edge cases. Use when you need to create, generate, or draft a test plan for a branch, need to analyze test coverage, or need to identify what tests to write for specific files or directories. Does not write test code — use tdd to implement behavior test-first. Does not refine existing plans — use iterative-plan-review. Does not review code quality, security, or style — use code-review for full code review. Does not evaluate architectural testability or structural coupling — use architectural-analysis for architectural assessment.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- testdouble
- Repository
- testdouble/han
- Created
- 2 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
testing
Pragmatic testing guidance focused on confidence, behavior over implementation details, and integration-first coverage. Use when designing a test strategy, writing or reviewing tests, reducing brittle mocks, or deciding what is worth testing in an application or library.
testing
Test philosophy, coverage strategy, test-first patterns, what to test and what not to
software-testing
Design, implement, diagnose, and verify focused non-frontend software tests for services, APIs, databases, async work, CLIs, and Rust. Use when asked to protect a behavior, invariant, regression, failure path, retry, authorization rule, migration, command-line contract, or flaky test; to diagnose test discovery, collection, runner, or framework configuration; to make a rule or state transition directly testable; to add a focused performance-regression guard; or to design, repair, or interpret a repository-native microbenchmark, comparative benchmark, or bounded end-to-end workflow benchmark. Prefer repository-native test conventions and real behavior over mock choreography. For browser, component, or React tests use effective-web. Do not use for visual, accessibility, or browser E2E testing; repository-wide coverage audits; testing-strategy design (use software-architecture); or load, soak, stress, and capacity methodology.