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: test file

Browse skills that produce this output.

  • testing - Splotch Testing Guide
    unit testingE2E testingsmoke testingAndroid testing

    ★ 3 · Updated 2026-06-30

    Three-tier testing strategy with unit, E2E, and native smoke tests

    ⚙ run unit tests⚙ run E2E tests⚙ run Android smoke tests
  • vitest - Vitest testing framework conventions
    testingvitestjavascripttypescript

    ★ 13 · Updated 2026-06-15

    Provides Vitest testing framework conventions and practices for writing, configuring, mocking, debugging, snapshots, coverage, and migration.

    ⚙ write tests⚙ configure vitest⚙ mock modules
  • component-creation - React Component Creation Guide
    ReactTypeScriptComponent DevelopmentCSS Modules

    ★ 602 · Updated 2026-06-15

    Create React components in squared package with TypeScript patterns, CSS Modules styling, Storybook stories, and tests.

    ⚙ create React component⚙ define TypeScript types⚙ create CSS Module styles
  • develop-agent-module - Develop Agent Module
    agentmoduledevelopmentdebugging

    ★ 71 · Updated 2026-06-15

    Modify, extend, or debug the agent module including graph, tools, guardrails, and wrappers

    ⚙ modify agent graph⚙ add node to agent graph⚙ modify routing
  • api-to-testcase-generator - Generate API Test Cases Automatically
    api-testingtest-generationpytestjest

    ★ 62 · Updated 2026-06-15

    Generate test cases from API definitions covering happy paths, edge cases, errors, and boundaries

    ⚙ parse API definitions⚙ generate test cases⚙ create test code
  • safe-solana-builder - Build Production-Grade Secure Solana Programs
    blockchainsmart contractSolanasecurity

    ★ 13 · Updated 2026-05-09

    Generates production-grade, secure Solana programs with full project scaffolds, test skeletons, and security checklists.

    ⚙ generate Solana program⚙ create project scaffold⚙ write test skeleton
  • semgrep-rule-creator - Semgrep Rule Creator
    static analysissecuritySemgrepvulnerability detection

    ★ 0 · Updated 2026-03-22

    Creates custom Semgrep rules for detecting security vulnerabilities and code patterns

    ⚙ create Semgrep rules⚙ write taint mode rules⚙ write pattern matching rules
  • semgrep-rule-creator - Create custom Semgrep rules
    securitystatic analysissemgrepcustom rules

    ★ 0 · Updated 2026-03-22

    Create custom Semgrep rules for detecting security vulnerabilities and bug patterns

    ⚙ create Semgrep rule⚙ write Semgrep rule⚙ test Semgrep rule
  • tdd-workflow - Test-Driven Development Workflow Skill
    tddtestingdevelopmentworkflow

    ★ 6 · Updated 2026-03-22

    Complete Test-Driven Development workflow with red-green-refactor cycle

    ⚙ write failing test⚙ make test pass⚙ refactor code
  • add-router - Create tRPC Router with CRUD Operations
    tRPCCRUDOpenAPIcode-generation

    ★ 18 · Updated 2026-03-10

    Create a new tRPC router with CRUD procedures, OpenAPI meta, and tests

    ⚙ create router file⚙ register router⚙ generate CRUD procedures
  • implement - End-to-end feature implementation pipeline
    feature implementationTDDcode qualityworkflow automation

    ★ 6 · Updated 2026-03-10

    Combines pre-flight, TDD, scope guard, and quality commit into one implementation flow

    ⚙ validate workspace⚙ run pre-flight checks⚙ write failing tests