en un clic
focus-review
Focus code review on high-risk changes
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Focus code review on high-risk changes
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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
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.
Audit module coupling, cohesion, hidden dependencies, and design smells. Use when conducting architecture reviews, evaluating design decisions, or identifying structural tech debt.
| 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}] |
Review focus for: {{.changed_files}}
# Get structural outline of changed files
omen -f json outline --compact --top 30
# Check blast radius of changed symbols
omen -f json impact --symbol <changed-symbol> --depth 2
# 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
**[PRIORITY]**: file:line
What: Description
Why: Impact
Fix: Suggestion