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 tagged: unit-test

Browse skills that share this tag.

  • test - Generate tests for a function, class, or file
    test-generationtestingunit-testcode-quality

    ★ 0 · Updated 2026-09-10

    Generates comprehensive tests for specified code adhering to existing project conventions and verifies their execution.

    ⚙ Read and analyze target code⚙ Identify project test patterns⚙ Generate comprehensive test cases
  • test - Testing workflow for writing and running tests
    testingvitestbununit-test

    ★ 1 · Updated 2026-09-10

    Executes testing commands and writes unit or integration tests to verify code functionality and coverage.

    ⚙ Run tests using Bun⚙ Write component and hook tests⚙ Generate test coverage reports
  • test-scaffold - Automated test structure generation for existing code
    testingunit-testintegration-testmocking

    ★ 0 · Updated 2026-09-09

    Generates automated unit, integration, and edge case test scaffolding and mocks based on existing production code.

    ⚙ Analyze target production code⚙ Identify external dependencies⚙ Create stubs spies and mocks
  • ios-testing - iOS Testing with XCTest Framework
    iOStestingXCTestunit-test

    ★ 32 · Updated 2026-03-22

    Test iOS apps with XCTest including unit tests, UI tests, mocks, and testing patterns for Swift and SwiftUI

    ⚙ write unit tests⚙ write UI tests⚙ create mock objects