knowledge-schema-audit

Installation
SKILL.md

Knowledge Schema Audit

Runtime Context

Before acting, resolve <knowledge_dir> using the runtime bootstrap rules, then read <knowledge_dir>/.workflow/runtime.md and <knowledge_dir>/.workflow/manifest.yml; do not assume non-default workflow paths or default ids.

Use this skill to inspect non-task knowledge schema quality. This skill is read-only.

Workflow

  1. Read <knowledge_dir>/.workflow/schemas/common.md.
  2. Read relevant area schemas under <knowledge_dir>/.workflow/schemas/.
  3. Scan <knowledge_dir>/**/*.md.
  4. Exclude workflow infrastructure: <knowledge_dir>/.workflow/** and <knowledge_dir>/.feedback/**.
  5. Exclude delivery surfaces: <knowledge_dir>/tasks/** and <knowledge_dir>/planning/KANBAN.md; task metadata, readiness, dependencies, and Kanban consistency belong to task-metadata-audit.
  6. Exclude local-only state: <knowledge_dir>/workspace/*/local/**.
  7. Parse frontmatter, filenames, links, and localized-file suffixes.
  8. Compare each document to the relevant area schema.
  9. Report findings and dry-run fixes without editing files.
Installs
15
GitHub Stars
2
First Seen
May 27, 2026
knowledge-schema-audit — choral-io/choral-skills