| name | independent-review |
| description | Incorporate feedback from an independent code reviewer to improve your solution. The reviewer is a different agent that analyzed your work. |
Independent Review Skill
When an independent reviewer provides feedback on your code, incorporate it effectively.
Process
- Read the reviewer's feedback carefully
- Identify each specific issue raised
- Fix only what the reviewer flagged — don't refactor unrelated code
- If the reviewer says the code is correct, don't make unnecessary changes
- Verify your fixes address each point
When reviewer finds bugs
- Fix each bug the reviewer identified
- Add edge case handling if reviewer pointed out missing cases
- Test mentally that the fix resolves the specific issue
When reviewer approves
- Acknowledge the positive review
- Do NOT introduce unnecessary changes to working code
- "If it ain't broke, don't fix it"