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 output: integration tests

Browse skills that produce this output.

  • create-endpoint - Create REST API Endpoints with Tests and Docs
    REST APIendpoint developmentintegration testingOpenAPI

    ★ 0 · Updated 2026-03-25

    Step-by-step workflow for creating REST API endpoints with integration tests and OpenAPI documentation

    ⚙ write integration tests⚙ implement API endpoints⚙ create OpenAPI docs
  • tdd-workflow - Test-Driven Development Workflow
    testingTDDquality assurancedevelopment workflow

    ★ 26 · Updated 2026-03-23

    Enforces TDD with 80%+ coverage including unit, integration, and E2E tests

    ⚙ write unit tests⚙ write integration tests⚙ write E2E tests
  • feature-development - Build new features with parallel module pattern
    feature developmentteam collaborationparallel developmentmodule pattern

    ★ 0 · Updated 2026-03-10

    Build new modules or features with each teammate owning an independent component

    ⚙ define module boundaries⚙ define interface contracts⚙ create task list
  • architecture-paradigm-pipeline - Pipeline Architecture Pattern for Data Transformation Workflows
    architecturepipelinepipes-filtersETL

    ★ 18 · Updated 2026-02-18

    Design data pipelines or transformation workflows using pipes and filters paradigm

    ⚙ design pipeline architecture⚙ implement filters⚙ connect with pipes
  • finfocus-dev - FinFocus Core Development Workflow Guide for Contributors
    developmentgolangclitesting

    ★ 10 · Updated 2026-02-17

    Guide for implementing features, fixing bugs, writing tests, and following conventions in finfocus Go codebase

    ⚙ create CLI command files⚙ run make targets⚙ write Go tests
  • core-development - Core Package Development Guidelines for @monque/core
    developmentcoreprogrammingTypeScript

    ★ 4 · Updated 2026-02-14

    Guidelines for adding functionality to the @monque/core package

    ⚙ implement new features⚙ fix bugs⚙ refactor code