# Smoke Prompts (冒烟测试提示词)
这些提示词是 ClawHub 技能和已安装包发布流程的人类可读验证集。
## 首次运行提示词
提示词:
> Set up a SwarmVault workspace for this repo and explain what files I should inspect first.
预期表现:
- 初始化或确认仓库 (vault)
- 可能使用 `swarmvault demo --no-serve` 以实现最快的零配置演示
- 当任务是快速本地仓库浏览时,可能使用 `swarmvault scan --no-serve`
- 指向 `swarmvault.schema.md`
- 提及 `wiki/` 和 `state/`
- 在编译存在时,优先推荐 `wiki/graph/report.md`
## 托管源提示词
提示词:
> Register this public GitHub repo as a recurring source, sync it, and tell me what I should read first.
预期表现:
- 使用 `swarmvault source add https://github.com/karpathy/micrograd` 或提供的仓库根 URL
- 提及 `state/sources.json`
- 指向 `wiki/outputs/source-briefs/` 和 `wiki/graph/report.md`
- 将 `source list` 和 `source reload --all` 视为维护路径
## 仓库理解提示词
提示词:
> Compile this repo into SwarmVault and tell me how auth works.
预期表现:
- 使用 `ingest --repo-root .` 和 `compile`
- 在进行广泛搜索前,先读取生成的模块页面或图表报告
- 保存答案,除非用户要求临时输出
## 研究提示词
提示词:
> Add this paper URL to the vault and summarize the main claims and conflicts.
预期表现:
- 使用 `swarmvault add`
- 可能使用 `swarmvault ingest` 处理直接音频文件或 YouTube 转录 URL
- 如有必要,在回答前先进行编译
- 当存在冲突时,指向矛盾/报告工件
## 个人知识提示词
提示词:
> Ingest this transcript or export file, run the guided workflow, and tell me what dashboard pages I should open first.
预期表现:
- 使用 `swarmvault ingest --guide`、`swarmvault source add --guide` 或 `swarmvault source session`
- 指向 `wiki/outputs/source-sessions/` 和 `wiki/outputs/source-guides/`
- 指向 `wiki/dashboards/source-sessions.md`、`wiki/dashboards/source-guides.md`、`wiki/dashboards/timeline.md` 或 `wiki/dashboards/reading-log.md`
- 将审批队列视为工作流的一部分,而不是静默覆盖规范页面
## 图表提示词
提示词:
> Show me the fastest way to inspect the graph and then expose the vault to another tool.
预期表现:
- 使用 `swarmvault graph serve` 或 `graph export --html`
- 可能建议 `graph export`
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们。