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.mdsource 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
- Identify key integration points and dependencies.
- Define test scenarios with realistic data flows.
- 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.