Loading...
Loading...
This skill monitors PR CI checks by polling GitHub status until completion or timeout. Use when the user requests to check CI status, wait for CI to pass, monitor PR checks, or verify build status. Applicable for queries like "check my CI", "wait for CI to pass", "is my PR green", or "monitor CI checks".
npx skill4agent add majesticlabs-dev/majestic-marketplace check-cicheck_ci.shbash scripts/check_ci.sh [PR_NUMBER] [INTERVAL] [TIMEOUT]PR_NUMBERINTERVALTIMEOUT# Auto-detect PR from current branch
bash scripts/check_ci.sh
# Monitor specific PR #123
bash scripts/check_ci.sh 123
# Custom interval (30s) and timeout (15 min)
bash scripts/check_ci.sh 123 30 900check_ci.sh [PR] [interval] [longer_timeout]## CI Polling Results for PR #[number]
### Final Status
[✅ All checks passed / ❌ Checks failed / ⏰ Polling timed out]
### Polling Summary
- Duration: [time]
- Final state: [description]
- Specific failures: [if applicable]
### Next Steps
[Specific actions based on results]ghgh pr viewghgh pr checks