first commit
This commit is contained in:
13
文档润色流和知识库构建流/claude-scholar/commands/kb-lint.md
Normal file
13
文档润色流和知识库构建流/claude-scholar/commands/kb-lint.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: kb-lint
|
||||
description: Run deterministic KB health checks and rewrite _system/lint-report.md.
|
||||
tags: [Research, Obsidian, KB, Lint]
|
||||
---
|
||||
|
||||
# /kb-lint
|
||||
|
||||
```bash
|
||||
python3 "${CLAUDE_PLUGIN_ROOT}/skills/obsidian-project-kb-core/scripts/kb_lint.py" --cwd "$PWD"
|
||||
```
|
||||
|
||||
Checks include registry coverage, broken wikilinks, index coverage, canvas validity, and several KB consistency warnings.
|
||||
Reference in New Issue
Block a user