← Back to list

ca-lobby-vercel-deployment
by Ingramml
⭐ 0🍴 0📅 Oct 25, 2025
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
Score
Total Score
45/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon