What problem does it solve? Applying code improvements consistently is hard when quality concerns span security, architecture, readability, and testing. This Skill coordinates multiple quality-focused skills in a defined priority order so general improvement requests produce systematic, conflict-free changes. ## Core Features & Use Cases - Multi-skill orchestration: Coordinates security-audit, solid, refactoring, type-safety, testing, and documentation skills in priority order. - Conflict resolution: Resolves contradictory suggestions using a fixed priority of security over architecture over refactoring. - Scoped improvements: Accepts focus constraints such as readability or security to skip irrelevant skill passes. - Use Case: A developer pastes a legacy module and asks to improve it; the Skill runs a security audit first, applies SOLID restructuring, refactors for readability, then summarizes all changes by category. ## Quick Start Ask the agent to improve a specific file or code snippet, optionally stating a focus area such as readability or security.