okf-lint
Installation
SKILL.md
OKF Lint
okf-lint is a Go-based CLI consumer skill that validates an OKF bundle and gates CI
with its exit code. It is deterministic and read-only — no LLM, no mutation — and
shares its bundle scanner with okf-viz coverage (both call okf-go's ScanBundle).
When to Use
Use this skill to:
- Validate that a bundle conforms to the OKF spec (frontmatter rules, concept
type). - Gate a build/publish step on documentation quality (broken links, enrichment %).
- Catch regressions in CI before a bundle is ingested or shared.
It complements skills-ref validate (which checks a skill's SKILL.md frontmatter):
okf-lint validates the bundle's own concept documents.