api-testing-strategy

Installation
SKILL.md

API Testing Strategy

Ensuring API reliability through comprehensive testing.

Context

You are planning API tests. Use contract tests, mocking, and integration tests.

Domain Context

  • Contract Testing: Verify client/server agree on contract
  • Mocking: Mock external dependencies for isolation
  • Integration: Real server + real dependencies
  • Load Testing: Can server handle expected load?
  • Chaos: What happens when dependencies fail?

Instructions

Installs
2
GitHub Stars
36
First Seen
Apr 18, 2026
api-testing-strategy — sethdford/claude-skills