launch-verify-debug

oleh vercel

Peluncuran verifikasi dan debugging asap jarak jauh untuk vercel-openclaw: preflight, queue ping, ensureRunning, chatCompletions, wakeFromSleep, restorePrepared,…

npx skills add https://github.com/vercel-labs/vercel-openclaw --skill launch-verify-debug

Launch Verify Debug

Use this skill for /api/admin/launch-verify, pnpm smoke:remote, and vclaw create readiness failures.

Evidence First

Collect:

  • Request mode: destructive or read-only, JSON or NDJSON.
  • Full phase payload with secrets redacted.
  • GET /api/admin/preflight and persisted GET /api/admin/launch-verify when available.
  • GET /api/channels/summary for channel readiness.
  • GET /api/admin/logs filtered for launch., preflight., sandbox., gateway., channels..

Phase Splits

Report each phase separately:

  • preflight
  • queuePing
  • ensureRunning
  • chatCompletions
  • wakeFromSleep
  • restorePrepared
  • channelReadiness

Do not collapse ready:false into one root cause. failingChannelIds is the machine-readable channel failure list; warningChannelIds is deprecated.

Fix Boundaries

  • Preflight: src/server/deploy-preflight.ts, src/app/api/admin/preflight/route.ts.
  • Launch verify: src/app/api/admin/launch-verify/route.ts, src/app/api/queues/launch-verify/route.ts.
  • Smoke: src/server/smoke/remote-smoke.ts, src/server/smoke/remote-phases.ts.
  • Restore phase: src/server/sandbox/restore-oracle.ts and lifecycle callers.

Verification

node scripts/verify.mjs --steps=test,typecheck
pnpm smoke:remote --base-url <url> [--destructive] [--auth-cookie "session=..."]
lat check

For live launch fixes, include the terminal launch verification payload and the exact failed phase before/after.

Lebih banyak skill dari vercel

benchmark-sandbox
vercel
Jalankan skenario evaluasi vercel-plugin di Vercel Sandbox, bukan di panel WezTerm lokal. Menyediakan microVM sementara dengan Claude Code + plugin yang sudah terinstal sebelumnya,…
official
emil-design-eng
vercel
Skill ini mengodekan filosofi Emil Kowalski tentang polesan UI, desain komponen, keputusan animasi, dan detail tak terlihat yang membuat perangkat lunak terasa hebat.
official
vercel-react-best-practices
vercel
Panduan optimasi performa React dan Next.js dari Vercel Engineering. Skill ini harus digunakan saat menulis, meninjau, atau merefaktor kode React/Next.js…
official
vercel-react-best-practices
vercel
Panduan optimasi performa React dan Next.js dari Vercel Engineering. Skill ini harus digunakan saat menulis, meninjau, atau merefaktor kode React/Next.js…
official
write-guide
vercel
Hasilkan panduan teknis yang mengajarkan kasus penggunaan dunia nyata melalui contoh-contoh progresif. Konsep diperkenalkan hanya saat pembaca membutuhkannya.
official
release
vercel
Release vercel-plugin — jalankan gates, naikkan versi, hasilkan artefak, commit, dan push. Gunakan saat diminta untuk "release", "ship", "bump and push", atau "cut a release".
official
deepsec
vercel
Jalankan DeepSec terhadap pemeriksaan proyek Vercel dari dev3000. Gunakan untuk pengaturan DeepSec satu klik, bootstrap konteks proyek, pemrosesan awal terbatas, dan…
official
backport-pr
vercel
Melakukan backport pull request Next.js yang sudah digabung dari canary ke cabang rilis sebelumnya seperti next-16-2. Gunakan saat pengguna meminta untuk backport, cherry-pick, atau membuka…
official