원클릭으로
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