بنقرة واحدة
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 المهني
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")'