/check - Code Quality Inspection
OMC Integration
This skill delegates to the OMC ultraqa skill.
Execution
python
Skill(skill="oh-my-claudecode:ultraqa", args="code quality inspection")
QA Cycle
- •Run tests
- •Fix on failure
- •Repeat until passing
Direct Execution (optional)
bash
# Lint ruff check src/ --fix # Test pytest tests/ -v