mit einem Klick
prism-wiki-sync
PrismWiki 知识库同步检查 Skill
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
PrismWiki 知识库同步检查 Skill
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Use when writing or auditing core/ layer documentation to ensure knowledge depth. Covers design motivation extraction, constraint documentation, failure mode analysis, cross-module contracts, and change sensitivity. Complements prism-wiki-standard.
Use when creating, editing, auditing, or batch-refreshing PrismWiki documentation. Covers document type system, function-level API docs, C++ specifics, file/folder operations, link management, and quality tiers.
| name | prism-wiki-sync |
| description | PrismWiki 知识库同步检查 Skill |
检查 PrismWiki 知识库与 Prism 源码的同步状态。 运行时机:每次 git push(普通检查)和发布前(深度检查)。
每次 git push 时自动运行:
# pre-push hook
git push → prism-wiki-sync --mode=quick
发布版本前运行:
# 手动触发
prism-wiki-sync --mode=deep
| 模式 | 检查内容 | 耗时 |
|---|---|---|
| quick | 源码路径存在性、wikilink 有效 | < 1 min |
| deep | + 实现一致性、接口匹配、版本对齐 | 5-10 min |
详见 [[checks|检查项清单]]。
详见 [[report-template|报告模板]]。
# 普通检查
prism-wiki-sync
# 深度检查
prism-wiki-sync --deep
# 只检查某模块
prism-wiki-sync --module=stealth
/run prism-wiki-sync