| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
communication diagnosis skill Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !53 merge diagnosis into master communication diagnosis skill Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 1. 修改描述 修改原因:新增基于Profiling数据的通信问题分析能力 修改内容: skills目录下新增ascend-communication-analysis,包括SKILL.md和scripts/下的分析脚本 ## 2. 功能验证 [x] 功能自验 输入Prompt:请帮我分析/path/to/profiling中的通信问题  See merge request: Ascend/msagent!53 | 24 天前 | |
communication diagnosis skill Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !53 merge diagnosis into master communication diagnosis skill Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 1. 修改描述 修改原因:新增基于Profiling数据的通信问题分析能力 修改内容: skills目录下新增ascend-communication-analysis,包括SKILL.md和scripts/下的分析脚本 ## 2. 功能验证 [x] 功能自验 输入Prompt:请帮我分析/path/to/profiling中的通信问题  See merge request: Ascend/msagent!53 | 24 天前 | |
update skill readme & refactor skill names Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !103 merge skill_readme into master update skill readme & refactor skill names Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 修改描述 **修改原因:** 统一 Skill 命名规范为 kebab-case(ascend- 前缀 + 连字符),避免下划线和大写带来的歧义,提升跨 Agent 互操作性;同时补充完整的接入指南和 Skill 分类索引,降低用户集成门槛。 **修改描述:** 1. 4 个 Skill 重命名: - mindstudio_profiler_data_check → ascend-profiler-data-validation - ascend_pytorch_profiler_db_explorer → ascend-profiler-db-explorer - cluster-fast-slow-rank-detector → ascend-cluster-fast-slow-rank-detector - msprof-analyze-cli → ascend-msprof-analyze-cli 涉及 skills/ 目录名、SKILL.md 内 name 字段、Agent 配置 Profiler.yml、Prompt Profiler.md、设计文档、测试文件(test_catalog_interfaces.py、test_initializer_runtime_context.py、test_renderer_welcome.py)中所有引用。 2. 新增 docs/zh/user_guide/integration-guide.md — Trae IDE 实操接入指南,覆盖 Skill 安装、MCP 配置、msprof-analyze 安装等完整流程。 3. 重写 skills/README.md — 从简单列表升级为按分类(性能/精度/量化/算子/文档审查)组织的 Skill 索引,补充 npx skills 和手动拷贝两种安装方式,以及 /add-skill 等交互命令说明。 4. build-and-package.md 补充构建步骤注释 — 添加 pip install uv、test -d skills、uv lock --check 的步骤说明。 5. 新增 docs/zh/figures/ 截图 — 4 张 Trae IDE 实操截图。 6. msagent_design.md 格式修复 — 修正列表项缩进(-- → -)和中文引号('' → "")。 See merge request: Ascend/msagent!103 | 2 天前 |