Claude-skill-registry integration-test-planner

Plan integration tests across modules or services. Use when a mid-level developer needs to verify system interactions.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/integration-test-planner" ~/.claude/skills/majiayu000-claude-skill-registry-integration-test-planner && rm -rf "$T"
manifest: skills/data/integration-test-planner/SKILL.md
source content

Integration Test Planner

Purpose

Plan integration tests across modules or services.

Inputs to request

  • Services/modules involved and interfaces.
  • Test environment and data setup.
  • Critical user flows.

Workflow

  1. Identify key integration points and dependencies.
  2. Define test scenarios with realistic data flows.
  3. Specify required mocks, fixtures, or test environments.

Output

  • Integration test plan with scenarios and prerequisites.

Quality bar

  • Cover success and failure paths.
  • Avoid over-mocking the system under test.