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
- Switch to Plan mode
- Share the file paths or git diff you want reviewed
- Ask specific questions about code quality, security, or performance
- Review the agent's analysis and suggestions
- Switch to Build mode to implement approved changes