排查 provider 绑定问题:收症状、查配置、查目录缓存、复核 wire 名,一路留证据。凡问“模型为何走了这家 provider”“绑定是不是配错”,先读这份。
Scanned 8/31/2026
Install to Claude Code
npx -y skills add relic-yuexi/LubanCode --skill provider-binding-audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Provider Binding Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/relic-yuexi-provider-binding-audit)More formats (shields.io, HTML) on the badges page.
---
name: provider-binding-audit
description: 排查 provider 绑定问题:收症状、查配置、查目录缓存、复核 wire 名,一路留证据。凡问“模型为何走了这家 provider”“绑定是不是配错”,先读这份。
---
# Provider 绑定排查
纪律一条:每条结论附出处。文件、字段、行号,缺一样不算证据。
## 四步
1. 收症状。问清或读账:请求实际走了哪家、预期走哪家、报错原文是什么。
2. 查配置。读当前生效配置,列出 provider 绑定相关字段。只读,不改。
3. 查目录缓存。比对目录版本与在线版本;缓存旧了先记下,不急着刷。
4. 复核 wire 名。模型 id、wire、schema 三层对一遍,对不上的记为疑点。
## 失败路
- 配置字段全对,绑定仍错:查有没有项目级覆盖压过用户级。
- 目录刷新后仍错:查模型 id 还原是否走了旧映射。
- 三步全对但仍走错家:如实记“未解释”,留给用户决断,不猜。
## 验收
- 产物一张疑点清单,每条带文件与字段出处。
- 清单可机读(JSON),过 schema 校验。
- 全程不改配置文件;要改,另起任务,经用户确认。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!