feat(skills): 新增 gitlink-doctor 环境自诊断与故障排除 Skill #422
Loading…
Reference in New Issue
No description provided.
Delete Branch "Taoyouce/gitlink-cli:feat/skill-doctor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
master 已合入
doctor自诊断命令,但 43 个 Skill 中没有对应的排障 Skill——Agent 遇到「CLI 用不了 / 一直 401 / 命令 404」时缺少标准处置流程,容易在本地环境上空转(尤其是命中平台侧缺口时)。内容
新增
skills/gitlink-doctor/SKILL.md:doctor --format json读取 5 类检查(config_file/config_values/auth/repo_context/api_connectivity)结构化结果生产验证(2026-07-10)
真实环境跑通 Skill 主流程:
doctor --format json返回 summary ok=3/warning=2/error=0 及逐项 checks(含 suggestion 字段),修复表与实际输出字段一一对应。注:与 #413 gitlink-semantic-audit 互补——semantic-audit 面向「审计命令实现是否符合平台语义」,本 Skill 面向「终端用户/Agent 环境排障」。