Agent Skills
› xiaoY233/Chat2API
› chat2api-proxy-testing
chat2api-proxy-testing
GitHubChat2API代理测试编排入口,涵盖回归测试、配置快照、HAR夹具提取、模型矩阵发现及客户端回放等工作流。
Trigger Scenarios
验证Chat2API代理行为
执行回归测试
运行客户端回放
Install
npx skills add xiaoY233/Chat2API --skill chat2api-proxy-testing -g -y
SKILL.md
Frontmatter
{
"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-apifor management API setup, observation, and cleanup. - Use
chat2api-har-tool-fixtureto extract reusable fixtures from HAR files. - Use
chat2api-tool-client-replayto replay one client fixture against one or more models. - Use
chat2api-provider-model-matrixto discover/v1/modelsand 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.
Version History
- 59f03ab Current 2026-07-05 20:17


