test-strength-audit
CommunityCatch test weaknesses before they ship.
System Documentation
What problem does it solve?
Anti-regression audit for test WEAKENING — does each test still fail when the thing it guards breaks? Scans a git diff (working tree, staged, or a commit/range) for assertion-weakening patterns that hide drift — == N → >= N count loosenings without justification, a strict invariant assertion swapped for a weaker surrogate, deletion of assertion lines without a redundancy/obsolescence/fix justification, empty assertions (assert(true)), tautologies (assert(x == x)), and assertions commented-out rather than removed. Output is a structured, severity-classified findings report, NOT actual edits — the operator reviews + decides which to revert / strengthen / justify. Distinct from a codified-pattern-application audit and a recurring-bug-class scan: this skill is specifically about test SPECIFICATION integrity over time (strength, not coverage).
Core Features & Use Cases
- Detect assertion-weakening patterns in diffs (Pattern A–E) to identify drift in test specifications.
- Produce a structured, severity-classified report and help operators decide remediation.
- Integrate into plan-mode or per-commit reviews to prevent weakening from shipping.
Quick Start
Run the /test-strength-audit command on the current diff to generate a findings report.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: test-strength-audit Download link: https://github.com/Jennyfirrr/workspace-template/archive/main.zip#test-strength-audit 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 510,000+ vetted skills library on demand.