What problem does it solve?
After deterministic consolidation of a context wiki, quality issues like contradictory claims, stale priorities, and near-duplicate pages can accumulate undetected. This Skill performs a semantic review pass to surface and fix those problems.
Core Features & Use Cases
- Signal-driven review: Reads recent
wiki-miss: lines from git log --merges to prioritize which areas of the wiki need attention.
- Semantic quality checks: Detects contradictory active claims, unsupported conclusions, repeated low-value activity, stale priorities, near-duplicate subjects, and concepts lacking an owning page.
- Safe conflict handling: Fixes issues supported by evidence, marks unresolved conflicts as
**Disagreement:** entries, and records remaining work in a run summary.
- Use Case: After a batch of automated wiki consolidations, run this health check to catch contradictions and gaps the deterministic tooling cannot detect, then verify with
scripts/lint and scripts/lint --report.
Quick Start
Run a health check on the context wiki using recent wiki-miss signals from the git merge history and fix any supported issues.