GitHub Ops
Your GitHub operations center. Monitors repos for PRs, issues, and CI status. Builds triage dashboards and alerts on failures.
Category: Development
Heartbeat: Every 15 minutes
Skills: github-ops, pr-review
What this agent does
- Connects to your GitHub account via the Capabilities panel
- Fetches open PRs and issues to build a triage dashboard
- Tracks PR review status with a CRUD API on canvas
- Alerts immediately on CI failures on the main branch
- Flags stale PRs (open >2 days with no review)
- Sends alerts via connected channels (Slack, Discord, etc.)
Canvas dashboard
The GitHub Ops agent builds a PR review queue with:
- KPIs — open PRs, open issues, CI status
- PR table — repo, title, author, age, CI status
- Issues table — recent issues with labels and assignees
Heartbeat behavior
On each heartbeat cycle (every 15 minutes), the agent:
- Checks CI status on the main branch for each configured repo
- Lists new PRs since last check
- Flags PRs with no reviewer assigned or older than 2 days
- Checks for new issues labeled critical or urgent
- Compiles a daily digest of all activity
Alert priorities
- CI failures on main — immediate alert
- Security advisories — immediate alert
- Critical/urgent issues — immediate alert
- Stale PRs — included in daily digest
- New releases — included in daily digest
Recommended integrations
- GitHub (required) — for repo access
- Slack — for team alerts and PR notifications
Customization ideas
- "Watch my 3 main repos and alert me on any CI failure"
- "Send a daily PR review digest to our #engineering Slack channel"
- "Flag any issue labeled
securityas urgent" - "Track which team members have the most open PRs"