一键导入
find-bugs
Locate likely bug locations in code
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Locate likely bug locations in code
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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")'
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.