Agent skill · Content & Marketing

analyze-content-gaps

Identify content gaps and organizational opportunities. Analyzes missing content areas, redundancies, and consolidation opportunities.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyze-content-gaps-dandye-ai-runbooks --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/analyze-content-gaps-dandye-ai-runbooks/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

# Analyze Content Gaps Skill Identify missing, redundant, or underperforming content within a documentation set. This skill compares existing content against user needs and competitive benchmarks to find opportunities for improvement. ## Inputs - `PATH` - The content documentation to analyze (e.g., "/documentation") - `USER_NEEDS` - (Optional) Boolean, whether to map against user search queries or support tickets (default: true) - `COMPETITIVE_ANALYSIS` - (Optional) Boolean, whether to compare against industry standards or competitors (default: false) ## Workflow ### Step 1: Baseline Assessment Map the current state of content at `PATH`. - What topics are covered? - What is the depth of coverage? ### Step 2: Needs Analysis Determine what *should* be covered. - **User Needs**: Analyze search logs, support tickets, or user stories (if `USER_NEEDS` is true). - **Standards**: Compare against standard frameworks or requirements. - **Competitors**: Compare against competitor documentation (if `COMPETITIVE_ANALYSIS` is true). ### Step 3: Gap Identification Compare Baseline vs. Needs. - **Missing**: Topics required but not present. - **Thin**: Topics present but lacking detail. - **Redunda

What's inside
Steps it walks through
  1. Inputs
  2. Workflow
  3. Step 1: Baseline Assessment
  4. Step 2: Needs Analysis
  5. Step 3: Gap Identification
  6. Step 4: Strategic Recommendations
  7. Required Outputs
  8. Quick Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the analyze-content-gaps skill do?

Identify content gaps and organizational opportunities. Analyzes missing content areas, redundancies, and consolidation opportunities.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyze-content-gaps-dandye-ai-runbooks --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