independent-review · git:20260420.eb5b1af · 2026-04-20 · sha256 71538c88739bf808

independent-review git:20260420.eb5b1afA

Immutable. This exact content is served forever at /api/v1/blob/71538c88739bf808.

---
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

1. Read the reviewer's feedback carefully
2. Identify each specific issue raised
3. Fix only what the reviewer flagged — don't refactor unrelated code
4. If the reviewer says the code is correct, don't make unnecessary changes
5. 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"