Independent Review

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

benchflow-ai Updated 6 repo stars

File contents

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"

benchflow-ai/benchflow/tree/main/benchmarks/followup-bench commit f58b35683d

Frequently asked questions

npx skillmds@latest add benchflow-ai/independent-review