Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →监控 GitHub Actions CI 并跟踪完成。「PR 检查状态?」「CI 结果」「测试通过了吗?」「构建成功?」等触发。
.claude/skills/wasabeef-github-actions-ci-155825/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 9% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 14% | 0% |
监控 GitHub Actions CI 状态,并跟踪到完成。
bash# 检查 CI 状态 gh pr checks
bash# PR 创建后的 CI 确认 gh pr create --title "新功能添加" --body "说明" gh pr checks
bash# CI 确认到修复的流程 gh pr checks "分析 CI 检查结果,如有失败项目请提出修复方案" # 修复后的再确认 git push origin feature-branch gh pr checks "确认修复后的 CI 结果,确保没有问题"
textAll checks were successful 0 cancelled, 0 failing, 8 successful, 3 skipped, and 0 pending checks NAME DESCRIPTION ELAPSED URL ○ Build/test (pull_request) 5m20s https://github.com/user/repo/actions/runs/123456789 ○ Build/lint (pull_request) 2m15s https://github.com/user/repo/actions/runs/123456789 ○ Security/scan (pull_request) 1m30s https://github.com/user/repo/actions/runs/123456789 ○ Type Check (pull_request) 45s https://github.com/user/repo/actions/runs/123456789 ○ Commit Messages (pull_request) 12s https://github.com/user/repo/actions/runs/123456789 - Deploy Preview (pull_request) https://github.com/user/repo/actions/runs/123456789 - Visual Test (pull_request) https://github.com/user/repo/actions/runs/123456789
gh pr checksOther measured skills in the registry, with their headline benchmark lift.