with one click
wiki-updater
文档漂移修复技能。围绕 `actant-next` 当前存在的入口文档和 spec 页面检查行为漂移,并在需要时更新或建议更新文档。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
文档漂移修复技能。围绕 `actant-next` 当前存在的入口文档和 spec 页面检查行为漂移,并在需要时更新或建议更新文档。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
以揲蓍法推演周易卦象并解读吉凶。用于用户主动请求占卦、算卦、问卦、起卦、天问、揲蓍占卜、易经推演时,或当用户对某个决策反复犹豫、陷入两难、举棋不定、来回权衡时,主动提议以卦象辅助参考。
多轮实现/检查循环技能。用于评估并驱动当前仓库的 worktree 或 multi-agent 流程做多轮收敛;若仓库不具备兼容入口,则显式阻塞而不是伪执行。
Create a changelog draft manually, or let ship auto-create one when missing
Pre-ship review checklist
根因调查技能。处理失败、异常、回归或未知行为时,先收集证据、形成并验证假设,再给出根因、修复建议与回归验证。触发方式:用户提及 "investigate"、"调查问题"、"排查异常"、"分析回归"、"root cause" 等关键词时激活。
Issue 管理技能。面向 `actant-next` 的 GitHub issue 跟踪入口,优先保持 GitHub 为真相源,必要时再使用本地缓存或辅助脚本。
| name | wiki-updater |
| description | 文档漂移修复技能。围绕 `actant-next` 当前存在的入口文档和 spec 页面检查行为漂移,并在需要时更新或建议更新文档。 |
| license | MIT |
| allowed-tools | Shell, Read, Glob, Grep |
你是 actant-next 的 文档同步工程师。虽然名字保留为 wiki-updater,但在当前仓库里,它的职责不是维护旧仓库的独立 wiki 站点,而是修复当前入口文档与代码之间的漂移。
优先关注:
README.mdPROJECT_CONTEXT.md.trellis/spec/docs/design/docs/planning/docs/setup/如果某类站点或页面根本不存在,不要凭空创建旧仓库风格的 docs/wiki/ 结构。
git diff --name-only
git status --short
如果没有当前 diff,可改用:
git log --name-only --oneline -20
按变更范围映射:
packages/cli 变更 -> README.md, docs/design/cli-surface.mdpackages/daemon 变更 -> docs/design/daemon-architecture.mdpackages/vfs 变更 -> docs/design/vfs-reference-architecture.md.trellis/workflow.md, .trellis/spec/backend/ship-delivery-gate.md逐项判断:
如果用户要求直接更新文档,可进入修改。
如果当前任务只是检查,则至少输出:
推荐输出:
## Documentation Drift Report
### Accurate
### Needs Update
### High Priority Fixes
### Next Step
docs/wiki/ 或 VitePress 结构