Identify content gaps and organizational opportunities. Analyzes missing content areas, redundancies, and consolidation opportunities.
Install with Tessl CLI
npx tessl i github:dandye/ai-runbooks --skill analyze-content-gaps46
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
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.
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)Map the current state of content at PATH.
Determine what should be covered.
USER_NEEDS is true).COMPETITIVE_ANALYSIS is true).Compare Baseline vs. Needs.
Prioritize gaps based on impact and effort.
A GAP_ANALYSIS_REPORT in markdown format containing:
67a00be
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.