Generate Test Suite banner
jchigg2000-git jchigg2000-git

Generate Test Suite

Testing community

Description

--- description: Generate a focused, token-frugal unit + regression test suite for the current repo, then confirm UI functionality argument-hint: "[optional: path/module to focus on]" --- # Generate test suite Generate a **focused, high-value** set of unit and regression tests for this repo. Hit the high points — do **not** aim for exhaustive coverage. Be token-frugal throughout. Optional focus target: `$ARGUMENTS` (a path, module, or feature). If empty, pick the highest-value targets yoursel

Installation

Installs to ~/.claude/skills/jchigg2000-git-claude-code-dev-generate-test-suite/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jchigg2000-git-claude-code-dev-generate-test-suite && curl -fsSL https://raw.githubusercontent.com/jchigg2000-git/claude-code-dev/HEAD/commands/generate-test-suite.md -o ~/.claude/skills/jchigg2000-git-claude-code-dev-generate-test-suite/SKILL.md

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

Full documentation available on GitHub

View Source Repository