language-testing-strategy
CommunityDesign tests that prove real runtime safety
Software Engineering#test strategy#mutation testing#contract testing#fuzzing#sanitizer#race detection#runtime failure modes
Authormachenjie
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It prevents teams from shipping false-confidence tests by defining a language- and runtime-specific test strategy that targets the actual failure modes (concurrency, boundaries, native memory, contracts, and CI evidence) rather than generic “test theater.”
Core Features & Use Cases
- Runtime failure-mode coverage: Maps risks like races, async cancellation bugs, GC/FFI issues, sanitizer-detectable native defects, and contract drift to the right test types for the chosen language/runtime.
- CI evidence requirements: Ensures CI runs the checks that correspond to the stated risk (e.g., race detector, sanitizer lanes, fuzzing, mutation testing, and concurrency stress where applicable).
- Safety against flaky and mock drift: Requires hermetic fixtures, discourages mock-only validation, and mandates a flake quarantine + root-cause protocol instead of retry masking.
- Boundary and hostile-input testing: Forces dynamic-language boundary validation and hostile-input tests for security-relevant surfaces, including fuzz/property testing and CWE-mapped boundary cases.
Quick Start
Ask for a language-testing strategy by telling the agent which language/runtime you are changing, what failure modes you expect, and which acceptance criteria must be proven by CI evidence.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: language-testing-strategy Download link: https://github.com/machenjie/rd-skills/archive/main.zip#language-testing-strategy Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.