Derive a three-level test pyramid directly from a function's Code Contracts (preconditions, postconditions, invariants) — contract-targeted unit tests, property-based tests, precondition-violation tests, plus the no-contracts fallback and the contract review checklist. Loaded by the code-critic agent.
$npx -y skills add bobmatnyc/trusty-tools --skill contract-driven-testingInstalls into the current project.
Run `npx skills use "https://github.com/bobmatnyc/trusty-tools" --skill "bobmatnyc/trusty-tools/contract-driven-testing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bobmatnyc/trusty-tools" that are relevant to the current task. Run `npx skills add "https://github.com/bobmatnyc/trusty-tools"` and select the relevant skills, then follow their instructions.