What problem does it solve?
This Skill eliminates the risk of untested API changes breaking production functionality by enforcing a mandatory test-as-source-of-truth workflow for all modifications to Kortix's HTTP API routes, status codes, auth gates, and request/response shapes.
Core Features & Use Cases
- Test-as-Source-of-Truth Enforcement: Ensures all API contract changes are paired with matching end-to-end test flows, with a coverage gate preventing untested changes from being merged or deployed.
- Live API Validation Guidance: Provides step-by-step instructions for writing test flows that validate HTTP behavior against a live deployed API, including handling auth principals, route templates, and assertion patterns.
- Use Case: When a developer modifies an API endpoint's response shape, this Skill walks them through updating the end-to-end spec, regenerating the route manifest, adding the corresponding test flow, and confirming the coverage gate passes before opening a pull request.
Quick Start
Use the ke2e-tests skill to validate that your recent API route change is fully covered by an end-to-end test flow and passes the coverage gate before opening a pull request.