Install payload
Install payload is broadly covered in current results.
100% (5/5)
Privacy notes filter active — add entries to compare trust side by side.
5 results in this view
2 trust signals differ in this sample: Source provenance, Submitter
Signals differ on Source provenance, Submitter — add entries to compare before you install.
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% (5/5)
Most at-risk entries in this view
TDD Workflow Custom Command for Claude Code
No required rollout gaps
Superpowers Skills
No required rollout gaps
/targeted-test-generation - Targeted Test Generation Runbook
No required rollout gaps
Vitest Test-Driven Development Rule for Claude Code
No required rollout gaps
Generate Tests Custom Command
No required rollout gaps
Adoption queue
0/5 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/targeted-test-generation · 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.
commands/generate-tests · 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.
skills/superpowers-skills · 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.
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/5 results are high-confidence for the selected preset.
Address Metadata review, Package integrity before broader rollout.
54/100
commands/targeted-test-generation · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
commands/generate-tests · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
skills/superpowers-skills · trust review
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; 2 fresh of 5 scanned. Re-verify the oldest entries.
Theme distribution
100% of this view shares the top theme. Leading themes: tdd, testing, quality.
22 distinct themes across 5 scanned
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.
MIT-licensed skill and plugin framework by Jesse Vincent for Claude Code, Codex, Cursor, Gemini CLI, OpenCode, and other AI coding agents, covering brainstorming, planning, TDD, systematic debugging, subagent-driven development, code review, git worktrees, and finish-the-branch workflows.
Community slash command runbook for adding minimal automated tests around a changed module: inspect the git diff, mirror repository test conventions, and draft focused unit or integration tests using Anthropic develop-tests guidance.
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.
A user-created custom slash command for Claude Code that turns a file or function into a test suite. You create .claude/commands/generate-tests.md and invoke it with /generate-tests; it is a prompt recipe, not a built-in command, and uses no CLI flags.