What problem does it solve? Verifying that a custom Response API implementation conforms to the OpenResponses specification requires running many endpoint checks manually, which is slow and error-prone. This Skill automates running the official compliance test suite against a local or remote endpoint and surfaces schema and streaming failures. ## Core Features & Use Cases - Compliance Test Execution: Clones and runs the official openresponses/openresponses CLI test runner against your endpoint with a single command. - Targeted Test Filtering: Run individual tests such as basic-response, streaming-response, tool-calling, or multi-turn via the --filter flag. - Flexible Auth Modes: Supports dev mock-user headers, API key authentication, and custom auth header/value pairs. - Use Case: After implementing the /api/v1/responses route in LobeHub, run the suite in verbose mode to diagnose why the streaming-response test fails with a missing output items error. ## Quick Start Run the OpenResponses compliance tests against my local dev server on port 3010 using the dev auth header and show verbose output for any failures.