Install payload
Install payload is broadly covered in current results.
100% (2/2)
Privacy notes filter active — add entries to compare trust side by side.
Rollout signal scan
Biggest gaps: metadata review, package integrity. 0 entries have 2+ required gaps.
Install payload
Install payload is broadly covered in current results.
100% (2/2)
Most at-risk entries in this view
Adoption queue
0/2 visible results are ready for staged adoption under this preset.
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
commands/tdd-workflow · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
rules/test-driven-development-enforcer · trust review · confidence 67%
Decision confidence
0/2 results are high-confidence for the selected preset.
Address Metadata review, Package integrity before broader rollout.
54/100
commands/tdd-workflow · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
rules/test-driven-development-enforcer · trust review
Freshness distribution
Median age 276 days; 0 fresh of 2 scanned. Re-verify the oldest entries.
Oldest entries in this view
A user-created custom slash command that runs a red-green-refactor TDD loop in Claude Code: write failing tests first, implement until they pass, then refactor. Built with the documented custom-command frontmatter and $ARGUMENTS substitution, not a built-in feature.
A CLAUDE.md rule that drives test-first development with Vitest: write a failing Vitest test, add the minimum code to pass, then refactor. It covers vitest.config setup, expect assertions, vi mocks and fake timers, coverage thresholds, and running specs in watch mode or once with vitest run.