gr8monk3ys

Test New — Testing skill for Claude Code

Testing community

Generate test files for Jest, Vitest, or Playwright.

How to install Test New

Installs to ~/.claude/skills/gr8monk3ys-skills-test-new/SKILL.md

Terminal
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 Repository