# code-review-fix > Process to fix bugs found in manual/AI code review. - Author: snake_eyez - Repository: Snake-eyez/netflix_portfolio - Version: 20260127232600 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Snake-eyez/netflix_portfolio - Web: https://mule.run/skillshub/@@Snake-eyez/netflix_portfolio~code-review-fix:20260127232600 --- --- name: code-review-fix description: Process to fix bugs found in manual/AI code review. --- # Goal Systematically fix issues identified in a code review. # When To Use Use this skill when you have a list of issues from a code review that need to be addressed. # Instructions 1. Read the code review feedback and scope. 2. For each fix: understand the issue, implement the fix, and verify. 3. Run validation commands after all fixes are applied. # Constraints - Address issues one by one. - Verify each fix with tests. # Resources - [Code Review Fix Guide](resources/code-review-fix.md)