一键导入
pr-checks
Use when creating a PR or pushing updates to an existing PR. Monitors CI status checks and handles failures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating a PR or pushing updates to an existing PR. Monitors CI status checks and handles failures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Load before any git commit, git push, PR creation, or PR editing in ~/vercel/* repositories. Load this skill as a prerequisite, not an afterthought.
Git worktree management via the `wt` CLI. Use when asked to create worktrees, switch branches for parallel work, list worktrees, clean up old branches, or merge worktree branches. Triggers on "worktree", "worktrunk", "wt", "create branch", "new branch", "switch branch", "parallel branch".
Interact with Linear project management to search issues, create/update tickets, view projects, teams, and cycles. Use when managing tasks, tracking work, or querying Linear data.
| name | pr-checks |
| description | Use when creating a PR or pushing updates to an existing PR. Monitors CI status checks and handles failures. |
After creating a PR or pushing updates to an existing PR, you MUST monitor status checks and attempt to fix failures.
gh pr checks <PR_NUMBER> --watchgh pr checks output (the URL contains it, or use --json)gh run view <RUN_ID> --log-failed# Watch all checks until they finish
gh pr checks <PR_NUMBER> --watch
# Exit immediately on first failure
gh pr checks <PR_NUMBER> --watch --fail-fast
# View only the failed step logs
gh run view <RUN_ID> --log-failed
# View a specific job's full log
gh run view --job <JOB_ID> --log
Attempt a fix when:
Escalate to the user when: