M Test Generation banner
penwyp penwyp

M Test Generation

Testing community

Description

# Test Generation Workflow **Test type and target:** $ARGUMENTS If no parameters specified, generate unit tests for recently modified files by default. Format: [test-type] [target] [coverage-goal] Examples: "unit src/auth 90%", "integration api", "e2e user-flow", "all components" ## Commands: 1. **Analyze code coverage** - Identify untested functions and code paths in specified target 2. **Generate unit tests** - Create comprehensive test cases for individual components 3. **Create integra

Installation

Installs to ~/.claude/skills/penwyp-claudepreference-m-test-generation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/penwyp-claudepreference-m-test-generation && curl -fsSL https://raw.githubusercontent.com/penwyp/ClaudePreference/HEAD/commands/m-test-generation.md -o ~/.claude/skills/penwyp-claudepreference-m-test-generation/SKILL.md

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

Full documentation available on GitHub

View Source Repository