with one click
routing-explainer
路由决策解释器。当用户请求包含 --explain-routing、解释路由、debug routing 等关键词时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
路由决策解释器。当用户请求包含 --explain-routing、解释路由、debug routing 等关键词时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Personalized writing assistant with style transfer, error memory, grammar checking, and long-term writing preferences. Use when users ask for writing polishing, style mimicry, iterative correction, bilingual grammar checks, or persistent writing preferences by domain.
Academic paper AI content detection and rewriting assistant. Analyzes text for AI-generated characteristics, provides detailed rewrite suggestions. Supports .docx files, outputs reports and rewritten documents. Bilingual: Chinese & English.
解释代码、回答技术问题或概念问答时使用。直接给出答案,不启动开发流程。
评估系统架构、平台设计或高层结构时使用。输出风险检查清单。
Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.
Autonomous multi-round research review loop. Repeatedly reviews via Codex MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.
| name | routing-explainer |
| description | 路由决策解释器。当用户请求包含 --explain-routing、解释路由、debug routing 等关键词时使用。 |
用于解释处理请求前的路由决策,便于用户审查和优化流程。
--explain-routing、解释路由、debug routing 等关键词## 路由决策
### 1. 快速路径检查
| 条件 | 结果 | 说明 |
|------|------|------|
| 操作简单(单文件/≤10行) | ✓/✗ | ... |
| 无风险(无鉴权/外部输入) | ✓/✗ | ... |
| 需求明确 | ✓/✗ | ... |
| 无依赖 | ✓/✗ | ... |
| **结论** | 走快速路径/标准流程 | ... |
### 2. 技能匹配
- **匹配信号**:[关键词/模式]
- **匹配技能**:`[skill-name]`
- **匹配依据**:[引用 frontmatter 描述或触发条件]
### 3. Superpowers
- **必选**:`superpowers:using-superpowers`
- **调用**:`superpowers:[name]`(或跳过)
- **原因**:[为何需要/跳过]
### 4. Agent 协作
- **Agent**:`[agent-name]`(或无)
- **原因**:[为何需要/跳过]
### 5. 后续流水线
[主技能完成后将执行的步骤]
rules/ 具体条文