generating-test-data

|

Content Preview
---
name: generating-test-data
description: |
  Generate realistic test data including edge cases and boundary conditions.
  Use when creating realistic fixtures or edge case test data.
  Trigger with phrases like "generate test data", "create fixtures", or "setup test database".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:data-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Test Data Generator

How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generating-test-data.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/test-data-generator/skills/generating-test-data/SKILL.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/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/testing/test-data-generator/skills/generating-test-data/SKILL.md

Related Skills