在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用prism-wiki-sync
星标0
分支0
更新时间2026年5月23日 14:02
PrismWiki 知识库同步检查 Skill
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
4 个文件SKILL.md
readonly菜单
PrismWiki 知识库同步检查 Skill
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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