Skip to main content
After execution completes, compare the implementation with the approved requirement and plan.
1

Open the Diff Summary

In the workflow run, select Artifacts, then open Diff Summary.
The Diff Summary tab showing the files modified by an Autopilot run.
2

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.
3

Confirm the Result

Review the completed stages and validation output before continuing to the pull request or deployment preview.

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.