ワンクリックで
bad-env-config
Handle service failures caused by missing or invalid required environment variables.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Handle service failures caused by missing or invalid required environment variables.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Resolve readiness probe failures when startup appears successful but health checks fail.
Diagnose and remediate stale lockfile failures that return HTTP 500 after crashes.
Diagnose and resolve mismatches between expected probe port and actual bind port.
| name | bad-env-config |
| description | Handle service failures caused by missing or invalid required environment variables. |
| triggers | ["bad_env_config","required_api_key","missing env","env config","service3"] |
Applies to: service3 (/service3 endpoint)
Risk Level: MEDIUM
You have MCP tools available. They execute remotely on the server that has Docker access — you do NOT need Docker in your own environment. Just call the tools.
Do this now, in order:
get_all_service_status — confirm service3 is returning HTTP 500diagnose_service3 — confirms REQUIRED_API_KEY is not setfix_service3 — returns instructions for container restart with env var (MEDIUM risk)get_all_service_status — check if fix was appliedNote: fix_service3 may require a container restart with the correct env var. The tool will return instructions. This is the one scenario that may need manual follow-up.
diagnose_service3 confirms the missing env varfix_service3 returns remediation instructions