testing
SolidUniversal testing framework (frontend + backend) — a meticulous run of any testing task with evidence discipline. Use when you need to test a feature/form/build/API/service, draft a test plan, run checks, perform exploratory or regression testing, or find defects.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- akovalion
- Repository
- akovalion/paranoid-qa
- Created
- 2 weeks ago
- Last Updated
- 4 days ago
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
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.
testing
Testing strategies, patterns, and best practices
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.