一键导入
swe-bench-lite
Quick-start command to run SWE-bench Lite evaluation with sensible defaults.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick-start command to run SWE-bench Lite evaluation with sensible defaults.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | swe-bench-lite |
| description | 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 versions