generating-test-doubles

|

Content Preview
---
name: generating-test-doubles
description: |
  Generate mocks, stubs, spies, and fakes for dependency isolation.
  Use when creating mocks, stubs, or test isolation fixtures.
  Trigger with phrases like "generate mocks", "create test doubles", or "setup stubs".

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

## Overvi
How to Use

Recommended: Install to project (local)

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

Related Skills