Skip to main content

Browse the directory

Showing 5 resources for "tdd"
Saved
Active

Privacy notes filter active — add entries to compare trust side by side.

Trust snapshot

5 results in this view

Claimed
0%(0/5)

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

2 rollout risk signals in current results

Biggest gaps: metadata review, package integrity. 0 entries have 2+ required gaps.

5 scanned

Install payload

Install payload is broadly covered in current results.

good

100% (5/5)

Adoption queue

Browse adoption queue · balanced

0/5 visible results are ready for staged adoption under this preset.

ready 0caution 5hold 0

Generate Tests Custom Command

1 blockers: Metadata review

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

commands/generate-tests · trust review · confidence 67%

Superpowers Skills

1 blockers: Metadata review

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

skills/superpowers-skills · trust review · confidence 67%

caution

50/100

Request metadata review from maintainers or internal owners.

Collect package checksum or signed artifact information.

commands/tdd-workflow · trust review · confidence 67%

caution

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

Decision confidence scan · balanced

0/5 results are high-confidence for the selected preset.

high 0medium 5low 0

Generate Tests Custom Command

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

commands/generate-tests · trust review

Superpowers Skills

Address Metadata review, Package integrity before broader rollout.

medium

54/100

Missing: Metadata reviewMissing: Package integrity

skills/superpowers-skills · trust review

Freshness distribution

60% of this view is aging or stale

Median age 276 days; 2 fresh of 5 scanned. Re-verify the oldest entries.

median 276d

Aging

91–180 days

0%

0 entries

Stale

> 180 days

60%

3 entries

Theme distribution

Results center on tdd

100% of this view shares the top theme. Leading themes: tdd, testing, quality.

Focused

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.

Invocation:Create .claude/commands/tdd-workflow.md, then run: /tdd-workflow add a slugify() helper
Safety ✓ Privacy ✓
OpenCode logo

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.

Level:expertType:capability-packVerified:validated
Safety ✓ Privacy ✓

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.

Invocation:/targeted-test-generation <file-or-symbol>
Safety ✓ Privacy ✓

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.

Invocation:Create .claude/commands/generate-tests.md, then run: /generate-tests src/utils/discount.js
Safety ✓ Privacy ✓