simplify
Installation
SKILL.md
Simplify Code
Review recently changed files for:
1. Code Reuse
- Duplicated logic that should be extracted
- Existing utilities that could be used instead
- Patterns that should be consistent
2. Quality
- Unclear variable/function names
- Complex logic that could be simplified
- Missing error handling at boundaries
- Inconsistent patterns