# Independent Review

> Incorporate feedback from an independent code reviewer to improve your solution. The reviewer is a different agent that analyzed your work.

- Skill: `benchflow-ai/independent-review` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add benchflow-ai/independent-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/benchflow-ai/independent-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: benchflow-ai (https://skillmd.com/u/benchflow-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/benchflow-ai/independent-review

---


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

