一键导入
whats-next
Analyze current benchmark state and recommend what to work on next. Triggers on whats next, what should I do, next steps, prioritize work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze current benchmark state and recommend what to work on next. Triggers on whats next, what should I do, next steps, prioritize work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | whats-next |
| description | Analyze current benchmark state and recommend what to work on next. Triggers on whats next, what should I do, next steps, prioritize work. |
| user-invocable | true |
Analyze the current state of benchmark runs and recommend the highest-value next action.
cd ~/CodeScaleBench && python3 scripts/aggregate_status.py --gap-analysis --format json
cd ~/CodeScaleBench && python3 scripts/compare_configs.py --format json
Based on the data, present recommendations using ALL applicable scenarios below. Always check for gaps first.
If gap_analysis.total_missing > 0, this is the highest priority — we can't analyze what doesn't exist.
*_3config.sh script to run, or specific rerun commandsReport:
Priority 1: Infrastructure errors (token refresh, API errors) These block everything. Fix first.
python3 scripts/rerun_failed.py --filter token_refresh_403
Priority 2: All-fail tasks (adapter/verifier bugs) These are broken everywhere — fixing helps all configs.
/triage-failure <task>Priority 3: Divergent tasks (some configs pass, some fail) These reveal MCP signal but are lower priority to fix.
Priority 4: Config-specific failures
After paired_rerun batches finish (BL + SF on same VM), recommend analysis:
/mcp-audit to analyze MCP usage patterns and reward/time deltas/reextract-metrics if any extraction bugs were recently fixedAfter changes to extract_task_metrics.py or csb_metrics/extractors.py:
/reextract-metrics to batch-update all task_metrics.json filespython3 scripts/generate_manifest.py/mcp-audit, /evaluate-traces) with corrected dataGreat state. Recommend:
/compare-configs for divergence analysis/mcp-audit for MCP-conditioned reward/time analysis/generate-reportShow exactly what's blocking and how to fix it:
Format the output as:
## Current State
X tasks total: Y passing, Z failed, W errored, V running
Gap: N missing task runs (of M expected)
## Recommended Actions (in priority order)
1. **[CRITICAL]** Run missing SG_full tasks (77 task runs needed)
→ SG_full has 0 valid runs for 10 suites after DS-compromised archival
→ Ensure DS retry preamble is deployed in claude_baseline_agent.py
→ Run: `./configs/locobench_3config.sh` (25 missing)
→ Run: `./configs/swebenchpro_3config.sh` (36 missing)
→ ...
2. **[HIGH]** Fix infrastructure errors (N tasks blocked)
→ ...
3. **[MEDIUM]** Fill baseline/SG_full gaps (N tasks)
→ SWE-bench Pro baseline: 12 missing (protonmail, internetarchive, etc.)
→ ...
4. **[LOW]** Investigate divergent tasks
→ ...
The user can then say:
/triage-failure/quick-rerun/compare-configs/mcp-audit for MCP-conditioned analysis/reextract-metrics after extraction fixes/watch-benchmarks for updated status/evaluate-traces for comprehensive auditArchive old completed benchmark runs to save disk space and speed up scans. Triggers on archive runs, clean up runs, disk space, old runs.
Audit benchmark suites against ABC framework (Task/Outcome/Reporting validity). Checks instruction quality, verifier correctness, reproducibility. Triggers on benchmark audit, audit benchmark, abc audit, task validity.
Verify infrastructure readiness before launching benchmark runs — tokens, Docker, disk, credentials. Triggers on check infra, infrastructure check, ready to run, pre-run check.
Compare benchmark results across agent configurations (baseline, SG_full). Show where configs diverge. Triggers on compare configs, config comparison, which config wins, MCP impact.
Token and cost analysis per run, suite, and config. Shows most expensive tasks and config cost comparison. Triggers on cost report, how much did it cost, token usage, spending.
Generate the aggregate CSB evaluation report from completed Harbor runs. Triggers on generate report, eval report, ccb report, benchmark report.