Quick-start command to run SWE-bench Lite evaluation with sensible defaults.
This skill provides a streamlined way to run the SWE-bench Lite benchmark with pre-configured defaults.
This skill runs a quick SWE-bench Lite evaluation with:
results.jsonreport.mdBefore running, verify:
Docker is running:
docker ps
API key is set:
echo $ANTHROPIC_API_KEY
Config file exists:
mcpbr.yaml in the current directorymcpbr init to generate itThe default command for SWE-bench Lite:
mcpbr run -c mcpbr.yaml --dataset SWE-bench/SWE-bench_Lite -n 5 -v -o results.json -r report.md
Users can customize the run by modifying:
-n 5 to any number (or remove for full dataset)-c mcpbr.yaml to point to a different config-vv for very verbose outputresults.json and report.md to different pathsmcpbr run -c mcpbr.yaml -n 1 -v
mcpbr run -c mcpbr.yaml --dataset SWE-bench/SWE-bench_Lite -v -o results.json
mcpbr run -c mcpbr.yaml -n 5 -M -v -o results.json
mcpbr run -c mcpbr.yaml -t astropy__astropy-12907 -t django__django-11099 -v
For 5 tasks with default settings:
export ANTHROPIC_API_KEY="sk-ant-..."mcpbr init to generate default config{workdir} placeholder is in the args arrayOnce complete, you'll have:
Review the results to see how your MCP server performed compared to the baseline!
-n 1 to verify everything works before running larger evaluations--log-dir logs/ to save detailed per-task logs for debugging--baseline-results baseline.json to detect regressions between versionsSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer