Real Skill packageSource verifiedClawHub registry

tdd

Test-Driven Development for coding and bug fixing. cycle - Red→Green→Refactor cycle, defining expected behavior, bug-fix TDD, anti-patterns [cycle.md], run - test execution workflow (environment detection→impact scope→execution→result reporting) [run.md], test-strategies - boundary value·equivalence partitioning·decision table·error guessing·path coverage test design techniques [test-strategies.md]. "TDD", "test first", "failing test", "doesn't work", "not working", "test design", "boundary value test", "test stra…

Identity and source

Publisher attributiones6krregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 71% rule confidence
Package forminstruction bundle7 recorded files
Canonical sourceClawHub registryclawhub:drumrobot:tdd
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/18/2026.claude/skills/tdd

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/18/2026.agents/skills/tdd

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/18/2026skills/tdd

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @drumrobot/tdd
clawhub inspect @drumrobot/tdd --version 0.3.3

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
7 / 7 inspected as text
Checked
8/18/2026, 7:09:24 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/18/2026, 6:15:53 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:4f97b8d6da865776d6da74d7c9210644550cc98dc8d7e1553c71e01c3822c568
Show up to 7 recorded paths
  • CHANGELOG.md
  • cycle.md
  • LICENSE
  • run.md
  • skill-card.md
  • SKILL.md
  • test-strategies.md

Source changelog

- Updated documentation with detailed guides on TDD topics: cycle, test execution workflow, and test design techniques. - Added strict guidance for initial action: require TaskCreate with Red test authoring before any diagnosis or planning. - Enhanced quick reference section for key TDD workflows and test strategies. - Expanded keyword triggers to cover a range of TDD-related terms.