Check Vercel deployment status and fetch build logs on failure
git branch --show-currentThe user provided: $ARGUMENTS
Check the current Vercel deployment status:
Run:
gh pr checks <branch-or-pr-number>
If all checks pass:
If checks are pending:
/deploy-status again shortlyIf any check failed:
gh pr checks <branch> --json name,state,description,targetUrl to get the Vercel deployment URLDeployment Status: <branch> (PR #<number>)
─────────────────────────────────
Check Name Status
─────────────────────────────────
Vercel Preview pass/fail/pending
Backup Workflow pass/fail/pending
...
─────────────────────────────────
[If failed] Error details: ...
[If failed] Vercel logs: <dashboard-url>