Test New — Testing skill for Claude Code
Generate test files for Jest, Vitest, or Playwright.
How to install Test New
Installs to ~/.claude/skills/gr8monk3ys-skills-test-new/SKILL.md
mkdir -p ~/.claude/skills/gr8monk3ys-skills-test-new && curl -fsSL https://raw.githubusercontent.com/gr8monk3ys/skills/HEAD/commands/test-new.md -o ~/.claude/skills/gr8monk3ys-skills-test-new/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Test New does
description: Generate test files for Jest, Vitest, or Playwright model: claude-opus-4-8
Generate a comprehensive test file for the specified code.
Test Target
$ARGUMENTS
Options (if not specified above, ask or use defaults)
| Option | Choices | Default |
|---|---|---|
| Framework | Jest, Vitest, Playwright | Auto-detect from project |
| Test Type | Unit, Integration, E2E | Unit for functions, Integration for components |
| Coverage | Happy path onl |
Alternatives in Testing
- Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
- Playwright — claude-plugins-official Browser automation, E2E testing, screenshots 29.4k ★
- Develop Web Game — Build and test web games iteratively using Playwright with time-stepping 14.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Coverage Guard
An AI agent skill that enforces 100% test coverage for any JavaScript/TypeScript project. Works with Vitest, J
Canary Write Test
Generate production-ready test code from a natural-language requirement (Playwright, Vitest, Pytest, k6).
Frontend Test Pattern Skill
Claude Code skill for React + Vite projects — auto-generates Vitest & Testing Library tests for utils, compone
Write Tests
Generate unit and integration tests for existing code. Triggers on "write tests", "add tests", "test this", "t
Auxi QA Test
Mobile QA execution playbook for the Auxi RN app — runs Maestro flows on the local iOS simulator, runs Jest un
Vitest Testing
Generated by Claude Toad — Review before use
Related Agents
Grays Run
Mechanical test runner (Haiku tier). Auto-detects pytest, jest, vitest, playwright. Runs tests, reports pass/f
Fe Test Runner
Dedicated test execution. Returns only a categorized summary, keeping failure stack traces out of the parent c
Testing
Test development with pytest/Jest/Vitest, coverage analysis, and bug reproduction workflows