LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with capability: Write failing test first

Browse skills that share this capability.

  • aico-frontend-implement - Execute frontend task implementation with TDD
    frontendtddtestingimplementation

    ★ 602 · Updated 2026-09-22

    Executes frontend implementation tasks following TDD by reading task files, executing steps, verifying changes, and updating status.

    ⚙ Read task file⚙ Read constraint documentation⚙ Execute implementation steps
  • test-driven-development - Test-Driven Development (TDD)
    tddtestingsoftware-developmentrefactoring

    ★ 0 · Updated 2026-09-21

    Use when implementing any feature or bugfix, before writing implementation code.

    ⚙ Write failing test first⚙ Verify test fails correctly⚙ Write minimal implementation code
  • tdd - Red-green-refactor workflow for code changes
    tddtestingpytestvitest

    ★ 0 · Updated 2026-09-11

    Executes a red-green-refactor loop by writing a failing test first, committing it, and implementing minimum passing code.

    ⚙ Write failing test first⚙ Commit failing test⚙ Implement minimal code change
  • test-driven-development - Write tests before code implementation
    testingdevelopmentsoftwarequality

    ★ 284,734 · Updated 2026-02-09

    Write failing tests first before implementing features or fixing bugs

    ⚙ Write failing test first⚙ Verify test fails correctly⚙ Write minimal implementation code