用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tansuasici/claude-code-kit --skill wiki-lint命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run multiple audits in parallel over a PR-scope diff, dedupe across auditors, and produce a confidence-gated report. Use to review a change or PR before merge. Distinct from /project-health-report (whole-project, breadth-first).
Review codebase architecture for SOLID violations, dependency health, module boundaries, and structural issues. Use when assessing whole-system structure or coupling. For single-module depth use /deepening-review; for a concrete refactor plan use /refactoring-guide.
Identify performance bottlenecks — rendering, startup, memory, and I/O — across any stack. Use when the app is slow, before perf-sensitive releases, or when the user mentions latency, jank, or memory growth.
基于 SOC 职业分类
正在显示 SKILL.md
| name | wiki-lint |
| description | Health-check the knowledge wiki — find contradictions, orphans, missing pages, and stale content |
| user-invocable | true |
Invoke with /wiki-lint when:
WIKI.md for vault conventionswiki/index.md for the catalogwiki/ recursively[[wikilinks]] from other pages[[wikilinks]] that point to files that don't existraw-sources/ supersede claims in the wiki
Write wiki/lint-report.md:
---
title: Wiki Lint Report
type: analysis
created: YYYY-MM-DD
---
# Wiki Lint Report — YYYY-MM-DD
## Summary
- Pages scanned: N
- Issues found: N
- Critical: N | Warning: N | Info: N
## Critical Issues
### Contradictions
| Page A | Page B | Conflict | Sources |
|--------|--------|----------|---------|
| [[page-a]] | [[page-b]] | Disagree on X | source1.md vs source2.md |
### Missing Pages
- [[missing-page]] — referenced by: page-a.md, page-b.md
## Warnings
### Orphan Pages
- [[orphan-page]] — no inbound links, consider linking or removing
### Stale Content
- [[stale-page]] — last updated YYYY-MM-DD, newer source exists
## Suggestions
### Hub Gaps
- "concept-name" mentioned in N pages but has no dedicated page
- Referenced in: [[page-a]], [[page-b]], [[page-c]]
### Index Drift
- Files not in index: page-x.md, page-y.md
- Index entries without files: old-page.md
Append to wiki/log.md:
## [YYYY-MM-DD] lint | Health check
- Report: wiki/lint-report.md
- Issues: N critical, N warnings, N suggestions
Print a summary to the user:
### Wiki Health Report
**Scanned**: {N} pages across {N} directories
**Issues**: {N} critical, {N} warnings, {N} suggestions
**Critical**:
- 2 contradictions found (see lint-report.md)
- 3 missing pages (wikilinks to non-existent files)
**Top suggestions**:
- Create page for "concept-x" (mentioned in 5 pages)
- Update "entity-y" (newer source available)
Full report: wiki/lint-report.md
wiki/lint-report.mdwiki/log.md