Skip to content

Add a built-in /review command for AI review of local changes #9606

@captainsafia

Description

@captainsafia

Summary

Add a built-in /review command in Agent input that reviews local uncommitted changes and returns AI-generated code review feedback.

Problem

Warp has a Code Review panel for inspecting and managing diffs, but there is not a documented built-in /review command that asks the Agent to review the current working tree. Users who want AI-generated feedback on their uncommitted changes need to manually prompt for it, attach diffs as context, or create their own reusable skill. A built-in command would make this workflow discoverable and save regular manual review time.

Reproduction steps or desired workflow

  1. Open Warp in a Git-indexed repository with uncommitted local changes.
  2. Type /review in Agent input.
  3. Warp gathers the relevant local diff, ideally defaulting to uncommitted changes in the current working tree.
  4. The Agent returns concise review feedback, prioritizing high-value issues such as logic bugs, security concerns, performance problems, simplicity, reuse, and maintainability.
  5. The user can inspect the feedback and choose which suggestions to apply or discuss further.

Artifacts

None attached

Warp version

Unknown

Operating system

macOS

Possible source references

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:code-reviewGit diff views, review UI, review comments, and PR-focused agent flows.enhancementNew feature or request.in-app-feedbackFeedback items sourced from in-app feedback flows.ready-to-specThe issue is ready for a product and technical spec.repro:highThe report includes enough evidence that the issue appears highly reproducible.triage-reviewedtriagedIssue has received an initial automated triage pass.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions