Code Quality Systematic code improvement through review, refactoring, and debugging with verification gates. Module Selection | Need | Module | Reference | |------|--------|-----------| | Receive Feedback | Review | | | Request Review | Review | | | Verify Before Claim | Review | | | Reduce Complexity | Refactoring | | | Functional Patterns | Refactoring | | | Find Code Smells | Refactoring | | | Test Strategies | Refactoring | | | Investigate Bugs | Debugging | | | Trace Root Cause | Debugging | | | Add Validation | Debugging | | | Verify Fix | Debugging | | --- Core Principles YAGNI, KISS,…