Skip to content

Copy Fix Prompt, diagnose and fix failures with any AI coding agent

New feature

You can now copy a failure-diagnosing prompt directly from the CircleCI UI and paste it into your preferred AI coding agent. Select the wrench icon on a failing workflow and choose Copy Fix Prompt to copy a ready-to-use prompt to your clipboard. Paste it into any AI coding tool to diagnose the failure and get a fix.

image The prompt uses the CircleCI CLI command circleci run get <run-id> –failure-report to pull failure context. If the CLI is not installed, the prompt guides your agent through installation first.