Agent skill

analyzing-kb-gaps

Use when you have Knowledge Base exports and want to identify user pain points, missing articles, and AI assistance opportunities.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyzing-kb-gaps --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/analyzing-kb-gaps/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Analyzing KB Gaps ## Overview Uses the Knowledge Base as a proxy for where users struggle. Identifies high-volume topics, missing guidance, and opportunities for better self-service or AI-assisted resolution. ## When to Use - Have KB article exports to analyze - Want to understand what users struggle with most - Exploring AI assistant opportunities - Planning documentation improvements ## Core Pattern **Step 1: Gather Sources** Read files in: - `inputs/knowledge_base/` - KB article exports - `outputs/insights/voc-synthesis-*.md` - VOC insights (if available, for correlation) **Step 2: Analyze Article Coverage** For each KB article (or category), note: - Topic / Category - Article count - Last updated date - Estimated complexity (simple how-to vs. complex troubleshooting) **Step 3: Identify Gaps** Look for: 1. **High-volume topics** - Many articles = users struggle here 2. **Outdated articles** - Not updated in 6+ months 3. **Missing topics** - VOC mentions issues with no KB coverage 4. **Complex troubleshooting** - Multi-step processes that could be simplified **Step 4: Assess AI Opportunities** For each gap, evaluate: | Opportunity Type | Criteria | Risk Level | |---------------

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Core Pattern
  4. Quick Reference
  5. Common Mistakes
  6. Verification Checklist
  7. Evidence Tracking
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the analyzing-kb-gaps skill do?

Use when you have Knowledge Base exports and want to identify user pain points, missing articles, and AI assistance opportunities.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyzing-kb-gaps --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going