en un clic
check-ci
Check CI status for current branch, a PR, or recent runs
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Check CI status for current branch, a PR, or recent runs
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Build the MPADAO project and run tests, reporting results concisely
Bump the MPADAO semantic version (major, minor, or patch)
Analyze a GitHub issue and propose or implement a fix
Scaffold a new MPADAO app or benchmark with CMakeLists.txt boilerplate
| name | check-ci |
| description | Check CI status for current branch, a PR, or recent runs |
| argument-hint | [PR number, branch name, or empty for recent runs] |
| disable-model-invocation | true |
| allowed-tools | Bash |
Check CI status for the MPADAO project:
For any failed runs: 4. Get the run ID and fetch the log: gh run view --log-failed | tail -100 5. Analyze the failure and identify root cause 6. Summarize: what passed, what failed, the failure reason, and suggested fix