Move check ci procedure to new /check-ci skill#3952
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 42108a28b1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| results with ci-watch, investigate failures, and report. Use when the user | ||
| asks to check, watch, or monitor CI, or to see whether a pipeline passed. | ||
| argument-hint: "[--commit <ref> | --pipeline <id>] [--list-jobs]" | ||
| allowed-tools: Bash Read Grep Glob Agent TaskCreate TaskUpdate TaskStop |
There was a problem hiding this comment.
Auto-approve the required completion notification tool
When /check-ci is used for unattended CI monitoring in the default permission mode, the final notification step can stall on an approval prompt because the skill explicitly requires mcp__speak_when_done__speak after ci-watch exits but this allowlist only pre-approves Bash/read/search/task tools. Include the mcp__speak_when_done__speak MCP tool here so the skill can actually speak the completion/failure result without waiting for user input at the end of a long run.
Useful? React with 👍 / 👎.
|
42108a2 to
78a30ec
Compare
78a30ec to
758fa7b
Compare
Description
Reviewer checklist