focus-review

Files to review

Focus Review Skill

Review focus for: {{.changed_files}}

Quick Start

# Check risk of changed files
omen -p "{{.changed_files}}" -f json defect

# Check complexity
omen -p "{{.changed_files}}" -f json complexity

# Check for new debt
omen -p "{{.changed_files}}" -f json satd

Review Checklist

  • Files with defect prob > 0.7: Extra scrutiny
  • Functions with cyclomatic > 15: Simplification needed
  • New HACK/FIXME: Justification required
  • Orphaned code: Remove

Comment Format

**[PRIORITY]**: file:line
What: Description
Why: Impact
Fix: Suggestion