此技能可自動為 Vercel 和 Netlify 設定部署配置、整合 Google Analytics 或 Vercel Analytics,並診斷環境設定。它指導使用者完成部署工作流程,而不會執行任意程式碼。
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "deploy". Deploy my project to Vercel
Resultado esperado:
- Checking project type: Next.js application
- Generating vercel.json configuration
- Step 1: Run npx vercel to link project
- Step 2: Configure environment variables in Vercel dashboard
- Step 3: GitHub Actions will auto-deploy on push to main
A utilizar "deploy". Add Google Analytics to my project
Resultado esperado:
- Detected framework: React with Next.js
- Installing @vercel/analytics package
- Adding analytics component to root layout
- Configuration complete - data will appear in Vercel dashboard
A utilizar "deploy". Check my environment
Resultado esperado:
- Checking required tools: Git, Node.js, npm
- Verifying configuration files exist
- Checking workflow documentation files
- Environment ready for deployment tasks
Auditoria de Segurança
SeguroThis is a documentation-only skill providing workflow guidance. All 25 static findings are FALSE POSITIVES - the scanner misinterpreted YAML frontmatter as cryptographic patterns, Markdown inline code formatting (backticks) as shell execution, and legitimate JSON metadata as C2/network indicators. No executable code, scripts, or command execution logic exists. The skill only generates human-readable configuration guidance.
Fatores de risco
⚙️ Comandos externos (7)
🌐 Acesso à rede (2)
Pontuação de qualidade
O Que Você Pode Construir
部署 Web 應用程式
為 Next.js、React 或靜態網站配置 Vercel 或 Netlify,實現自動化預覽部署。
新增分析追蹤
設定 Google Analytics 或 Vercel Analytics 以追蹤頁面瀏覽、事件和使用者行為。
診斷環境問題
檢查缺少的工具、無效的配置,並在發布前驗證部署就緒狀態。
Tente Estes Prompts
將我的專案部署到 Vercel。設定自動部署和拉取請求的預覽網址。
在我的 Next.js 專案中新增 Google Analytics 4。配置頁面瀏覽追蹤和轉換事件。
為我的靜態網站設定 Netlify 部署。包含環境變數和分支部署。
檢查我的環境是否已準備好部署。缺少哪些工具和配置?
Melhores Práticas
- 在套用更改之前審查產生的配置文件
- 對敏感憑證使用環境變數,切勿硬編碼
- 在合併到生產分支之前測試預覽部署
Evitar
- 在不審查生成配置的情況下執行部署指令
- 在生產發布前跳過環境健康檢查
- 在未設定適當的分析追蹤以獲取業務指標的情況下部署