用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ccwq/infocard-pub --skill infocard-wiki-coverage命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | infocard-wiki-coverage |
| description | Use for infocard-pub LLM Wiki coverage audits and backfills. |
| category | knowledge-management |
| version | 1.0.0 |
Maintain the infocard-pub → LLM Wiki raw-source boundary. The target is 100% coverage of the current canonical infocard set without silently rewriting historical Wiki material.
infocard-pub/docs/**/*.meta.yaml; directory cards such as index.html.meta.yaml are included.slug as the repository identity.YYYYMMDD-slug → slugYYYY-MM-DD-slug → slugwiki/raw/articles/*.md recursively.infocard_slug; otherwise derive the slug from YYYY-MM-DD-infocard-<slug>.md.repo_canonical ∩ wiki_canonical / repo_canonical.Run:
npm run audit:wiki-coverage -- --json
The report must separate:
sources/ synchronization;concepts/ and entities/ state.A legacy URL warning does not reduce canonical coverage.
When canonical coverage is below 100%:
index.md.index.md only with human-curated knowledge entries; append the operation to log.md.raw/articles/: immutable source capture;sources/: compiler input synchronized from raw;concepts/ / entities/: compiled or curated knowledge pages.Raw coverage does not prove compiler completion. rsync success is SYNCED_ONLY, not COMPILED.
Historical raw duplicates are not a P0 coverage failure. Do not delete, merge, rename, or overwrite them during backfill. A later cleanup must:
A raw article does not automatically require a new entity page. Create or update a knowledge page when the topic is central, recurring, or already represented in the Wiki. Otherwise record that no separate page was required. Never claim entities/ or concepts/ coverage from raw-file counts alone.
For compile runs, report:
Compile finished or Runtime limit;A time-limited process exiting 0 is not full compile success.
Do not report Wiki complete until the requested scope has verified the relevant raw article, any required knowledge page or explicit no-page decision, index.md, log.md, remote commit, and remote file presence. Keep target deliverable status separate from unrelated dirty worktree residue.