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:

  1. Validate that a bundle conforms to the OKF spec (frontmatter rules, concept type).
  2. Gate a build/publish step on documentation quality (broken links, enrichment %).
  3. 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.

How to Use

Lint a bundle

Installs
10
GitHub Stars
34
First Seen
Jun 30, 2026
okf-lint — xsavikx/okf-skills