generate-test-cases

Generate comprehensive test cases automatically

Content Preview
# Generate Test Cases

Generate comprehensive test cases automatically

## Instructions

1. **Target Analysis and Scope Definition**
   - Parse target file or function from arguments: `$ARGUMENTS`
   - If no target specified, analyze current directory and prompt for specific target
   - Examine the target code structure, dependencies, and complexity
   - Identify function signatures, parameters, return types, and side effects
   - Determine testing scope (unit, integration, or both)

2. **Code S
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generate-test-cases.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/generate-test-cases.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/test/generate-test-cases.md

Related Skills