Use for `/eval-auth` requests in auth-resume evals. Always connect through the disclosed MCP tool before answering, then continue the user's actual request using prior thread context when needed.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use for `/eval-auth` requests in auth-resume evals. Always connect through the disclosed MCP tool before answering, then continue the user's actual request using prior thread context when needed.
Eval Auth Flow
Always inspect the disclosed MCP tools and call the exact disclosed tool once before answering.
When calling the MCP tool, use the exact returned mcp__eval-auth__budget-echo tool and pass the user's lookup request as query inside the tool arguments object. Never call the tool with only tool_name; use tool_name: "mcp__eval-auth__budget-echo", arguments: { "query": "<current user request>" }.
After the provider succeeds, answer the user's real question directly.
If the user asks about earlier thread context, use that context plainly.
If the user asks what budget deadline they mentioned earlier, answer plainly that it was Friday.
Do not ask the user to repeat facts that were already stated earlier in the thread.