vitest
Vitest testing framework patterns for test setup, async testing, mocking with vi.*, snapshots, and test performance (formerly test-vitest). This skill should be used when writing or debugging Vitest tests. This skill does NOT cover TDD methodology (use test-tdd skill), API mocking with MSW (use test-msw skill), or Jest-specific APIs.
What this skill does
# Vitest Best Practices Comprehensive performance optimization and best practices guide for Vitest testing framework. Contains 44 rules across 8 categories, prioritized by impact to guide test writing, refactoring, and code review. ## When to Apply Reference these guidelines when: - Writing new Vitest tests - Debugging flaky or slow tests - Setting up test configuration - Reviewing test code in PRs - Migrating from Jest to Vitest - Optimizing CI/CD test performance ## Rule Categories by Priority | Priority | Category | Impact | Prefix | |----------|----------|--------|--------| | 1 | Async Patterns | CRITICAL | `async-` | | 2 | Test Setup & Isolation | CRITICAL | `setup-` | | 3 | Mocking Patterns | HIGH | `mock-` | | 4 | Performance | HIGH | `perf-` | | 5 | Snapshot Testing | MEDIUM | `snap-` | | 6 | Environment | MEDIUM | `env-` | | 7 | Assertions | LOW-MEDIUM | `assert-` | | 8 | Test Organization | LOW | `org-` | ## Quick Reference ### 1. Async Patterns (CRITICAL) - `async-await-assertions` - Await async assertions to prevent false positives - `async-return-promises` - Return promises from test functions - `async-fake-timers` - Use fake timers for time-dependent code - `async-waitfor-polling` - Use vi.waitFor for async conditions - `async-concurrent-expect` - Use test context expect in concurrent tests - `async-act-wrapper` - Await user events to avoid act warnings - `async-error-handling` - Test async error handling properly ### 2. Test Setup & Isolation (CRITICAL) - `setup-beforeeach-cleanup` - Clean up state in afterEach hooks - `setup-restore-mocks` - Restore mocks after each test - `setup-avoid-shared-state` - Avoid shared mutable state between tests - `setup-beforeall-expensive` - Use beforeAll for expensive one-time setup - `setup-reset-modules` - Reset modules when testing module state - `setup-test-factories` - Use test factories for complex test data ### 3. Mocking Patterns (HIGH) - `mock-vi-mock-hoisting` - Understand vi.mock hoisting behavior - `mock-spyon-vs-mock` - Choose vi.spyOn vs vi.mock appropriately - `mock-implementation-not-value` - Use mockImplementation for dynamic mocks - `mock-msw-network` - Use MSW for network request mocking - `mock-avoid-overmocking` - Avoid over-mocking - `mock-type-safety` - Maintain type safety in mocks - `mock-clear-between-tests` - Clear mock state between tests ### 4. Performance (HIGH) - `perf-pool-selection` - Choose the right pool for performance - `perf-disable-isolation` - Disable test isolation when safe - `perf-happy-dom` - Use happy-dom over jsdom when possible - `perf-sharding` - Use sharding for CI parallelization - `perf-run-mode-ci` - Use run mode in CI environments - `perf-bail-fast-fail` - Use bail for fast failure in CI ### 5. Snapshot Testing (MEDIUM) - `snap-inline-over-file` - Prefer inline snapshots for small values - `snap-avoid-large` - Avoid large snapshots - `snap-stable-serialization` - Ensure stable snapshot serialization - `snap-review-updates` - Review snapshot updates before committing - `snap-describe-intent` - Name snapshot tests descriptively ### 6. Environment (MEDIUM) - `env-per-file-override` - Override environment per file when needed - `env-setup-files` - Use setup files for global configuration - `env-globals-config` - Configure globals consistently - `env-browser-api-mocking` - Mock browser APIs not available in test environment ### 7. Assertions (LOW-MEDIUM) - `assert-specific-matchers` - Use specific matchers over generic ones - `assert-edge-cases` - Test edge cases and boundaries - `assert-one-assertion-concept` - Test one concept per test - `assert-expect-assertions` - Use expect.assertions for async tests - `assert-toequal-vs-tobe` - Choose toBe vs toEqual correctly ### 8. Test Organization (LOW) - `org-file-colocation` - Colocate test files with source files - `org-describe-nesting` - Use describe blocks for logical grouping - `org-test-naming` - Write descriptive test names - `org-test-skip-only` - Use skip and only appropriately ## How to Use Read individual reference files for detailed explanations and code examples: - [Section definitions](references/_sections.md) - Category structure and impact levels - [Rule template](assets/templates/_template.md) - Template for adding new rules - [async-await-assertions](references/async-await-assertions.md) - Example rule file - [mock-vi-mock-hoisting](references/mock-vi-mock-hoisting.md) - Example rule file ## Related Skills - For TDD methodology, see `test-tdd` skill - For API mocking with MSW, see `test-msw` skill - For TypeScript testing patterns, see `typescript` skill ## Full Compiled Document For the complete guide with all rules expanded: `AGENTS.md`
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.