用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Morrison-Lab/ai-config --skill detect-hypothetical-examples命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | detect-hypothetical-examples |
| description | Flag invented examples when real data exists. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Grep","Edit","Write"] |
A worked example can be perfectly well-formed — its own {#exm-...} div, a
clean derivation, correct arithmetic — and still reach for invented,
round-number quantities ("suppose 20% of the exposed group...") when the
document already loads a real dataset it uses elsewhere. That's not a wrong
example, and it's not detect-informal-definitions's missing-div problem —
it's a missed opportunity to ground the teaching point in real data that was
already sitting right there.
The full detection heuristic, confirmation checklist, and fix menu live in
shared/writing/hypothetical-examples.md ---
read it before running this skill; the steps below are the short version.
detect-informal-definitions, fix-forward-references,
fact-check-prose, and find-ai-tells.{#exm-...} div, or the
equivalent in a non-Quarto project).hypothetical-examples.md ---
the "hypothetical"/"suppose a"/"consider a hypothetical"/"if N% of"
signal phrases, plus suspiciously round proportions (0.1, 0.3,
20%) sitting inside an example or definition div.read.csv/
read_csv/glm(...)-style loading chunk earlier in the same document,
or a project-level running-example dataset convention. No real dataset
in scope at all means the hit isn't a finding — skip it.detect-informal-definitions --- a sibling content-quality check on
the same #exm-/#def- divs, but a different failure mode: that skill
catches a concept defined with definitional precision that never got a
formal div; this skill assumes the div already exists and asks whether
its illustrative numbers should have come from real data instead of
being invented.fact-check-prose --- verifies a document's claims and computed
values are correct; this skill runs upstream of that, since an invented
example can be internally consistent and still be a finding here even
before any accuracy check applies.math-derivation-steps.md (cited from CLAUDE.md's "math
derivations" section, not a standalone skill) --- governs the
completeness of a derivation's algebraic steps; run it alongside this
skill when substituting real numbers into an existing derivation, since
every step needs re-verifying against the new values.check-info-quality --- its misleading/out-of-context check (check
C) covers a citation or statistic that misrepresents its source; this
skill is narrower and fires even with no citation involved, whenever a
made-up number stands in for a value the document's own data could have
supplied.ard / ardi --- when reviewing a PR/MR, or self-reviewing before a
push, apply this check alongside the other prose-review rules CLAUDE.md
lists.