Testing
Implement multi-layer testing (Unit, Integration, E2E) with Vitest and TDD strategy.
Install
mkdir -p .claude/skills/testing-vspo-lab && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9610" && unzip -o skill.zip -d .claude/skills/testing-vspo-lab && rm skill.zipInstalls to .claude/skills/testing-vspo-lab
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Comprehensive testing skill covering Unit/Integration/API/UI/VRT/E2E with Vitest at the core. Ensures quality incrementally using table-driven tests and a minimal-mock approach.Key capabilities
- →Execute unit tests
- →Run integration tests
- →Perform API testing
- →Implement E2E test scenarios
How it works
The skill utilizes Vitest to run various test types, employing a table-driven approach and minimal mocking to ensure incremental quality.
Inputs & outputs
When to use Testing
- →Write a new unit test
- →Add API test cases
- →Implement E2E test scenarios
About this skill
Trigger Conditions
- When creating or editing test files (
*.test.ts) - When writing tests for a new feature
Reference Documents
docs/testing/README.md- Testing strategy overviewdocs/testing/unit-testing.md- Unit testingdocs/testing/integration-testing.md- Integration testingdocs/testing/api-testing.md- API testingdocs/testing/ui-testing.md- UI testingdocs/testing/vrt-testing.md- VRTdocs/testing/e2e-testing.md- E2Edocs/web-frontend/twada-tdd.md- t_wada-based TDD strategy
When not to use it
- →Manual quality assurance
Prerequisites
Limitations
- →Core dependency on Vitest
How it compares
It standardizes testing across unit, integration, and UI layers using a unified TDD strategy.
Compared to similar skills
Testing side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| Testing (this skill) | 0 | 5mo | No flags | Intermediate |
| webapp-testing | 353 | 3mo | Review | Intermediate |
| ui-ux-expert-skill | 91 | 9mo | Review | Advanced |
| skill-creator | 128 | 3mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by vspo-lab
View all by vspo-lab →You might also like
webapp-testing
anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
ui-ux-expert-skill
fercracix33
Technical workflow for implementing accessible React user interfaces with shadcn/ui, Tailwind CSS, and TanStack Query. Includes 6-phase process with mandatory Style Guide compliance, Context7 best practices consultation, Chrome DevTools validation, and WCAG 2.1 AA accessibility standards. Use after Test Agent, Implementer, and Supabase agents complete their work.
skill-creator
anthropics
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
playwright-mcp
sfc-gh-dflippo
Browser testing, web scraping, and UI validation using Playwright MCP. Use this skill when you need to test Streamlit apps, validate web interfaces, test responsive design, check accessibility, or automate browser interactions through MCP tools.