让LLM按维度自动切换分析策略:SmartInspector 的 Prompt Skill 系统项目地址:github.com/mufans/AppS…SmartInspector 的分析流水线包含三个 LLM Agent:perf_analyzer(性能分析)、attributor(源码归因)、frame_analyzer(帧级分析)。最初每个 Agent 只有一个固定的 system prompt,写在一对 .txt 文件里。比如 attributor 的 prompt 定义了 SI$ 标签的解析规则、源码搜索策略(Glob→Grep→Read)等。