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 report

Browse skills that produce this output.

  • kotest - Create and modernize Kotlin tests with Kotest
    testingKotestKotlintest modernization

    ★ 139 · Updated 2026-06-30

    Write or modernize Kotlin tests using Kotest matchers and idiomatic style

    ⚙ write test⚙ modernize test⚙ apply Kotest matchers
  • testing - Splotch Testing Guide
    unit testingE2E testingsmoke testingAndroid testing

    ★ 6 · 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
  • testing - Testing with Vitest and Playwright
    VitestPlaywrightunit testingintegration testing

    ★ 5 · Updated 2026-06-30

    Run unit tests, integration tests, E2E tests, and generate coverage reports

    ⚙ run unit tests⚙ run integration tests⚙ run E2E tests
  • oni-mcp-testing - ONI MCP Server Testing
    ONIMCP servertestingverification

    ★ 15 · Updated 2026-06-30

    Test ONI MCP server functionality, connection status, and tool availability with systematic verification

    ⚙ test server connection⚙ verify game status⚙ query map data
  • e2e-bugfix - E2E Test Debugging and Fixes
    e2e testingdebuggingplaywrightcypress

    ★ 650 · Updated 2026-06-15

    Debug E2E test failures with systematic error classification and resolution strategies

    ⚙ classify test errors⚙ diagnose timeout errors⚙ fix selector issues
  • mobile-development - Production-Ready Mobile Development
    mobile developmentcross-platformnative developmentReact Native

    ★ 650 · Updated 2026-06-15

    Build modern mobile applications using React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose

    ⚙ build mobile applications⚙ implement mobile UX patterns⚙ optimize app performance
  • team-ux-improve - Systematic UX Improvement Pipeline
    UX improvementUI testingcode qualityteam coordination

    ★ 2,132 · Updated 2026-05-28

    Systematically discovers and fixes UI/UX interaction issues through team-worker agent architecture

    ⚙ scan codebase⚙ diagnose issues⚙ design solutions
  • android-tdd - Android TDD Testing Patterns
    Android TDDTest-Driven DevelopmentKotlinunit testing

    ★ 141 · Updated 2026-05-11

    Android/Kotlin/KMP code TDD with three-tier test model, fake-first strategy, coroutine testing, and Compose UI testing

    ⚙ create Fake implementation⚙ write unit test⚙ write integration test
  • testing-workflow - Integrated testing workflow guide
    testingworkflowE2E testingunit testing

    ★ 18 · Updated 2026-05-11

    Guide selection and combination of testing tools based on environment and phase

    ⚙ select testing tools⚙ plan testing strategy⚙ combine testing tools
  • api-testing - API Testing with Playwright
    testingapirestgraphql

    ★ 60 · Updated 2026-05-09

    Test REST and GraphQL APIs using Playwright with mocking and validation support

    ⚙ send GET request⚙ send POST request⚙ send PUT request
  • writing-skills - Create and Test Agent Skills
    skill-creationskill-testingtest-driven-developmentdocumentation

    ★ 650 · Updated 2026-03-26

    Create, edit, and verify agent skills using test-driven development

    ⚙ create skill files⚙ edit skill files⚙ create test scenarios
  • openharmony-testing-apis - OpenHarmony Testing APIs
    testingUI automationperformance testingOpenHarmony

    ★ 650 · Updated 2026-03-24

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

    ⚙ start Ability⚙ monitor Ability lifecycle⚙ implement test runner
  • Onboarding - Developer Onboarding Skill
    apibackendserverdatabase

    ★ 1 · Updated 2026-03-21

    Help new team members become productive through structured onboarding

    ⚙ follow patterns⚙ maintain consistency⚙ document decisions
  • python-development - Modern Python Development with uv ruff pytest
    PythonDevelopmentTestingCode Quality

    ★ 0 · Updated 2026-03-21

    Modern Python development workflow with uv, ruff, pytest, type checking, and pre-commit hooks

    ⚙ create project⚙ add dependency⚙ remove dependency
  • template-mason-brick - Mason Brick Development Guide
    masonbricktemplatecode-generation

    ★ 60 · Updated 2026-03-20

    Guide for creating, updating, or removing Mason bricks with tests and CI workflow

    ⚙ create brick⚙ update brick⚙ remove brick
  • property-based-testing - Property-Based Testing for Code Quality
    testingproperty-basedserializationvalidation

    ★ 60 · Updated 2026-03-19

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

    ⚙ generate random inputs⚙ verify invariants⚙ detect patterns