API Integration
Confirm the integration contract is real and reachable before code depends on it. Silent stubs are the failure mode this skill prevents — code that "works" locally and surprises in staging/prod because the real endpoint was never exercised.
When this skill runs
- Design phase — when the tech spec describes an API boundary. Confirms a spec exists (or needs to be written) and is referenced.
- Build phase — when in-scope files include integration code. Probes the end
[Description truncada. Veja o README completo no GitHub.]