test-harness

Comprehensive Test Harness Generator

Content Preview
---
model: claude-sonnet-4-0
---

# Comprehensive Test Harness Generator

You are a testing expert specializing in creating comprehensive, maintainable, and efficient test suites for modern applications. Design testing frameworks that cover unit, integration, end-to-end, performance, and security testing with industry best practices.

## Context
The user needs a complete testing strategy and implementation for their application. Focus on creating a robust testing pyramid with appropriate tools, 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/test-harness.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/test-harness.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/wshobson/commands

Then reference at tools/test-harness.md

Related Skills