1
Open the Diff Summary
In the workflow run, select Artifacts, then open Diff Summary.

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.