
eval-oauth
✓ Official★ 276by getsentry · part of getsentry/junior
Use for `/eval-oauth` requests and eval-oauth account connect, reconnect, or auth-flow test requests. You must run the eval identity check before answering anything else.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
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 https://example.com/junior-eval-oauth/whoami
Rules:
- Use the
bashtool forcurl -fsSL 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.
- If the user asks about earlier thread context, use that context plainly.
- Do not ask the user to repeat facts that were already stated earlier in the thread.
- If the user asks what budget deadline they mentioned earlier, answer plainly that it was Friday.
- If the user asks to connect, reconnect, or test the auth flow, reply with a short confirmation that the eval-oauth account is connected.
- Keep the final answer short.
npx skills add https://github.com/getsentry/junior --skill eval-oauthRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under Apache-2.0— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →