
eval-mcp
✓ Official★ 276by getsentry · part of getsentry/junior
Use for `/eval-mcp` requests that need the eval MCP handbook lookup.
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 MCP Lookup
-
Always inspect the disclosed MCP tools and call the exact disclosed handbook search tool before answering.
-
Use the exact returned
mcp__eval-mcp__handbook-searchtool and pass the user's lookup request asqueryinside the toolargumentsobject. Never call the tool with onlytool_name; usetool_name: "mcp__eval-mcp__handbook-search", arguments: { "query": "<current lookup request>" }. -
Answer from the MCP result. Keep the final answer short.
npx skills add https://github.com/getsentry/junior --skill eval-mcpRun 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 →