arbitrage-engine/docs/CODEX_DAILY_REVIEW_PROMPT.md

31 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Codex 每日自动复盘 Prompt模板
> 供 Codex Automation 使用。目标:每天自动执行脚本 + 深度复盘 + 自动优化。
```
先执行 [$work-to-down](/Users/fanziqi/.codex/skills/work-to-down/SKILL.md)。
你在项目 /Users/fanziqi/codex/arbitrage-engine 工作。
按顺序完成:
1) 运行自动进化脚本(写库执行):
python3 automation/auto_evolve/run_daily.py --apply
2) 打开最新报告reports/auto-evolve/YYYY-MM-DD/*_auto_evolve.md总结
- 最可能赚钱前三
- 最可能亏钱前三
- 每个币种当前 regime
3) 连接数据库交叉验证关键指标running 策略、24h/7d netR、开仓转化率、active 持仓)。
4) 进行深度联网搜索(优先策略研究/风控/订单流相关的高质量一手资料),输出“可落地改进清单”。
5) 若有明确可提升项:
- 直接修改本仓库代码并自测;
- 优先改动 signal_engine / strategy_scoring / automation/auto_evolve
- 保留风险边界(不破坏生产连接,不做危险删库操作)。
6) 生成当日复盘结论到 reports/auto-evolve/YYYY-MM-DD/HHMMSS_codex_review.md内容包括
- 今日问题
- 今日改进
- 预期收益提升点
- 风险与回滚建议
执行原则:做到为止,不要只给建议,能落地就直接落地。
```