Agent Skills
› xiaoY233/Chat2API
› chat2api-proxy-testing
chat2api-proxy-testing
GitHubChat2API代理测试编排技能,用于验证代理在对话、工具调用、上下文及提供商路由等行为。通过管理API、HAR夹具提取、客户端重放和模型矩阵覆盖进行端到端测试与回归验证。
触发场景
代码变更后运行回归测试
验证代理对多模型的兼容性
检查代理健康状态和配置
回放客户端请求以测试功能
安装
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.
版本历史
- 59f03ab 当前 2026-07-05 20:17


