ワンクリックで
copilot-auto-routing-mode
自动在 YOLO 与马拉松模式间分流。先评估任务风险、复杂度、跨会话需求,再选择执行引擎;运行中支持升级/降级切换。适用于用户要求“自动分流”“智能选择模式”“按风险自动切换”。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
自动在 YOLO 与马拉松模式间分流。先评估任务风险、复杂度、跨会话需求,再选择执行引擎;运行中支持升级/降级切换。适用于用户要求“自动分流”“智能选择模式”“按风险自动切换”。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate production-quality Dify workflow DSL/YAML files with precise node schemas from Pydantic source models. Covers all 22+ node types for Dify v1.12+.
Build, edit, and diagnose Dify workflow DSL files. Use when creating workflows, modifying nodes/edges, validating structure, troubleshooting runtime failures (empty URL, invalid variables, branch deadlock, chat_http!=200), and designing robust LLM automation with error handling.
白底等线学术 PPT 生成器。适用于开题、中期、答辩等场景的 极简学术汇报幻灯片。设计原则:白底黑字、等线字体、零装饰、 左文右图双栏布局。触发词:白底/学术PPT/等线/DengXian/ 左文右图/开题风格/白底黑字/无装饰PPT/学术汇报版/答辩白底版。
Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.
优先检索建筑设计网站(ArchDaily、gooood、有方/Archiposition),并输出结构化结果。适用于用户提到 archdaily、gooood、有方、建筑案例网络检索、建筑设计网站检索、案例外网补充检索等场景。
Extracts full text from book PDFs (no page limit) and generates or updates the 核心概念 (core concepts) section in book _框架.md files. Use when the user asks to extract core concepts from books, to use full book text for concept extraction, or to improve or populate the 核心概念 section in books/ framework files.
| name | copilot-auto-routing-mode |
| description | 自动在 YOLO 与马拉松模式间分流。先评估任务风险、复杂度、跨会话需求,再选择执行引擎;运行中支持升级/降级切换。适用于用户要求“自动分流”“智能选择模式”“按风险自动切换”。 |
在同一任务中自动选择最合适的执行模式:
本模式作为路由层,依赖以下两个 Skill:
copilot-yolo-modecopilot-near-marathon-mode若任一 Skill 缺失:
以下任一表达触发:
risk_score: 低=0,中=1,高=2complexity_score: 低=0,中=1,高=2continuity_score: 否=0,是=2audit_score: 否=0,是=1total = risk_score + complexity_score + continuity_score + audit_score
total <= 2 且无高风险:YOLO3 <= total <= 4:默认 YOLO,要求一次确认total >= 5 或存在高风险或跨会话:马拉松[自动分流结果]
目标:<一句话>
评分:risk=<0-2> complexity=<0-2> continuity=<0/2> audit=<0/1> total=<n>
选中模式:<YOLO/马拉松>
原因:<一句话>
可切换:回复“强制YOLO”或“强制马拉松”
若用户强制指定模式:
动作:
动作:
[模式切换]
从:<YOLO/马拉松>
到:<马拉松/YOLO>
原因:<触发条件>
当前进度:<已完成批次>
下一步:<切换后第一批动作>