plugins/sdlc/skills/corpus-health/SKILL.md
Report on research corpus health, completeness, and integrity
npx skillsauth add jmagly/aiwg corpus-healthInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Assess the health and completeness of the research corpus at .aiwg/research/.
As of ADR-021,
corpus-healthdelegates structural lint to the semantic memory kernel.
Delegation pattern:
corpus-health retains its research-specific health-check UXmemory-lint --consumer research-complete --severity warningBackward compatibility: No UX changes.
@agentic/code/addons/semantic-memory/skills/memory-lint/SKILL.md
When invoked, analyze the research corpus and report on its health:
Scan Corpus Structure
.aiwg/research/sources/.aiwg/research/findings/.aiwg/research/quality-assessments/.aiwg/research/provenance/records/Frontmatter Completeness
PDF Integrity
.aiwg/research/pdfs/ for downloaded paperspdf_hash valuesCross-Reference Integrity
Staleness Check
last_verified > 90 days oldEvidence Gaps
.aiwg/research/TODO.md for planned researchGenerate Health Report
--brief - Show summary only--fix - Attempt to fix frontmatter gaps and regenerate checksums--report - Save report to .aiwg/reports/corpus-health.mddata-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.