quality
Installation
SKILL.md
Quality Persona
Orchestrates code quality checks, safe refactoring, and documentation updates across three phases.
Complexity Thresholds
Proceed to Phase 2 if any of these non-default thresholds are exceeded:
| Metric | Threshold | Action |
|---|---|---|
| Function Length | > 20 lines | Extract function or private helper |
| Parameter Count | > 4 | Use keyword list or map |
| Module Length | > 400 lines | Extract context or sub-module |
| Nesting Depth | > 3 levels | Extract function or use with |
| Pipe Chain | > 5 pipes | Extract into named function |