-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Coding-Autopilot-System CI edited this page May 27, 2026
·
2 revisions
Org-level AI autopilot operator for the Coding-Autopilot-System organization. Scans GitHub issues labeled autofix + queued, runs Codex to generate targeted code fixes, and opens pull requests automatically.
| Page | Description |
|---|---|
| Setup Guide | Prerequisites, configuration, first run |
| Architecture | System design, workflows, data flow |
| Configuration Reference | Org variables, secrets, labels |
- A CI failure triggers
autopilot-create-issue.ymlin the failing repo, creating an issue labeledautofix + queued. -
autopilot-operator.ymlruns on schedule on a self-hosted Windows runner, scanning for labeled issues. - For each eligible issue, the operator runs Codex to generate a fix.
- The fix is committed and a pull request is opened in the target repo.
-
autopilot-org-installer.ymlinstalls the intake workflow into opted-in repos org-wide.
- Scope-limited: acts only on
autofix + queuedissues - Skips
riskyandneeds-designlabeled issues - Minimal diffs, no secrets, no destructive operations
- Best-effort verification before PR creation
- Repository
- Live Dashboard
- ci-autopilot - org-level runner health monitoring
- autopilot-demo - demo target repo