Generate Tests banner
wtyler2505 wtyler2505

Generate Tests

Testing community

Description

--- allowed-tools: Read, Write, Edit, Bash argument-hint: [file-path] | [component-name] description: Generate comprehensive test suite with unit, integration, and edge case coverage model: claude-sonnet-4-20250514 --- # Generate Tests Generate comprehensive test suite for: $ARGUMENTS ## Current Testing Setup - Test framework: @package.json or @jest.config.js or @vitest.config.js (detect framework) - Existing tests: !`find . -name "*.test.*" -o -name "*.spec.*" | head -5` - Test coverage: !`

Installation

Installs to ~/.claude/commands/wtyler2505-pdanet-linux-generate-tests.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wtyler2505/pdanet-linux/HEAD/.claude/commands/generate-tests.md -o ~/.claude/commands/wtyler2505-pdanet-linux-generate-tests.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository