hunt
SolidFinds root cause of errors, crashes, unexpected behavior, and failing tests before applying any fix. Not for code review or new features.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- 0xUrsanomics
- Repository
- 0xUrsanomics/utopia-os
- Created
- 5 days ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
hunt
Finds root cause before applying fixes for errors, crashes, regressions, failing tests, broken behavior, and screenshot-reported defects. Use when users report in any language errors, crashes, broken behavior, regressions, failing tests, screenshot evidence, or something that used to work and now fails. Not for code review or new features.
hunt-defect
Run a bug to ground — reproduce it, state a falsifiable hypothesis before touching code, isolate the cause, fix the cause, and leave a test that fails without the fix.
debugging
Find the root cause of a bug with a hypothesis-driven loop instead of guess-and-patch. Use when something fails, crashes, or behaves wrongly and the cause is not yet known.