What it unlocks
Deploys and PRs in context
Agents can read recent deploys, merges, and commit history. RCAs cite the deploy that correlates with an incident when the evidence points that way.
Pull requests as a remediation surface
For IaC and GitOps repos, agents can open PRs with the proposed change. Your review, your merge, your pipeline.
Issue tracking
Agents can create, read, and update issues linked to insights and RCA reports.
Evidence, not source
The integration reads metadata and diffs. Source code is not ingested or stored.
Connect it
Once connected, GitHub is available tenant-wide. Every agent across every environment can use it without additional per-environment setup.
How the agents use it
- During RCA, agents walk recent deploys and merges to the affected service as candidate causes, citing them as evidence.
- For IaC and GitOps-managed infrastructure, soft remediations are proposed as pull requests against the relevant repo. See Safety and Guardrails for the full approval model.
- Chat can answer questions like “what changed in payments before this spike” by walking the deploy and PR history.
Build custom workflows with skills
Out of the box, the integration exposes read and PR-open capabilities to agents. To program specific workflows (auto-open a PR with a suggested config fix, weekly changelog digest, service-to-repo mapping rules), build a Skill on top of the connection. Skills are where you program RubixKube to behave the way your team needs.Troubleshooting
Agents cannot see a repo
Agents cannot see a repo
The GitHub App is installed per-organisation with repo-level access. Open your organisation’s GitHub → Settings → Installations → RubixKube and add the repo to the allowed list.
PR proposals fail
PR proposals fail
Check that the target repo is included in the write scope. Reads work with a narrower scope than writes, so a repo can be readable without being writable.
Related guides
GitLab
Equivalent integration for GitLab-hosted repos and CI.
Skills
How to compose GitHub tools into custom workflows.
Safety and Guardrails
Why PR-based remediation is the preferred path.