Code Reviews with Plan

Use Plan mode to perform thorough code reviews without the risk of accidental modifications.

Why use Plan for code review?

Plan mode is read-only, so you can safely review any codebase. The agent can analyze diffs, check for common issues, suggest improvements, and verify best practices — all without touching a single file.

Review workflow

  1. Switch to Plan mode
  2. Share the file paths or git diff you want reviewed
  3. Ask specific questions about code quality, security, or performance
  4. Review the agent's analysis and suggestions
  5. Switch to Build mode to implement approved changes