원클릭으로
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: