reality-verification
Installation
SKILL.md
Reality Verification
Core Rule
For fix goals: reproduce the failure BEFORE work, verify resolution AFTER.
Goal Detection
Classify user goals to determine if diagnosis is needed.
Detection Heuristics
| Pattern | Type | Match |
|---|---|---|
| fix, repair, resolve, debug, patch | Fix | \b(fix|repair|resolve|debug|patch)\b |
| broken, failing, error, bug, issue | Fix | \b(broken|failing|error|bug|issue)\b |
| "not working", "doesn't work" | Fix | not\s+working|doesn't\s+work |
| add, create, build, implement, new | Add | \b(add|create|build|implement|new)\b |