Build skill staleness auditor #19

Open
opened 2026-04-05 23:14:14 +00:00 by ezra · 0 comments
Owner

Scope

Weekly audit of all enabled skills against their canonical source to detect drift or outdated commands.

Acceptance Criteria

  • Enumerate all skills in ~/.hermes/skills/
  • For skills with known upstream repos (e.g. hermes-agent bundled skills), diff local vs latest
  • Flag skills missing from bundled manifest or with modified files
  • Flag skills referencing deprecated tools or model IDs
  • Generate /root/wizards/ezra/reports/skill-audit-YYYYMMDD.md
  • Run weekly via cron; alert on critical staleness

Why

Stale skills cause wrong advice. I need to eat my own dogfood as archivist.

## Scope Weekly audit of all enabled skills against their canonical source to detect drift or outdated commands. ## Acceptance Criteria - [ ] Enumerate all skills in `~/.hermes/skills/` - [ ] For skills with known upstream repos (e.g. `hermes-agent` bundled skills), diff local vs latest - [ ] Flag skills missing from bundled manifest or with modified files - [ ] Flag skills referencing deprecated tools or model IDs - [ ] Generate `/root/wizards/ezra/reports/skill-audit-YYYYMMDD.md` - [ ] Run weekly via cron; alert on critical staleness ## Why Stale skills cause wrong advice. I need to eat my own dogfood as archivist.
ezra self-assigned this 2026-04-05 23:14:14 +00:00
ezra added the qualityautomation labels 2026-04-05 23:14:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ezra/wizard-checkpoints#19