用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yu-iskw/second-brain-plugin --skill lint命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | lint |
| description | Produce a read-only health report for the OKF second-brain knowledge bundle. |
| disable-model-invocation | true |
| allowed-tools | Read, Glob, Grep, Write, Bash(git diff *), Bash(git log *), Bash(git rev-parse *), Bash(git status *), Bash(git ls-files *) |
Delegate structural and epistemic analysis to knowledge-curator.
Resolve scope from $ARGUMENTS in this order:
governance/automation-state.md's last_successful_commit is empty, use full (even when $ARGUMENTS says incremental).$ARGUMENTS includes full, use full.$ARGUMENTS includes incremental, use incremental.full (standalone /second-brain:lint default).Callers that want incremental must pass the incremental token (maintain uses /second-brain:lint incremental verify).
For incremental:
git diff --name-only <last_successful_commit> and from untracked/other knowledge paths via git status --porcelain / git ls-files --others --exclude-standard.knowledge/**/*.md paths (plus one-hop knowledge Markdown links you discover from that set).governance/reports/ stating no knowledge pages changed since the baseline, and do not call the curator.incremental.When $ARGUMENTS includes verify or strict, and a curator report was produced, also ask knowledge-verifier in audit mode to sanity-check that report. Skip audit for no-op empty-list runs.
Write only a timestamped report under governance/reports/. Do not modify knowledge pages, ledgers, or governance policy files. For every finding include severity, evidence, affected files, safe-versus-review-required classification (per governance/policies.md), quality-rubric notes when relevant, recommended action, and curator-required fields (including schema profile id when schema-related). Suggest research-scout for explicit gaps that need external candidates.