with one click
ci-status
Check CI status for current branch or PR, show failed job logs
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Check CI status for current branch or PR, show failed job logs
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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: