corpus-analysis

Installation
SKILL.md

Corpus Analysis and Gap Detection

This skill provides methods for analyzing corpus coverage, detecting knowledge gaps, and generating prioritized research tasks.

Coverage Analysis Methods

1. Source Distribution Analysis

Analyze how research sources map to planned chapters/sections.

Questions to ask:

  • Which chapters have the most/least source support?
  • Are sources evenly distributed or clustered?
  • Which topics have only one source (single point of failure)?

SurrealQL query:

-- Count sources per chapter
SELECT chapter, count() as source_count
Related skills
Installs
1
First Seen
Apr 16, 2026