開発
#testing
deploy
Enforces local testing before any deployment. MUST be used before running vercel, git push, or any deployment command. Prevents deploying untested code.
DeepseekModel
キュレーション済みスキル
品質 良好 · 48
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=chakshugautam-games-claude-skills-deploy-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name deploy description Enforces local testing before any deployment. MUST be used before running vercel, git push, or any deployment command. Prevents deploying untested code. Deploy Skill NEVER deploy without completing ALL steps below. Required Workflow Before ANY deployment (vercel, git push to main, etc.): 1. Build Locally pnpm build Must complete with zero errors Check output for warnings 2. Start Local Dev Server pnpm dev Server must start successfully 3. Test in Browser Open the local URL in Chrome DevTools MCP Test ALL changed functionality manually: Click buttons, verify they work Test keyboard input if applicable Submit forms, verify responses Check for console errors 4. Verify Tests Pass (if tests exist) pnpm test 5. Only Then Deploy After ALL above steps pass: vercel --prod Rules NO SHORTCUTS - Every step must be completed NO ASSUMPTIONS - "It worked before" is not verification TEST AFTER CHANGES - Any code change requires re-testing LOCAL FIRST - Never deploy to see if something works Common Mistakes to Avoid Deploying immediately after build without browser testing Assuming dependency changes don't break anything Skipping keyboard/interaction testing Deploying to "check if it works on Vercel" When User Says "Deploy" Ask: "Have you verified locally? Let me run through the checklist." Run build Start dev server Test in browser via Chrome DevTools MCP Only after confirming everything works, deploy
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |