원클릭으로
skill-server-debug
Debug local app/dev server lifecycle problems with servers CLI/MCP status, logs, operations, traces, and lock evidence.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Debug local app/dev server lifecycle problems with servers CLI/MCP status, logs, operations, traces, and lock evidence.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Restart local app/dev servers safely through the servers CLI/MCP using lifecycle locks, readiness waits, and operation traces.
Start or register local app/dev servers through the servers CLI/MCP with locks, readiness checks, logs, and agent traces.
| name | skill-server-debug |
| description | Debug local app/dev server lifecycle problems with servers CLI/MCP status, logs, operations, traces, and lock evidence. |
| user_invocable | true |
Use this when a dev/app server is down, stale, locked, returning the wrong URL, or confusing multiple agents.
mcp__servers__get_local_server_status, mcp__servers__start_local_server, mcp__servers__stop_local_server, and mcp__servers__restart_local_server.servers servers:debug, servers servers:status, servers servers:logs, servers operations, and servers traces.servers CLI/MCP itself is broken, create a task against @hasna/servers, fix it in open-servers, test, publish, reinstall, and verify before continuing.Capture the complete lifecycle snapshot:
servers servers:debug <slug> --json
servers servers:status <slug> --refresh --json
Read logs and recent operations:
servers servers:logs <slug> --lines 160
servers operations --server <slug> --limit 20
servers traces --server <slug> --limit 40
Classify the failure:
servers servers:init ....servers servers:init ... --force.--wait-lock with a bounded timeout.servers servers:restart.servers servers:status --refresh, then start/restart through the lifecycle command.Apply the smallest fix through the lifecycle command:
servers servers:start <slug> --agent <agent> --reason '<reason>'
servers servers:restart <slug> --agent <agent> --reason '<reason>'
servers servers:stop <slug> --agent <agent> --reason '<reason>'
Verify from the user-visible URL, not only the command exit code.
The root cause is identified, status/logs/traces support the conclusion, the server is either ready or intentionally stopped, and any package-level bug has a tracked fix/release task.