add skill: system-diagnostic — audits index/folder parity, trigger collisions, redundancy, and system health

This commit is contained in:
Connor Rhodes 2026-04-05 14:39:46 -05:00
parent d91eee4806
commit ff03c7d052
2 changed files with 119 additions and 0 deletions

View file

@ -22,6 +22,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "write a business case for a pro dev expense," "professional development business case," "justify a pro dev expense," "pro dev justification" | **pro-dev-justification** |
| "update the skill index," "sync the skill index," "refresh the skill index," "clean up the skill index," "garbage collect the index" | **update-skill-index** |
| "add a task," "create a task," "what's on my plate," "show today's tasks," "mark that done," "delete that task," "what's due," "upcoming tasks" | **vikunja-tasks** |
| "run system diagnostic," "audit my skills," "check system health," "skill audit," "health check" | **system-diagnostic** |
---
@ -81,6 +82,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/vikunja-tasks/SKILL.md`
**Dependencies:** `vik` CLI installed at `$HOME/.local/bin/vik`
### System Diagnostic
**Purpose:** Audits the robot assistant system for consistency and health. Checks index/folder parity, trigger collisions, skill redundancy, AGENTS.md completeness, skill file quality, build log currency, and dependency status.
**Triggers:** "run system diagnostic," "audit my skills," "check system health," "skill audit," "health check"
**File:** `skills/system-diagnostic/SKILL.md`
**Dependencies:** None
---
## Adding New Skills