← スキル一覧に戻る

clawdbot-workspace-template-review
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 2026年1月24日
SKILL.md
name: clawdbot-workspace-template-review description: Compare a Clawdbot workspace against the official templates installed with Clawdbot (npm or source) and list missing sections to pull in, especially after upgrades.
Workspace Template Diff
Use this skill when the user wants to compare their workspace .md files (AGENTS, SOUL, USER, IDENTITY, TOOLS, HEARTBEAT, etc.) against the official Clawdbot templates, then review missing sections and decide what to add.
Locate the official templates
Find the installed Clawdbot source root:
- If
clawdbotis installed via npm/pnpm globally:command -v clawdbot- If it points into
.../node_modules/.bin/, resolve to the siblingnode_modules/clawdbot - Or use
npm root -g/pnpm root -gand look forclawdbot/
- If Clawdbot runs from source, use that checkout root (must contain
package.json).
Templates live at:
<clawdbot-root>/docs/reference/templates/
If you can’t find the source root, ask the user where their Clawdbot is installed.
Comparison workflow
- Identify the workspace root (the user’s “our version” directory).
- For each template file in
docs/reference/templates(skip*.dev.md):- Open the official template and the workspace file with the same name.
- Ignore template frontmatter (
---block) and any “First Run”/“Bootstrap” sections. - Compare the remaining sections and list any missing blocks.
Helpful commands (use ad‑hoc CLI tools like diff):
ls <clawdbot-root>/docs/reference/templates
sed -n '1,200p' <clawdbot-root>/docs/reference/templates/AGENTS.md
sed -n '1,200p' <workspace>/AGENTS.md
diff -u <clawdbot-root>/docs/reference/templates/AGENTS.md <workspace>/AGENTS.md
When reporting diffs:
- Show the missing sections verbatim from the official template.
- Explain briefly why they matter, then ask whether to add them.
- Move file by file; skip files that only differ by frontmatter or bootstrap content.
Output format
Use the “missing section” format we used previously:
- File path
- Missing block(s)
- Suggestion + question to proceed
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

