| name | chat2api-proxy-testing |
| description | Use when validating Chat2API Manager proxy behavior across dialogue, tool calling, context, provider routing, request logs, and live client replay workflows. |
Chat2API Proxy Testing
Use this as the orchestration entry point.
Focused Skills
- Use
chat2api-management-api for management API setup, observation, and cleanup.
- Use
chat2api-har-tool-fixture to extract reusable fixtures from HAR files.
- Use
chat2api-tool-client-replay to replay one client fixture against one or more models.
- Use
chat2api-provider-model-matrix to discover /v1/models and run matrix coverage.
Default Order
- Run source regressions when code changed.
- Snapshot health and config through management API.
- Extract or select a fixture.
- Discover models through
/v1/models.
- Replay scenarios.
- Inspect logs and sessions.
- Restore config and delete temporary test assets.
Source Of Truth
The versioned source of truth is this skills/chat2api-proxy-testing directory plus the focused sibling skills. ignored .codex copies are local working copies only and must not be the only place where testing behavior is documented.