← スキル一覧に戻る

ca-lobby-vercel-deployment
by Ingramml
⭐ 0🍴 0📅 2025年10月25日
SKILL.md
name: CA Lobby Vercel Deployment description: Vercel deployment workflow for CA Lobby React app with Clerk auth and BigQuery backend. Use when deploying CA Lobby, troubleshooting Vercel, or user says "deploy". Ensures proper configuration and verification. extends: generic-skills/cloud-deployment version: 1.0.0
CA Lobby Vercel Deployment
CA Lobby Configuration
Cloud Provider: Vercel
Build Command: npm run build
Deployment Config: vercel.json
Framework: React (Create React App)
Required Environment Variables
Clerk Authentication
REACT_APP_CLERK_PUBLISHABLE_KEY- Clerk public key
BigQuery (Optional - for backend mode)
GOOGLE_APPLICATION_CREDENTIALS- BigQuery credentials
Mode Configuration
REACT_APP_USE_BACKEND_API- Demo mode flag (default: false)
CA Lobby Pre-Deployment Checklist
- All tests passing (
npm test) - Build succeeds locally (
npm run build) - Demo mode functional (default mode)
- Clerk authentication configured
- Environment variables set in Vercel dashboard
- No console.log in production code
- Bundle size acceptable (<500KB)
Deployment Verification
- Application loads successfully
- Clerk authentication works
- Demo data displays correctly
- Search functionality works
- Organization profiles accessible
- Navigation functional
- No console errors
Changelog
Version 1.0.0 (2025-10-20)
- Initial CA Lobby implementation
- Vercel-specific configuration
- Clerk + demo mode verification
End of Skill
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です