Audit: repair broken OKF example link and enforce resource-link validation #94

Closed
opened 2026-07-11 09:18:41 -04:00 by magnus · 0 comments
Owner

Finding

open-knowledge-format/SKILL.md links to datasets/sales.md in its example dataset list, but that file does not exist relative to the skill root. The adjacent absolute /tables orders and customers links are example output paths rather than bundled resources, so the broken relative link is especially misleading because it appears navigable.

Acceptance criteria

  • Replace datasets/sales.md with a real bundled file, correct it to the intended destination, or mark it clearly as an illustrative path.
  • Validate every relative Markdown link in SKILL.md files during CI, excluding anchors and external URLs.
  • Report missing relative links with skill path and target.
## Finding open-knowledge-format/SKILL.md links to datasets/sales.md in its example dataset list, but that file does not exist relative to the skill root. The adjacent absolute /tables orders and customers links are example output paths rather than bundled resources, so the broken relative link is especially misleading because it appears navigable. ## Acceptance criteria - Replace datasets/sales.md with a real bundled file, correct it to the intended destination, or mark it clearly as an illustrative path. - Validate every relative Markdown link in SKILL.md files during CI, excluding anchors and external URLs. - Report missing relative links with skill path and target.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
magnus/agent-skills#94
No description provided.