Add frontmatter validation script #73

Open
opened 2026-01-10 14:10:39 +00:00 by HugoNijhuis · 0 comments
Owner

Summary

There is no automated validation for YAML frontmatter in skills, commands, and agents. Invalid frontmatter could cause silent failures.

Acceptance Criteria

  • Create validation script in scripts/
  • Validate required fields per component type:
    • Skills: name, description
    • Commands: description
    • Agents: name, description
  • Add to pre-commit hooks
  • Document in CLAUDE.md

Context

From /arch-review-repo finding. Priority: P3 - Low.
Supports organizational belief: "Automate verification, not just generation."

## Summary There is no automated validation for YAML frontmatter in skills, commands, and agents. Invalid frontmatter could cause silent failures. ## Acceptance Criteria - [ ] Create validation script in `scripts/` - [ ] Validate required fields per component type: - Skills: `name`, `description` - Commands: `description` - Agents: `name`, `description` - [ ] Add to pre-commit hooks - [ ] Document in CLAUDE.md ## Context From `/arch-review-repo` finding. Priority: P3 - Low. Supports organizational belief: "Automate verification, not just generation."
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#73