launch-verify-debug

作成者: vercel

Vercel-OpenClaw向けの起動検証とリモートスモークデバッグ:プリフライト、キュー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.

vercelのその他のスキル

benchmark-sandbox
vercel
Vercel Sandbox上でvercel-pluginの評価シナリオを実行し、ローカルのWezTermパネルの代わりに使用します。Claude Codeとプラグインがプリインストールされた一時的なマイクロVMをプロビジョニングします…
official
emil-design-eng
vercel
このスキルは、Emil KowalskiのUIポリッシュ、コンポーネントデザイン、アニメーションの決定、そしてソフトウェアを素晴らしいものにする目に見えない細部に関する哲学をエンコードしています。
official
vercel-react-best-practices
vercel
Vercel EngineeringによるReactおよびNext.jsのパフォーマンス最適化ガイドライン。このスキルは、React/Next.jsのコードを記述、レビュー、またはリファクタリングする際に使用すべきものです。
official
vercel-react-best-practices
vercel
Vercel EngineeringによるReactおよびNext.jsのパフォーマンス最適化ガイドライン。このスキルは、React/Next.jsのコードを記述、レビュー、またはリファクタリングする際に使用すべきものです。
official
write-guide
vercel
現実世界のユースケースを段階的な例を通じて教える技術ガイドを作成します。概念は読者が必要とするタイミングでのみ導入されます。
official
release
vercel
Vercelプラグインをリリース — ゲートを実行し、バージョンを上げ、アーティファクトを生成し、コミットしてプッシュします。「リリースして」「出荷して」「バージョンを上げてプッシュして」または「リリースを切って」と依頼されたときに使用します。
official
deepsec
vercel
dev3000からチェックアウトしたVercelプロジェクトに対してDeepSecを実行します。ワンクリックDeepSecセットアップ、プロジェクトコンテキストのブートストラップ、制限付きの初回パス処理などに使用します。
official
backport-pr
vercel
マージされたNext.jsのプルリクエストをcanaryからnext-16-2などの以前のリリースブランチにバックポートします。ユーザーがバックポート、チェリーピック、またはオープンを依頼した場合に使用します…
official