> ## Documentation Index
> Fetch the complete documentation index at: https://docs.revolte.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Review Code Changes

> Inspect the files changed by an Autopilot run before accepting the result.

After execution completes, compare the implementation with the approved requirement and plan.

<Steps>
  <Step title="Open the Diff Summary">
    In the workflow run, select **Artifacts**, then open **Diff Summary**.

    <Frame>
      <img src="https://mintcdn.com/poddle-54594c3d/q0Rk3K5lGk3vHIWm/image-v2/agent/dev-agent/dev-agent-10.png?fit=max&auto=format&n=q0Rk3K5lGk3vHIWm&q=85&s=673f66842be3464bc4061b2ba8a4391b" alt="The Diff Summary tab showing the files modified by an Autopilot run." width="1720" height="750" data-path="image-v2/agent/dev-agent/dev-agent-10.png" />
    </Frame>
  </Step>

  <Step title="Inspect Every Changed File">
    Review modified, created, and deleted files. Check that each change is required by the ticket and follows the repository's existing patterns.
  </Step>

  <Step title="Confirm the Result">
    Review the completed stages and validation output before continuing to the pull request or deployment preview.
  </Step>
</Steps>

## Verification Checklist

* [ ] All modified lines follow project code standards.
* [ ] Automated tests pass cleanly.
* [ ] No extraneous file changes or unused imports were introduced.
* [ ] The implementation satisfies the Jira ticket or original request.
