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 input: test code

Browse skills that use this input.

  • pdlc-review - PDLC Code and Document Review
    code reviewdocumentation reviewPDLCquality assurance

    ★ 7 · Updated 2026-06-15

    Performs comprehensive code and document review with automatic issue fixing

    ⚙ check implementation code⚙ check test results⚙ read design documents
  • e2e-bugfix - E2E Test Debugging and Fixes
    e2e testingdebuggingplaywrightcypress

    ★ 602 · Updated 2026-06-15

    Debug E2E test failures with systematic error classification and resolution strategies

    ⚙ classify test errors⚙ diagnose timeout errors⚙ fix selector issues
  • 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
  • ios-swift-expert - iOS and macOS Development Expert
    iosmacosswiftswiftui

    ★ 8 · Updated 2026-05-28

    Expert guidance for iOS and macOS development with Swift, SwiftUI, and Apple frameworks

    ⚙ build iOS apps⚙ create SwiftUI views⚙ fix Xcode build errors
  • e2e - Playwright E2E Testing with MCP Integration
    E2E testingPlaywrightaccessibilityvisual regression

    ★ 0 · Updated 2026-05-28

    Playwright E2E testing patterns with chrome-devtools MCP for integration, A11y validation, and visual regression

    ⚙ run E2E tests⚙ configure Playwright⚙ write test patterns
  • e2e-testing - Playwright E2E Testing Patterns
    testingautomationE2EPlaywright

    ★ 3 · Updated 2026-05-09

    Build Playwright E2E test suites with POM and CI/CD integration

    ⚙ organize test files⚙ create page objects⚙ configure Playwright
  • debug-test-failures - Debug and Fix Failing Tests
    testingdebuggingtest-failurestroubleshooting

    ★ 15 · Updated 2026-03-24

    Workflow for investigating and fixing failing tests in this project

    ⚙ run tests⚙ identify failures⚙ run failing test
  • openharmony-testing-apis - OpenHarmony Testing APIs
    testingUI automationperformance testingOpenHarmony

    ★ 602 · Updated 2026-03-24

    Provides AbilityDelegatorRegistry, TestRunner, UiTest, and PerfTest frameworks for OpenHarmony application testing

    ⚙ start Ability⚙ monitor Ability lifecycle⚙ implement test runner
  • Testify - Go Testing Toolkit with Assertions and Mocks
    golangtestifytestingmock

    ★ 602 · Updated 2026-03-19

    Testing toolkit with assertions, mocks, and suites for Go.

    ⚙ assert values⚙ check booleans⚙ check nil values
  • property-based-testing - Property-Based Testing for Code Quality
    testingproperty-basedserializationvalidation

    ★ 57 · Updated 2026-03-19

    Generate random inputs and verify invariants for serialization, validation, normalization, and pure functions

    ⚙ generate random inputs⚙ verify invariants⚙ detect patterns
  • localsetup-tdd-guide - TDD Test Generation and Coverage Analysis
    unit testingcode coveragetest generationTDD

    ★ 1 · Updated 2026-03-10

    Test-driven development workflow with test generation, coverage analysis, and multi-framework support

    ⚙ generate test cases⚙ analyze coverage reports⚙ guide TDD workflow
  • localsetup-tdd-guide - TDD Test Generation and Coverage Analysis
    TDDtestingcode coveragetest generation

    ★ 18 · Updated 2026-03-10

    Generate tests, analyze coverage, and guide TDD workflows for multiple frameworks

    ⚙ generate tests⚙ analyze coverage⚙ guide TDD workflow
  • Test Coverage - Achieve 100% Test Coverage Strategy
    testingcode qualitycoveragerust

    ★ 18 · Updated 2026-03-10

    Provides strategies and workflows to achieve complete test coverage through better code design

    ⚙ find uncovered code⚙ categorize coverage gaps⚙ apply fix patterns
  • vitest - Fast Vite-Powered Unit Testing Framework with Jest-Compatible API
    testingunit-testingvitejavascript

    ★ 15 · Updated 2026-02-18

    A unit testing framework powered by Vite with Jest-compatible API for writing and running tests

    ⚙ write tests⚙ mock functions⚙ configure coverage
  • nette-testing - Nette Tester Testing Framework for PHP
    testingunit testingPHPNette

    ★ 18 · Updated 2026-02-13

    Provides Nette Tester testing conventions for writing and running unit tests

    ⚙ write Nette Tester tests⚙ use Assert methods⚙ run tester commands
  • pytest-testing-assistant - Write Focused Pytest Tests as Standalone Functions
    testingpytestPythonunit testing

    ★ 1 · Updated 2026-02-13

    Write focused pytest tests as standalone functions with one test per function, avoiding test classes.

    ⚙ write test functions⚙ use test naming convention⚙ structure tests in AAA pattern
  • property-based-testing - Property-Based Testing Skill for Serialization and Validation
    testingverificationproperty-basedserialization

    ★ 249 · Updated 2026-02-11

    Provides property catalog, pattern detection and library reference for writing property-based tests

    ⚙ read property catalog⚙ detect testing patterns⚙ reference testing libraries
  • vue-testing-best-practices - Vue.js Testing Best Practices
    testingVue.jsVitestPlaywright

    ★ 5,902 · Updated 2026-02-09

    Provides best practices, patterns, and solutions for Vue.js testing with Vitest, Vue Test Utils, and Playwright.

    ⚙ setup Vue 3 test infrastructure⚙ test Vue components⚙ test composables