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: vitest

Browse skills that share this tag.

  • quality-review - Review PRs for code quality, correctness, and test quality.
    code-reviewcode-qualitytestingpull-request

    ★ 0 · Updated 2026-09-24

    Reviews PR changes for code quality, correctness, and test coverage while excluding security and architecture concerns.

    ⚙ Fetch pull request diff⚙ Check known tracked issues⚙ Evaluate code correctness and readiness
  • quality-review - Review pull requests for code quality and test quality.
    code-reviewcode-qualitytestingpull-request

    ★ 0 · Updated 2026-09-24

    Reviews PR changes for code quality, correctness, and test quality without security or architecture concerns.

    ⚙ Fetch pull request diff⚙ Check known issues file⚙ Evaluate code correctness and quality
  • setup-container-tests - Set up container test structures and configuration
    testingvitestcontainersunit-test

    ★ 18 · Updated 2026-09-23

    Creates test structure and boilerplate following testing requirements, including Vitest configuration, unit/integration templates, and mocks.

    ⚙ Create test directory structure⚙ Set up Vitest configuration⚙ Create unit test templates
  • writing-tests - Test writing conventions for peek-stash-browser
    testingvitestreact-testing-libraryplaywright

    ★ 602 · Updated 2026-09-22

    Guidelines and conventions for writing Vitest client/server unit tests, server integration tests, and Playwright E2E tests in peek-stash-browser.

    ⚙ Write Vitest client tests⚙ Write server unit tests⚙ Run server integration tests
  • verifying-an-interface-change - Verifying an interface change
    network-canvase2e-testingplaywrightvitest

    ★ 2 · Updated 2026-09-21

    Run targeted e2e matrix tests and update baselines for modified Network Canvas interfaces.

    ⚙ Rebuild e2e host bundle⚙ Run fast vitest checks⚙ Run targeted matrix tests
  • vitest-dev - Vitest QA and test engineering for TypeScript and Next.js
    vitesttestingtypescriptnextjs

    ★ 1 · Updated 2026-09-20

    Produces fast Vitest test suites and optimizes configurations for local DX and CI performance in TypeScript and Next.js projects.

    ⚙ Create Vitest configuration files⚙ Write unit and component tests⚙ Optimize local and CI performance
  • zod - Zod v4 Schema Validation and Best Practices Guide
    zodvalidationschematypescript

    ★ 22 · Updated 2026-09-19

    Provides guidance, patterns, and best practices for schema validation, parsing, error handling, and type inference using Zod v4 in TypeScript.

    ⚙ Validate runtime data schemas⚙ Parse untrusted boundary inputs⚙ Handle custom validation errors
  • unit-test-vue-pinia - Write and review unit tests for Vue 3 and Pinia
    testingvue3piniavitest

    ★ 0 · Updated 2026-09-18

    Write and review unit tests for Vue 3, Vitest, and Pinia components, composables, and stores using Vue Test Utils and black-box assertions.

    ⚙ Write unit tests⚙ Review unit tests⚙ Mock Pinia stores
  • vitest-browser-visual-oracle-ratchet - Vitest Browser Visual Oracle Ratchet
    vitestbrowser-testingvisual-regressionscreenshot-testing

    ★ 1 · Updated 2026-09-17

    Runs the visual-oracle-ratchet workflow for Vitest Browser screenshot tests using toMatchScreenshot.

    ⚙ Delete previous failure artifacts⚙ Run focused screenshot test command⚙ Inspect screenshot configuration settings
  • testing - Guidance for running and updating tests in this repository.
    testingvalidationvitestplaywright

    ★ 0 · Updated 2026-09-17

    Provides guidance for running and updating tests in this repository.

    ⚙ Select minimum required validation sets⚙ Execute repository test validation commands⚙ Run tests across supported locales
  • run-observacio-astres - Build, run, and drive observacio_astres PWA
    pwavitesvelteplaywright

    ★ 0 · Updated 2026-09-13

    Builds, runs, and automatedly tests the observacio_astres celestial navigation PWA using Vite and Playwright headless Chromium.

    ⚙ Start Vite server via Node API⚙ Drive headless Chromium with Playwright⚙ Capture observation flow screenshots
  • tdd - Red-green-refactor workflow for code changes
    tddtestingpytestvitest

    ★ 0 · Updated 2026-09-11

    Executes a red-green-refactor loop by writing a failing test first, committing it, and implementing minimum passing code.

    ⚙ Write failing test first⚙ Commit failing test⚙ Implement minimal code change
  • vue-testing-best-practices - Vue.js testing best practices and patterns
    vue.jstestingvitestvue-test-utils

    ★ 0 · Updated 2026-09-11

    Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for Vue.js E2E testing.

    ⚙ Set up Vue 3 test infrastructure⚙ Test components with blackbox approach⚙ Handle async test race conditions
  • vue-testing-best-practices - Vue.js testing best practices and patterns
    vuetestingvitestvue-test-utils

    ★ 1 · Updated 2026-09-11

    Provides best practices, patterns, and troubleshooting guidance for Vue.js testing using Vitest, Vue Test Utils, and Playwright.

    ⚙ Set up Vue test infrastructure⚙ Apply blackbox component testing⚙ Handle async test race conditions
  • vue-testing-best-practices - Vue.js Testing Best Practices and Patterns
    vuetestingvitestvue-test-utils

    ★ 0 · Updated 2026-09-11

    Provides Vue.js testing guidance covering Vitest, Vue Test Utils, component testing, mocking, and Playwright for E2E testing.

    ⚙ Setup Vue 3 test infrastructure⚙ Apply component blackbox testing⚙ Resolve async testing race conditions
  • 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
  • beautyline-lib-and-tests - Beautyline src/lib logic and Vitest test placement guide
    beautylinevitestunit-testingcode-organization

    ★ 0 · Updated 2026-09-09

    Provides rules for organizing helpers, queries, serializers, constants, and Vitest tests under src/lib in Beautyline.

    ⚙ Organize domain logic in src/lib⚙ Place Vitest tests next to modules⚙ Run Vitest unit test suite
  • studio-testing - Testing strategy for Supabase Studio
    supabasetestingviteste2e

    ★ 3 · Updated 2026-09-09

    Provides guidelines for writing unit, component, and E2E tests, extracting logic into pure utilities, and reviewing test coverage in Supabase Studio.

    ⚙ Extract logic into pure utilities⚙ Select appropriate test strategy⚙ Write unit tests using Vitest
  • vitest - Vitest testing framework conventions
    testingvitestjavascripttypescript

    ★ 20 · 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-testing - Vitest Unit Testing for Visual Layout Builder
    unit testingvitesttestingtypescript

    ★ 18 · Updated 2026-06-15

    Write comprehensive unit tests using Vitest for Visual Layout Builder

    ⚙ write unit tests⚙ create test files⚙ validate schemas

Scroll to load more