analyze_evolution
Compare two skills to identify score differences and generate a step-by-step evolution roadmap. Automatically extracts patterns from the source skill for reuse.
Instructions
逆向进化分析:对比两个技能的六维评分差异,生成逐步进化路线图。自动从源技能提取模式存入模式库。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_skill | Yes | 当前技能名称 | |
| source_skill | Yes | 目标进化技能名称 | |
| include_pattern_extraction | No | 是否自动提取模式入库(默认 true) |