con un clic
find-bugs
Locate likely bug locations in code
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Locate likely bug locations in code
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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")'