一键导入
student-run-experiment
Execute experiments reproducibly and publish usable results instead of private logs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute experiments reproducibly and publish usable results instead of private logs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Supervisor overlay for calling, steering, and closing meetings.
Shared handoff protocol for cross-agent requests, artifact transfer, blockers, and escalation.
Shared Research task board protocol for task state, review gates, artifact linkage, and escalation.
Shared group-meeting protocol covering phases, artifact locations, and readiness rules.
Write conference-style paper reviews over full review packets.
Audit rigor, fairness, and missing evidence in paper-review packets.
| name | student-run-experiment |
| description | Execute experiments reproducibly and publish usable results instead of private logs. |
Execute an experiment according to a published experiment plan, ensuring reproducibility and proper logging.
{artifact_dir}/{student}/experiment_plan_{id}.mdworkspace/{artifact_dir}/{your-name}/experiment_results_{id}.md{artifact_dir}/{your-name}/support/{id}/bash ../../scripts/lab-kanban.sh -caller <your-name> -submit -id <ID> -artifacts "..."Before running, verify:
requirements.txt or environment.yml)# Experiment Results: {title}
## Setup
- **Plan**: {artifact_dir}/{student}/experiment_plan_{id}.md
- **Code snapshot**: {artifact_dir}/{your-name}/support/{id}/code/
- **Environment**: Python X.Y, PyTorch X.Y, CUDA X.Y
- **Hardware**: GPU type, count
- **Seeds**: [42, 123, 456]
- **Git hash**: ...
## Results
### Main Results
| Method | Metric1 | Metric2 | Metric3 |
|---|---|---|---|
### Ablation Results
| Variant | Metric1 | Metric2 |
|---|---|---|
## Analysis
Key observations and interpretation.
## Figures
- `figures/main_comparison.png`
- `figures/ablation.png`
## Logs
- `{artifact_dir}/{your-name}/support/{id}/run_001.log`
## Issues
Any problems encountered during execution.
question