skills/claim-ledger/SKILL.md
将研究与写作中的主张转成“Claim-Evidence-Boundary”可核验账本。用于在产出前强制补齐证据、反证、边界与可发布性判断,防止无依据断言并提升复用性。
npx skillsauth add hexbee/hello-skills claim-ledgerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
当用户出现以下意图时使用本技能:
Claim Ledger 把每条观点拆成三部分:
Claim:要让读者相信的主张Evidence:支持该主张的证据Boundary:成立条件与失效条件目标:让每个结论都可追溯、可反驳、可复核。
每条 Claim 一行,必须包含:
Claim ID:C01/C02/...Claim:一句可检验陈述Type:事实/解释/预测/建议Confidence:高/中/低Evidence:E01,E02...(至少 2 条)Source Grade:S/A/B/⚠️Counter:至少 1 条反证/反例;无则写“未找到,风险=高”Boundary:成立条件 + 失效条件Publishability:可发/需改写/不可发每条证据必须是可复核卡片,而非泛化描述。字段:
Source:标题 + 作者/机构 + 日期Link:URL 或文档定位Quote/Data:关键原话或数字Supports:支持 Claim 的哪一部分Reliability:S/A/B/⚠️ + 评级理由Freshness:是/否(是否过时)经验规则:
S 或 A以下任一不满足,则禁止进入内容生成:
预测/建议 Claim 无失败条件处理规则:
3 个 Claim × 4 条推 = 12 条线程每个 Claim 作为一节:
Claim Ledger 表(至少 3 条 Claim)Evidence Cards(与 Ledger 的 E# 对齐)Gate Check(逐条列出通过/失败项)先输出 Claim Ledger(至少 3 条 Claim,每条 >=2 条证据 + >=1 条反证 + 边界)。
未满足质量闸门前,不允许生成正文。
若证据不足,必须降级为“猜测(低置信度)”,并避免确定性语气。
需要直接套用表格和卡片时,读取:
references/templates.md需要自动校验 Ledger 质量闸门时,运行:
scripts/validate_ledger.py --file <ledger.md>testing
Diagnose and fix Docker image pull failures on macOS with OrbStack, especially Docker Hub EOF/TLS/manifest errors caused by system proxies, Clash/CyberClash/Mihomo/Surge-style TUN mode, fake-ip DNS such as 198.18.0.x, or unstable registry access. Use when `docker pull` or `docker manifest inspect` fails with EOF, SSL_ERROR_SYSCALL, failed to fetch anonymous token, failed to resolve reference, failed to copy, or registry-1.docker.io/auth.docker.io connectivity confusion.
development
Generate and revise job resumes from raw notes, existing resumes, career histories, or profile snippets. Use when Codex needs to create, redesign, tighten, or review a resume/CV, especially for Chinese or English A4 resumes, PDF/HTML output, first-screen hiring signal, skill ordering, pagination balance, header/contact layout, or reframing an engineering background for AI-focused roles.
development
Convert a public webpage URL into Markdown and save it as a reusable `.md` file with the bundled script. Prefer `https://r.jina.ai/<url>` first, and only fallback to `https://markdown.new/` if `r.jina.ai` is unavailable. Use this whenever the user wants to turn a public webpage, article, documentation page, blog post, release note, or reference URL into Markdown for reading, archiving, summarizing, extraction, RAG prep, or downstream agent reuse, even if they do not explicitly mention markdown or saving a file.
tools
Design agent-usable SaaS tool systems using six reusable tool shapes (Search, Summarize, Draft, Update, Notify, Approve) plus connectors and policy guardrails. Use when turning SaaS features into reliable agent actions with clear contracts, permissions, audit trails, and approval gates.