Install payload
Install payload is broadly covered in current results.
100% (6/6)
Select entries to compare install and trust signals side by side.
6 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% (6/6)
Most at-risk entries in this view
Test Automation Engineer
Missing required: Safety notes
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
Adoption queue
1/6 visible results are in hold tier and need mitigation before adoption.
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%
2 blockers: Metadata review, Safety notes
24/100
Request metadata review from maintainers or internal owners.
Capture safety notes with misuse/guardrail guidance.
Document privacy posture and data handling expectations.
agents/test-automation-engineer-agent · trust review · confidence 33%
Decision confidence
1/6 results are low-confidence and need review before adoption.
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
Hold adoption until Metadata review, Safety notes are resolved.
28/100
agents/test-automation-engineer-agent · trust review
Freshness distribution
Median age 276 days; 2 fresh of 6 scanned. Re-verify the oldest entries.
Theme distribution
100% of this view shares the top theme. Leading themes: tdd, testing, automation.
24 distinct themes across 6 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.
Expert in automated testing strategies, test frameworks, and quality assurance across unit, integration, and end-to-end testing