.claude/skills/write-testsRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Author tests that actually catch regressions — picks WHAT to test by risk (branch points, boundaries, error paths, money/auth/concurrency), proves every new test can fail (a test never seen red is decoration), mocks only boundaries you don't own, and pins untested legacy code with labeled characterization tests before anything else touches it. Use this skill whenever the user says "write tests", "add tests", "test this", "add coverage", "unit test this function", "increase coverage", "add a regression test", "char…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/write-testsRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/write-testsRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/write-testsRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @dennisrongo/write-testsclawhub inspect @dennisrongo/write-tests --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:333ebcddaea695fa91d503bd8b846126b77b5d4ab6f82772076055ff5c070acbskill-card.mdSKILL.mdInitial release of write-tests: a skill for authoring meaningful, risk-driven, and provable tests. - Detects and runs the existing test suite in non-interactive mode, always quoting observed results. - Ranks candidate behaviors by risk (branches, boundaries, errors, money/auth/concurrency) before writing tests. - Proves every new test can fail by intentionally breaking code before seeing it pass. - Writes only observable, high-value assertions; mocks only true external boundaries. - Pins legacy code with labeled characterization tests before changes. - Avoids common test anti-patterns such as tautological assertions and fixation on coverage numbers.