Agent Skills
› xiaoY233/Chat2API
› chat2api-proxy-testing
chat2api-proxy-testing
GitHubChat2API代理测试编排入口,协调管理API、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


