response-compliance

Validate Response API endpoints for OpenResponses specification and behavioral conformance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenResponses compliance testing identifies conformance gaps in the local or remote Response API endpoint and helps ensure adherence to the OpenResponses standards, enabling reliable API behavior during development and testing.

Core Features & Use Cases

  • Run the official OpenResponses compliance test suite against local or remote Response API endpoints.
  • Support multiple authentication modes and test filters for targeted validation.
  • Aid debugging of API schema issues, response formats, and behavior across environments.

Quick Start

Run the compliance test suite against your local or deployed Response API endpoint to validate conformance and surface schema issues.

Frequently Asked Questions about response-compliance

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

FAQPage Schema
What is OpenResponses compliance testing for a Response API?

OpenResponses compliance testing identifies conformance gaps in a Response API endpoint to ensure adherence to OpenResponses standards. It validates API schema, response formats, and behavior to enable reliable API operations during development and testing.

How do I validate my Response API endpoint against the OpenResponses standard?

You validate a Response API endpoint by running the official OpenResponses compliance test suite against your local or remote endpoint. This process surfaces schema issues and verifies behavior across development, staging, and production-like environments.

Can I run compliance tests on a remote Response API endpoint in a staging environment?

Yes, compliance tests can run against local or remote Response API endpoints in development, staging, and production-like environments. The validation uses the official test suite to check API schema and behavior across these different deployment targets.

Does Response API validation support different authentication modes and test filters?

Yes, Response API validation supports multiple authentication modes and test filters for targeted validation. This allows you to configure access to secured endpoints and execute focused compliance tests using the official OpenResponses tooling.

Why does my Response API fail OpenResponses conformance checks?

A Response API fails OpenResponses conformance checks due to gaps in schema, response formats, or behavior. Running the official compliance test suite helps debug these issues by identifying specific deviations from the OpenResponses standards.