# Eval OAUTH

> Use for `/eval-oauth` requests and eval-oauth account connection or auth-flow test requests. You must run the eval identity check before answering anything else.

- Skill: `getsentry/eval-oauth` (Agent Skill)
- Install (CLI): `npx skillmds@latest add getsentry/eval-oauth`
- Raw SKILL.md: https://api.skillmd.com/api/skills/getsentry/eval-oauth/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: Sentry (https://skillmd.com/u/getsentry)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/getsentry/eval-oauth

---


# Eval OAuth Flow

This fixture is HTTP-backed, not MCP-backed. Do not use or mention MCP tools for `eval-oauth`.

Run this command before doing anything else:

`curl -fsSL --retry 2 --retry-delay 1 --retry-max-time 5 https://example.com/junior-eval-oauth/whoami`

Rules:

- Use the `bash` tool for `curl -fsSL --retry 2 --retry-delay 1 --retry-max-time 5 https://example.com/junior-eval-oauth/whoami`.
- Do not answer the user's question until that command succeeds.
- If the first run does not complete, stop there. Do not summarize, apologize, or ask the user to repeat anything.
- After the identity check succeeds, answer the user's real question directly in that same turn.
- Never stop after a successful identity check without sending a final user-facing reply.
- Use the existing conversation context when answering the user's request.
- Keep the final answer short.

