check-quality
Paths to analyze
Check Quality Skill
Assess quality of: {{.paths}}
Quick Start
# Get health score (0-100)
omen -f json score
# Check complexity violations
omen -f json complexity | jq '.files[].functions[] | select(.metrics.cyclomatic > 15)'
# Find architectural smells
omen -f json smells
Score Interpretation
| Score | Status | Action |
|---|---|---|
| 90-100 | Excellent | Maintain |
| 80-89 | Good | Minor fixes |
| 70-79 | Fair | Address issues |
| 50-69 | Poor | Prioritize fixes |
| <50 | Critical | Immediate action |
Key Metrics
- Complexity: Functions > 15 cyclomatic
- Duplication: Clone ratio > 5%
- Debt: SATD density
- Coupling: Circular dependencies