response-compliance

Run the official OpenResponses test suite against a Response API endpoint.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/andershi666/lobehub-hr-demo --skill response-compliance-andershi666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: response-compliance
Source: https://github.com/andershi666/lobehub-hr-demo/tree/main/lobehub/.agents/skills/response-compliance
Command: npx skills add https://github.com/andershi666/lobehub-hr-demo --skill response-compliance-andershi666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenResponses API compliance testing. Use when testing the Response API endpoint, running compliance tests, or debugging Response API schema issues. Triggers on 'compliance', 'response api test', 'openresponses test'.

Core Features & Use Cases

  • Comprehensive compliance testing for the OpenResponses API.
  • Facilitates debugging of Response API schema issues and integration tests.
  • Use Case: Validate that your Response API endpoints conform to the expected OpenResponses contract across environments.

Quick Start

Run the official OpenResponses compliance test suite against your local Response API endpoint.

Frequently Asked Questions about response-compliance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify OpenResponses API compliance for my endpoint?

Verify OpenResponses API compliance by running the official compliance test suite against your Response API endpoint to validate responses and surface schema issues.

What is OpenResponses compliance testing used for?

OpenResponses compliance testing is used to validate that your Response API endpoints conform to the expected contract, facilitating debugging of schema issues and integration tests during development.

Do I need a local copy of the openapi project to run Response API tests?

Yes, you need a local copy of the openapi project, the compliance-test script, and proper environment setup including routes and authentication to run the Response API tests successfully.

Can I debug Response API schema issues across remote deployments?

Yes, you can debug Response API schema issues across both local and remote deployments by applying the compliance test suite to validate behavior and ensure schema conformity.

Why does my Response API compliance test fail during integration?

Response API compliance tests fail during integration when endpoints do not conform to the expected OpenResponses contract, requiring you to check your environment setup, routes, and authentication.