codex-fixbook
仓库创建 2026年7月7日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
集中常见症状与根因,便于快速定位 Codex 相关故障。
这个 Skill 做什么
为 Codex CLI/桌面版提供本地故障排查知识库和已知问题指南。
本地故障排查知识库,专门收录并指导排查 Codex CLI 与 Codex 桌面应用的常见故障,比如挂起、超时、缺少 MCP 工具或 MCP 初始化失败等。用户报告问题时用它来匹配症状、定位可能原因并给出已知修复步骤。数据优先来自 public/known-issues.json 和 data/ 下的 YAML,回答时会引用这些已验证条目。
▸ 展开 SKILL.md 英文原文
Use this skill when a user reports Codex CLI or Codex desktop app failures such as hangs, timeouts, missing MCP tools, or MCP initialization problems.
0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Lceoliu/codex-fixbook/main/skills/codex-fixbook/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Lceoliu/codex-fixbook/main/skills/codex-fixbook/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Codex Fixbook Use this repository as a local troubleshooting knowledge base for Codex CLI and the Codex desktop app. ## Data sources 1. Prefer `public/known-issues.json` when it exists. 2. If the generated JSON is missing or stale, read: - `data/symptoms/*.yaml` - `data/causes/*.yaml` 3. Treat YAML in `data/` as the source of truth. ## How to answer When the user reports a Codex problem: 1. Match the report against symptom titles, search keywords, known offenders, and cause text. 2. Return the most likely cause first. 3. Include affected platforms and versions, fixed version if known, diagnosis steps, workaround, and source links. 4. Do not invent `platforms`, `affects_versions
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有