java/src/main/resources/targets/claude/skills/knowledge-packs/testing/SKILL.md
Complete testing reference: testing philosophy, 8 test categories, coverage thresholds, fixture patterns, data uniqueness, async handling, database strategy, and {{LANGUAGE}}-specific test frameworks. Read before writing tests.
npx skillsauth add edercnj/claude-environment testingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides the complete testing philosophy and conventions. Includes test categories, fixture patterns, data uniqueness strategies, async resource handling, real vs in-memory database decisions, and framework-specific testing guidance.
See rules/05-quality-gates.md for coverage thresholds, test categories, merge checklist.
| Reference | Content |
|-----------|---------|
| references/testing-philosophy.md | 8 test categories, fixture patterns, data uniqueness, async handling, real vs in-memory DB decisions |
| references/testing-conventions.md | {{LANGUAGE}}-specific test frameworks, directory structure, performance test configuration |
skills/coding-standards/ — coding conventions and Clean Code rules that tests must followskills/architecture/ — architecture layer rules that determine test boundariesskills/security/ — security test scenarios and pentest readinesstools
Documentation automation v2: stack-aware generation from documentation.targets.
development
Generates or updates CI/CD pipelines per project stack with actionlint validation.
tools
Generates ADRs from architecture-plan mini-ADRs with sequential numbering and index update.
development
Formats source code; first step of the pre-commit chain (format -> lint -> compile).