بنقرة واحدة
vault-groom
Audit and clean up knowledge base state — archive completed work, fix inconsistencies
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Audit and clean up knowledge base state — archive completed work, fix inconsistencies
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run a quality audit on the knowledge base
Log a daily work check-in — records what was accomplished and syncs to task board
Manually refresh the knowledge base dashboard
Classify raw content and route it to the appropriate knowledge base location
Process a meeting transcript — extract decisions, action items, and key discussion points into structured vault entries
View, update, review, or create OKR cycles
| name | vault-groom |
| description | Audit and clean up knowledge base state — archive completed work, fix inconsistencies |
| allowed-tools | ["vault_audit","vault_kanban","vault_update_entry","vault_search","vault_list","vault_dashboard","ask_user","team_spawn"] |
Run a health check on the knowledge base and fix issues.
For large vaults (500+ entries), spawn a team to parallelize grooming:
team_spawn(
team_name: "vault-grooming",
purpose: "Audit, archive, and fix issues across a large vault",
roles: [
%{name: "vault-auditor", role: "researcher"},
%{name: "vault-archiver", role: "coder"},
%{name: "vault-fixer", role: "coder"}
]
)
Team roles:
vault_audit(scope: "full") and catalogs all issues. Shares the report with archiver and fixer.vault_kanban(action: "archive")), archives old checkins, and moves stale entries.For smaller vaults, skip team mode and process single-agent.
vault_audit(scope: "full") — get the full quality report.
vault_kanban(action: "list", filter_column: "done") — find completed tasks ready for archive.
vault_kanban(action: "list", filter_column: "in_progress") — check for stale items (no activity in 7+ days).
vault_list(entry_type: "checkin") — find checkins older than 30 days for archiving.
Format as a structured report:
Use ask_user to confirm each category of fix:
vault_kanban(action: "archive")vault_update_entry(status: "archived") for eachvault_update_entry(frontmatter_updates: "...") for eachvault_dashboard(dashboard_type: "index") after all fixes.