Agent Skills
› NeverSight/learn-skills.dev
› knowledge-base-gap-finder
knowledge-base-gap-finder
GitHub通过对比支持问题、产品行为与现有文档,识别知识库缺失或过时内容。分析变更以发现高影响缺口,提供有证据支持的排名发现和验证步骤,辅助完善文档体系。
Trigger Scenarios
知识库不完整
文档陈旧
需要识别文档缺口
Install
npx skills add NeverSight/learn-skills.dev --skill knowledge-base-gap-finder -g -y
SKILL.md
Frontmatter
{
"name": "knowledge-base-gap-finder",
"description": "Identify what documentation is missing by comparing support issues, product behavior, and existing docs. Use when the knowledge base is incomplete or stale."
}
Knowledge Base Gap Finder
Overview
Identify what documentation is missing by comparing support issues, product behavior, and existing docs.
Core Workflow
- Inspect the relevant diffs, configs, source files, or artifacts before forming a conclusion.
- Compare the current state against repo conventions, expected guarantees, and known risk areas.
- Prioritize the highest-impact gaps, regressions, or improvement opportunities instead of surface-level noise.
- Recommend the smallest high-leverage changes and the checks that would validate them.
Deliver
- Ranked findings or improvement opportunities with clear evidence.
- The main risks, tradeoffs, or regressions that matter most.
- Validation steps or follow-up edits that would reduce risk.
Guardrails
- Lead with findings, not generic praise or low-value commentary.
- Use repo evidence and surrounding context instead of reviewing in isolation.
- Flag missing validation when a recommendation depends on behavior you could not confirm.
- Do not invent metrics, policy decisions, customer commitments, or ownership that the inputs do not support.
Version History
- e0220ca Current 2026-07-05 20:28


