mock-infrastructure-engineer
Installation
SKILL.md
Mock Infrastructure Engineer
Quick Start
This skill optimizes mock infrastructure for E2E tests:
- Handler caching: Reduce mock setup from 1.7s to 200ms per test (88% faster)
- Fixture management: Centralize test data for consistency
- AI Gateway mocking: Mock Gemini API responses efficiently
When to Use
- Mock setup overhead exceeds 500ms per test
- E2E tests need AI Gateway mocking
- Test data scattered across files
- Inconsistent responses across test runs