setup-comprehensive-testing

Setup complete testing infrastructure

Content Preview
# Setup Comprehensive Testing

Setup complete testing infrastructure

## Instructions

1. **Testing Strategy Analysis**
   - Analyze current project structure and identify testing needs
   - Determine appropriate testing frameworks based on technology stack
   - Define testing pyramid strategy (unit, integration, e2e, visual)
   - Plan test coverage goals and quality metrics
   - Assess existing testing infrastructure and gaps

2. **Unit Testing Framework Setup**
   - Install and configure prima
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup-comprehensive-testing.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/setup-comprehensive-testing.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/setup-comprehensive-testing.md

Related Skills