PatchPatrol Docs
Get Started

First Review Output

Find the generated PatchPatrol artifacts, understand the high-level result, and decide what to do next.

First Review Output

Supported public path: GitLab artifact-first

Treat the generated artifacts as the source of truth for the first successful review.

Where to look first

ArtifactWhat it is forStart here when
ai-review.mdHuman-readable summary of the run, findings, and overall resultYou want the fastest read of the outcome
ai-review.jsonMachine-readable review payload with the same run data in structured formYou need structured details for triage or automation

Go to the completed review job in GitLab and open the artifact list under .ai-review/.

Example: when to stay in ai-review.md and when to open ai-review.json

Sanitized side-by-side example of ai-review.md and ai-review.json inspection

Use this rule of thumb:

  • Stay in ai-review.md when you want the fastest human summary, top issues, and overall outcome.
  • Move to ai-review.json when you need exact metadata such as meta.limits, meta.provider_runtime, meta.trust_gate, or meta.feedback.delivery.

What it means

The first successful review means more than “the job turned green.” It means:

  • The review completed on the supported GitLab artifact-first path.
  • The expected artifacts were written and can be opened.
  • Your team can read the high-level result in ai-review.md and confirm whether follow-up is needed.

Use ai-review.md to understand the headline outcome, then move to ai-review.json only when you need the structured representation of the same review.

If your team is building integrations, continue with the Artifacts & schema reference.

For version and release awareness, use Release and versioning.

What to do next

Once you can find and interpret the artifacts, choose the next supported step:

  • Stay artifact-first if the team is still validating the basic workflow.
  • Continue to Feedback modes when you are ready to compare artifact-only output with optional MR delivery.
  • Use Reference or Troubleshooting if you need deeper follow-on guidance.

Next step: Feedback modes

On this page