원클릭으로
ci-watch
Poll GitHub Actions CI status for allcodex-aio, allknower, and allcodex-portal until all jobs complete or fail. Shows failed job logs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Poll GitHub Actions CI status for allcodex-aio, allknower, and allcodex-portal until all jobs complete or fail. Shows failed job logs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Audit Dependabot alerts and open PRs across allcodex-aio, allknower, and allcodex-portal. Reports severity breakdown and recommends merge order.
Use when verifying the full monorepo typechecks and unit tests pass before committing or merging to dev or main. Runs all three services sequentially from the parent repo root.
Use when bumping one or all submodule SHAs in the allcodex-aio parent repo after work is merged to a submodule's dev branch. Invoke with a submodule name or "all".
SOC 직업 분류 기준
| name | ci-watch |
| description | Poll GitHub Actions CI status for allcodex-aio, allknower, and allcodex-portal until all jobs complete or fail. Shows failed job logs. |
Monitor CI runs across all 3 repos on the current branch.
Detect current branch:
git branch --show-current
List latest run for each repo:
gh run list --repo ThunderRonin/allcodex-aio --branch <branch> --limit 1 --json databaseId,status,conclusion,name,createdAt
gh run list --repo ThunderRonin/allknower --branch <branch> --limit 1 --json databaseId,status,conclusion,name,createdAt
gh run list --repo ThunderRonin/allcodex-portal --branch <branch> --limit 1 --json databaseId,status,conclusion,name,createdAt
If any run has status: "in_progress", wait 30s and re-check (max 10 iterations)
For each completed run, report status:
gh run view <id> --repo <repo> --log-failed | tail -40Summary table at end:
| Repo | Job | Status | Duration |
migrate deploy step usually mean schema drifttsc --noEmit && vitest run — no Playwright in CI (separate workflow)