response-compliance

Execute the OpenResponses compliance test suite against API endpoints.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/alceupassos/hub --skill response-compliance-alceupassos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: response-compliance
Source: https://github.com/alceupassos/hub/tree/main/.agents/skills/response-compliance
Command: npx skills add https://github.com/alceupassos/hub --skill response-compliance-alceupassos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates compliance testing for the OpenResponses API, simplifying the process of ensuring API endpoint adherence to standards.

Core Features & Use Cases

  • Compliance Testing: Execute the official OpenResponses compliance test suite against your Response API endpoint.
  • Schema Debugging: Utilize the suite for debugging API schema issues and validating endpoint responses.
  • Test Automation: Automate compliance runs and streamline the testing process for consistent results.
  • Use Case: For developers and QA engineers looking to automate the testing of API endpoints to ensure they meet OpenResponses standards.

Quick Start

To begin, run the compliance test against your local or remote Response API endpoint using the following command:

APP_URL=http://localhost:3010 bun run test:response-compliance -- \
  --auth-header "lobe-auth-dev-backend-api" --no-bearer --api-key 1

Frequently Asked Questions about response-compliance

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

FAQPage Schema
How do I automate API compliance testing for OpenResponses endpoints?

Automate API compliance testing by running a predefined test suite against your Response API endpoint to validate schemas and behaviors. This suite executes compliance tests automatically, ensuring consistent endpoint adherence to OpenResponses standards without manual intervention.

What is OpenResponses compliance testing used for in API development?

OpenResponses compliance testing is used to validate that API endpoint responses match expected schemas and behaviors. It solves the problem of ensuring API adherence to standards, allowing developers to debug schema issues and automate endpoint testing for consistent results.

How do I run a schema validation test suite against my local API endpoint?

Run the schema validation test suite by executing the compliance script with your APP_URL, auth header, and API key parameters. This initiates the testing process against your local or remote endpoint to validate API responses against expected schemas.

Can I use this compliance test suite for debugging API schema issues?

Yes, you can use the compliance test suite for debugging API schema issues. It executes predefined tests to validate endpoint responses against expected schemas, helping developers and QA engineers identify and resolve schema mismatches during software development.

Do I need any specific dependencies to execute OpenResponses endpoint tests?

No specific dependencies are required to execute OpenResponses endpoint tests. The test suite operates independently as a script, needing only your endpoint URL and authentication parameters to validate API responses against expected compliance schemas.