add system-diagnostic skill

This commit is contained in:
Connor Rhodes 2026-04-05 14:41:57 -05:00
parent ff03c7d052
commit fdebdb7217
2 changed files with 10 additions and 9 deletions

View file

@ -55,17 +55,10 @@ For each `SKILL.md`, verify:
- [ ] Has `description` frontmatter field (this is the primary trigger mechanism — missing or vague descriptions cause skills to not fire)
- [ ] Body has at least minimal instructions (not just a stub)
### 6. Build Log Currency
- Check which videos are logged in `skills/_build-log.md`
- Note any skills that exist but have no corresponding build log entry
- Flag if the log appears to be missing entries (e.g., a skill exists with no record of when or why it was built)
### 7. Dependencies Check
### 6. Dependencies Check
For any skill that lists dependencies (tools, CLIs, MCP connectors):
- Note whether those dependencies are confirmed available or still pending
- Flag anything that's listed as "TBD" or "future" and has been that way for a while
- Note whether those dependencies are confirmed available
---