# code-quality-review - Author: Syed Nauman Navaid - Repository: NaumanNavaid/Todo-app-phase-2-and-3 - Version: 20260209212213 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/NaumanNavaid/Todo-app-phase-2-and-3 - Web: https://mule.run/skillshub/@@NaumanNavaid/Todo-app-phase-2-and-3~code-quality-review:20260209212213 --- # Skill: Code Quality & Review ## Purpose Ensure generated code is clean, readable, and maintainable. ## Review Checklist - Clear naming - Simple logic - No duplication - Handles edge cases - Readable structure ## Refactoring Rules - Prefer clarity over cleverness - Remove unnecessary abstractions - Reduce nesting where possible ## Quality Standards - Code should be understandable by another developer - Avoid premature optimization - Keep functions small and focused ## Forbidden - Over-engineering - Unused code - Clever but unreadable solutions