بنقرة واحدة
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