Files
oikos/.agents/skills/docs-lint/SKILL.md
dtoro ebe1b95acf
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
ci / web (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled
sync AGENTS.md tool list with MCP server (63 tools); fix 7 stale references in .agents/
2026-08-09 00:04:58 +02:00

1.1 KiB

name, risk_class, inputs, verification, docs_update_checklist
name risk_class inputs verification docs_update_checklist
docs-lint read_only
paths
python3 .agents/skills/docs-lint/lint.py

Docs lint

Check committed documentation against the mechanical rules in writing-style.md: banned vocabulary and broken relative markdown links. Prose-voice rules are not machine-checkable — those stay a review responsibility.

Run from the repo root:

python3 .agents/skills/docs-lint/lint.py            # default: knowledge/ .agents/ operations/ investigations/ plans/
python3 .agents/skills/docs-lint/lint.py archive/knowledge/containers/104-gitea.md

Exit code is non-zero when any violation is found, so it can gate a commit. The banned-vocabulary list mirrors writing-style.md; update both together if the standard changes.

Known baseline. archive/knowledge/containers/101-jellyfin.md links into a sibling repo (devops/homelab-authentik-admin) that this checkout does not contain — expected, not a bug. Any other broken link is a real regression; investigate before dismissing it as baseline noise.