| name | focus-review |
| description | Focus code review on high-risk changes |
| usage | /focus-review <changed-files> |
| arguments | [{"name":"changed_files","description":"Files to review","required":true}] |
Focus Review Skill
Review focus for: {{.changed_files}}
Quick Start
omen -f json outline --compact --top 30
omen -f json impact --symbol <changed-symbol> --depth 2
omen -p "{{.changed_files}}" -f json defect
omen -p "{{.changed_files}}" -f json complexity
omen -p "{{.changed_files}}" -f json satd
Review Checklist
Comment Format
**[PRIORITY]**: file:line
What: Description
Why: Impact
Fix: Suggestion