All posts
Product

Introducing PR Failure Agent

Dennis PilarinosDennis Pilarinos·June 25, 2025
Introducing PR Failure Agent

We're releasing our PR Failure Agent (previously known as Autonomous CI Triage) to general availability.

When your CI checks fail, Unblocked will automatically analyze the failure, determine the root cause, and provide clear, actionable feedback directly within your pull request. No more digging through lengthy logs or deciphering cryptic error messages. The PR Failure Agent will tell you exactly what went wrong and how to fix it.

How It Works#

Once enabled, Unblocked monitors your CI runs. When it identifies the root cause of a failure, it posts a triage report as a comment on the pull request.

PR Failure Agent currently supports the following source code management systems:

  • GitHub
  • Bitbucket
  • GitLab

And the following CI platforms:

  • GitHub Actions
  • Bitbucket Pipelines
  • BuildKite
  • CircleCI
  • GitLab Pipelines

Analytics#

With PR Failure Agent enabled, you can find your team’s PR failure trends in the Analytics dashboard:

  • Total number of failure reports over time
  • Repositories with the most CI failures
__wf_reserved_inherit

Getting Started#

To set up PR Failure Agent, you'll need to:

  • Have a supported CI system
  • Add your CI system as a data source
  • Select repositories to enable

See our documentation for details on setting up the PR Failure Agent for your team.