timps_pipeline_healer
Identify why a CI/CD pipeline failed and generate a minimal diff to make it pass, applying targeted fixes such as cache adjustments, image upgrades, secret injection, or retry policy updates.
Instructions
Read a failing CI/CD run and produce a minimal diff to make it green: cache tweaks, image bumps, secret injection, retry policies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Plain-English task or context for the agent. | |
| language | No | Primary programming language (default: python). | python |