Agent Skills
› szw321127/repowise
› pk-lint
pk-lint
GitHub提供项目知识库只读健康检查报告,涵盖推荐池、证据覆盖、Wiki质量、过期验证及一致性等。不修改文件,仅输出中文诊断结果与人工审查提示。
Trigger Scenarios
用户需要项目知识库健康报告
检查Wiki质量和知识一致性
Install
npx skills add szw321127/repowise --skill pk-lint -g -y
SKILL.md
Frontmatter
{
"name": "pk-lint",
"description": "Use when the user wants a read-only health report for recommendation pools, evidence coverage, wiki quality, stale verification, ownership, and project knowledge consistency."
}
PK Lint
Treat this skill as the read-only maintenance check for project knowledge.
Required Behavior
- Accept either a project root or a
.project-knowledge/directory. - Resolve
../../scripts/pk-lint.mjsrelative to thisSKILL.mdfile. - The wrapper delegates to
lint-project-knowledge.mjs. - Report the result in Chinese, including recommendation pools and any evidence, lifecycle, eviction, duplicate, wiki quality, stale verification, usefulness, ownership, or consistency issues.
- Do not modify or delete project knowledge files.
- Treat
incubating-promotion-candidate,recommendation-pool-eviction-candidate,possible-duplicate-node,wiki-*, stale verification, and usefulness findings as human review prompts, not automatic promotion/deletion instructions. - Mention the
wikiQuality,staleness, andusefulnesssummaries when they are present so the user can separate page-governance work from lifecycle-governance work and actual retrieval usefulness. - When
wiki-evidence-record-missing-reasonappears, explain that structuredsource_evidencerecords on stable nodes should include a shortreasondescribing why the path proves the practice, option, or rule. - When
node-missing-evidence-pathappears, explain that the evidence path no longer exists in the project; include anyrepair_candidatesas review hints, not automatic rewrites. - When
wiki-never-hit,wiki-hit-but-never-adopted, orwiki-frequently-rejected-after-hitappears, explain that the node may need better keywords/applicability, lower ranking, narrower scope, or archival. - When
wiki-active-conflicting-rules,wiki-superseded-node-still-recommended, orwiki-duplicate-practice-scopeappears, explain that maintainers should resolve explicit conflicts, remove superseded nodes from recommendation surfaces, or merge/split overlapping practice scopes.
Version History
- fa4164e Current 2026-07-24 16:08


