-
Notifications
You must be signed in to change notification settings - Fork 7
Ci Status
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Show a CI/CD health table for one or more repositories — failing workflows, long-running jobs, and flaky tests with historical context.
- Morning check to spot failing CI before starting work
- Before merging a PR to confirm all checks are green
- Investigating why the build is taking longer than usual
- Finding tests that have been flaky over the past week
In GitHub Copilot Chat:
/ci-status owner/repo
With multiple repos or an org:
/ci-status owner/repo-1 owner/repo-2
/ci-status org:myorg
- Query workflow runs — Fetches recent workflow runs (default: last 24 hours) for each repo
- Classify health — Green / Yellow / Red per workflow based on run history
- Flag issues — Failing, long-running (30-min threshold), and flaky (3+ failures in 7 days)
- Render table — Per-repo, per-workflow summary with age of failure and most recent run
| Status | Criteria |
|---|---|
| Green ✅ | All recent runs passed |
| Yellow |
Degraded — some passes, some failures; or slow |
| Red ❌ | Last run failed |
| Flaky 🔀 | 3 or more failures in last 7 days with passes in between |
| Signal | Threshold |
|---|---|
| Long-running job | 30+ minutes |
| Flaky detection | 3+ failures in 7 days, with at least 1 passing run |
| Stale CI date | Last run more than 7 days ago |
CI Status — owner/repo (last 24 hours)
────────────────────────────────────────
Workflow Branch Status Duration Last run
────────────────── ──────── ────── ──────── ────────────
build-and-test main ✅ 4m 22s 2 hours ago
build-and-test feature/a ❌ 3m 48s 1 hour ago → E2E tests
lint main ✅ 1m 10s 2 hours ago
deploy-preview main ⚠️ 34m 00s 3 hours ago → Slow build
security-scan main 🔀 2m 15s 5 hours ago → 4 fails in 7d
When a flaky workflow is detected, the agent lists the specific failing tests and dates:
🔀 Flaky: security-scan (4 failures in 7 days)
Feb 20: FAILED — CVE scan timed out
Feb 18: passed
Feb 17: FAILED — same CVE scan timeout
Feb 15: passed
Feb 14: FAILED
/ci-status owner/repo # Default 24-hour view
/ci-status owner/repo last 7 days # Extended window
/ci-status owner/repo failing only # Only show red/flaky
/ci-status org:myorg # All org repos
| Agent | Role |
|---|---|
| daily-briefing agent | Executes this prompt |
- daily-briefing — full briefing including CI status
- security-dashboard — security alert focus
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide