一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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".
| 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)