con un clic
ci-status
Check CI status for current branch or PR, show failed job logs
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Check CI status for current branch or PR, show failed job logs
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Release flutter_gemma — bump versions, optionally re-publish native prebuilts (iOS/macOS/Linux/Windows/Android dylibs) to GitHub Release, update SHA256 checksums in hook/build.dart, publish to pub.dev
Create a calendar event.
Get the user's current local date, time, and day of the week.
Generates a QR code for the given url.
Comprehensive PR review for flutter_gemma. Runs 10 specialized reviewers in parallel (4 platform-specific + 6 general). Use when reviewing PRs or before merging.
Realign the genkit_flutter_gemma / genkit_hybrid packages when flutter_gemma's core API changes — discover changes, fix compilation, support new features, update fakes/tests, bump version. Monorepo-aware.
| name | ci-status |
| description | Check CI status for current branch or PR, show failed job logs |
Determine target:
gh pr list --head $(git branch --show-current) --json number -q '.[0].number'gh run list --branch $(git branch --show-current) --limit 3Show check status:
gh pr checks <PR_NUMBER>
If any checks failed, show failed logs:
gh run view <RUN_ID> --log-failed 2>&1 | tail -80
Summarize: