quality-update
Installation
SKILL.md
Quality Update - Incremental Implementation
Systematically implement code quality improvements from the review document, making tested, atomic commits for each fix.
Process Overview
- Read the quality review from
docs/quality_review.md - Prioritize improvements (start with Quick Wins, then High Priority)
- Implement fixes incrementally (one logical change at a time)
- Run tests after each change to ensure nothing breaks
- Make atomic commits that capture the change and its purpose
- Update review document to track progress