ワンクリックで
ci-status
Check CI status for current branch or PR, show failed job logs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Check CI status for current branch or PR, show failed job logs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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: