用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GavinGreenwood/agentic-workflow-template --skill nightly-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
User-invoked only. Action reviews on all of _your_ open PRs, looping until everything is merged or blocked
User-invoked only. Switch to main and pull latest, then delete the finished feature branch. Does not merge anything — use `pr` for that. Checks for uncommitted changes and whether the branch was pushed before deleting.
Role adapter only. On-demand strategic advisor running on a more capable model. Consult before committing to a consequential decision — a non-trivial design choice, a risky refactor, an ambiguous tradeoff, or when the executor is stuck. It advises; it does not edit. Invoke it deliberately, not every turn.
正在显示 SKILL.md
| name | nightly-check |
| description | User-invoked only. Triage scheduled CI runs: flake vs regression vs config vs infra |
| disable-model-invocation | true |
Review the most recent nightly workflow runs for this repo, diagnose any failures, and action them.
Use the gh CLI to fetch scheduled workflow runs for this repo. Look at the last 7 days of nightly (schedule-triggered) runs.
gh run list --event schedule --limit 30 --json databaseId,displayTitle,status,conclusion,createdAt,headSha,workflowName
Filter to runs from the last 7 days. For each run, note:
List every failed nightly run. For each failure:
gh run view <run-id> --json jobsgh run view <run-id> --log-failedCategorise each failure as one of:
Print a table:
| Pipeline | Date | Status | Job | Category | Root cause (1 line) |
|----------|------|--------|-----|----------|---------------------|
If all nightly runs are passing, output: "✅ All nightly runs passing — nothing to action." and stop.
These are actionable. For each one:
.agents/skills/capture/SKILL.md to log it, then read and follow .agents/skills/pickup/SKILL.md with the new ticket key to start work.Flag to the user. These are not fixable via code — they need infra investigation. Note the pipeline number and affected jobs so the user can escalate.
Summarise what was found and what was actioned: