with one click
find-bugs
Locate likely bug locations in code
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Locate likely bug locations in code
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Analyze blast radius before changing specific files. Use before refactoring core components, making breaking API changes, or modifying shared code to identify affected files and stakeholders.
Get complexity and debt metrics before editing code
Focus code review on high-risk changes
Generate onboarding guide with key symbols, architecture overview, and subject matter experts. Use when joining a new project, onboarding teammates, or creating project documentation.
Identify highest-ROI refactoring targets
Analyze a repository and generate an intelligent omen.toml with project-specific defaults. Use when starting Omen in a new project.
| name | find-bugs |
| description | Locate likely bug locations in code |
| usage | /find-bugs [path] |
| arguments | [{"name":"paths","description":"Paths to analyze","required":false,"default":"."}] |
Hunt for bugs in: {{.paths}}
# Get high-risk files (threshold 0.8 = high risk)
omen -f json defect --risk-threshold 0.8
# Find hotspots
omen -f json hotspot --days 30
# Check for explicit markers
omen -f json satd | jq '.items[] | select(.category == "defect")'