원클릭으로
ci-watch
Gemini-native per-PR CI monitoring — polls GitHub Actions, auto-fixes introduced failures, and reports state with 2M+ token grounding
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Gemini-native per-PR CI monitoring — polls GitHub Actions, auto-fixes introduced failures, and reports state with 2M+ token grounding
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Gemini-native AI slop detection — scans all repos for AI-generated anti-patterns with 2M+ token grounding
Gemini-native autonomous close-out orchestrator — 20-step pipeline with whole-project grounding and hard gates
Gemini-native morning investigation pipeline — syncs repos, checks infra, and dispatches parallel probes with 2M+ token grounding
Gemini-native self-healing CI pipeline — autonomous fix loop with whole-project grounding
Gemini-native organization-wide CI recovery — scans all open PRs, classifies failures, and applies remediation with 2M+ token grounding
Gemini-native end-of-day reconciliation — snapshot baselines and verify boundaries across all repos with 2M+ token grounding
| name | ci-watch |
| description | Gemini-native per-PR CI monitoring — polls GitHub Actions, auto-fixes introduced failures, and reports state with 2M+ token grounding |
| capability | skill.ci_watch |
| node_name | node_skill_ci_watch_orchestrator |
| dot_color | 208 |
Monitor CI status for a specific pull request, leveraging Gemini's long context to distinguish between introduced and pre-existing failures and providing autonomous repair loops.
gh CLI or the ONEX event bus to monitor CI status checks for a target PR.main) to classify each failing check as PRE-EXISTING or INTRODUCED.ci-fix-pipeline fix agent on the current branch to resolve new failures.main to address existing technical debt without blocking the current PR.passed, capped, timeout).pr_number: GitHub PR number to watch.repo: GitHub repository slug (org/repo).--timeout-minutes: Max wait time for CI.--no-auto-fix: Poll only, don't attempt repairs.