Fix the findings from the QA review: $ARGUMENTS
If no specific review is mentioned, look for the most recent review in docs/reviews/.
Follow these steps:
- •Read the review report in
docs/reviews/ - •Read your MEMORY.md for context on past fixes
- •Address findings in priority order: 🔴 Critical first, then 🟡 Warnings
- •For each finding: a. Understand the root cause b. Implement the fix c. Add/update tests to prevent recurrence d. Document what changed and why
- •Scan for dead code after all fixes
- •Update CHANGELOG.md
- •Update TECH_DEBT.md if any debt was resolved
- •Update your MEMORY.md with patterns learned
- •Prepare a fix report summarizing all changes for QA re-verification