원클릭으로
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