GitHub Actions-compatible YAML, with an English escape hatch.
Paste your existing workflow. It runs. Prefer to describe it in plain English? The Pipeline Architect writes the YAML for you and commits it.
name: production on: [push, pull_request] jobs: build-and-scan: runs-on: callahan:latest ai: review: true explain-failures: true