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