en un clic
pr-checks
// Use when creating a PR or pushing updates to an existing PR. Monitors CI status checks and handles failures.
// Use when creating a PR or pushing updates to an existing PR. Monitors CI status checks and handles failures.
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: