Pull Request已成功合入, 合并人@ascend-robot
(感谢 blian 的贡献)变更摘要
本 PR 是 skills 拆分收尾工作(相对 trunk/dev 新增 677 行、43 个文件),聚焦工作流/规范/性能类 skill 的增强、元数据更新与旧布局清理。核心内容包括:为 auto-optimization、code-standards、dev-workflow、markdown-lint、mindie-sd-community-governance、parallelism-strategy、performance-analysis、performance-optimization、profiling-collection 共 9 个 skill 新增 evals/evals.json 评估用例;删除已被新 skill 承接的 performance-evaluation/**(含 validate_results.py)与 model-verification/** 旧布局;同步更新 .agents/README.md(技能总览/数据流/目录结构)与 AGENTS.md(skill 路由规则),并完善 dev-workflow、code-standards、markdown-lint、mindie-sd-community-governance、parallelism-strategy 等规范类及 performance-analysis、performance-optimization、profiling-collection、auto-optimization 等性能类 skill 的 SKILL.md 与参考文档。各 evals/evals.json 均采用 skill_name + evals(prompt/expected_output/expectations)结构,用于校验技能路由、采集参数、分析流程与优化方案选择等关键行为。
主要改动
- 新增 9 个 skill 的
evals/evals.json评估集: 为auto-optimization、code-standards、dev-workflow、markdown-lint、mindie-sd-community-governance、parallelism-strategy、performance-analysis、performance-optimization、profiling-collection各新增 2~3 条评估用例,覆盖闭环流程(采集→分析→选方案→复验)、Test-First开发流程、commit/PR 治理规范、MD040 修复、通信掩盖等场景,并将warmup ≥5/10 步、3% 噪声阈值、compare_traces.py、[Type][Scope]Summary等关键约定固化为可验证的期望输出。 - 删除旧
performance-evaluationskill 的validate_results.py: 移除对config.json必需字段、iteration_*.log区块及 results 目录结构进行校验的脚本(167 行),该 skill 已由framework-integration/profiling-collection/performance-analysis承接。 - 更新
.agents/README.md与AGENTS.md元数据: 技能总览、数据流与目录结构随 skill 增删同步刷新,AGENTS.md的 skill 路由规则更新以匹配新增/删除后的技能布局。 - 工作流/规范类 skill 增强: 新增
dev-workflow(含ascend-ops/cross-platform/rework-lessons参考,删除已迁走的pattern-dev.md)、code-standards、markdown-lint、mindie-sd-community-governance、parallelism-strategy的SKILL.md与配套文档。 - 性能类 skill 增强与旧布局清理: 新增
performance-analysis(含analysis_workflow/capability-matrix/heuristics/operator-catalog)、performance-optimization、profiling-collection、auto-optimization文档,并删除performance-evaluation/**与model-verification/**(由dummy-run-dev承接)旧目录。


- ⚠️ PR 代码变更未包含测试用例(变更文件路径中均不包含 test 或 ut),请确认已经备注原因!
请修正后重新提交,或联系仓库管理员。


Thanks for your pull-request.
The full list of commands accepted by me can be found at here.
You can get sig-info at here.
You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/MindIE-SD | ✅ changetheway, weixin_44144262 (2/2) | ✅ weixin_44144262 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
blian, thanks for your pull request. All authors of the commits have signed the CLA. 👍


ascend docs pipeline is running...


❌ 文档门禁未通过!
| 检查项 | 检查结果 | 详情 |
|---|---|---|
| markdownlint | ✅ 已通过 | 查看详情 |
| link-validity-check | ❌ 未通过 | 查看详情 |
| resource-existence-check | ✅ 已通过 | 查看详情 |
| tag-closed-check | ✅ 已通过 | 查看详情 |
💡 本次检查出 4 项错误,详情内容如下:
| 序号 | 错误详情 |
|---|---|
| 1 | [文件路径]:.agents/README.md [检查类型]:link-validity-check [错误位置]:第 65 行 [错误信息]:本地路径链接无法访问 [错误内容]: skills/aclgraph-dev/SKILL.md |
| 2 | [文件路径]:.agents/README.md [检查类型]:link-validity-check [错误位置]:第 66 行 [错误信息]:本地路径链接无法访问 [错误内容]: skills/operator-dev/SKILL.md |
| 3 | [文件路径]:.agents/README.md [检查类型]:link-validity-check [错误位置]:第 72 行 [错误信息]:本地路径链接无法访问 [错误内容]: skills/dummy-run-dev/SKILL.md |
| 4 | [文件路径]:.agents/README.md [检查类型]:link-validity-check [错误位置]:第 74 行 [错误信息]:本地路径链接无法访问 [错误内容]: skills/framework-integration/SKILL.md |


| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_linux_x86_abi1 | ✅ | >>> |
| Build_linux_arm_abi1 | ✅ | >>> | |
| Build_linux_arm_abi0 | ✅ | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_linux_arm | ✅ | >>> |
| 流水线 | PR-pipeline_MindIE-SD_gitcode | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


/lgtm


/approve


需要修复CI合入


compile


/docs-retest


ascend docs pipeline is running...


ascend docs pipeline is running...


❌ 文档门禁未通过!
| 检查项 | 检查结果 | 详情 |
|---|---|---|
| markdownlint | ✅ 已通过 | 查看详情 |
| link-validity-check | ❌ 未通过 | 查看详情 |
| resource-existence-check | ✅ 已通过 | 查看详情 |
| tag-closed-check | ✅ 已通过 | 查看详情 |
💡 本次检查出 2 项错误,详情内容如下:
| 序号 | 错误详情 |
|---|---|
| 1 | [文件路径]:.agents/README.md [检查类型]:link-validity-check [错误位置]:第 65 行 [错误信息]:本地路径链接无法访问 [错误内容]: skills/aclgraph-dev/SKILL.md |
| 2 | [文件路径]:.agents/README.md [检查类型]:link-validity-check [错误位置]:第 66 行 [错误信息]:本地路径链接无法访问 [错误内容]: skills/operator-dev/SKILL.md |


❌ 文档门禁未通过!
| 检查项 | 检查结果 | 详情 |
|---|---|---|
| markdownlint | ✅ 已通过 | 查看详情 |
| link-validity-check | ❌ 未通过 | 查看详情 |
| resource-existence-check | ✅ 已通过 | 查看详情 |
| tag-closed-check | ✅ 已通过 | 查看详情 |
💡 本次检查出 2 项错误,详情内容如下:
| 序号 | 错误详情 |
|---|---|
| 1 | [文件路径]:.agents/README.md [检查类型]:link-validity-check [错误位置]:第 65 行 [错误信息]:本地路径链接无法访问 [错误内容]: skills/aclgraph-dev/SKILL.md |
| 2 | [文件路径]:.agents/README.md [检查类型]:link-validity-check [错误位置]:第 66 行 [错误信息]:本地路径链接无法访问 [错误内容]: skills/operator-dev/SKILL.md |


| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_linux_x86_abi1 | ✅ | >>> |
| Build_linux_arm_abi1 | ✅ | >>> | |
| Build_linux_arm_abi0 | ✅ | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_linux_arm | ✅ | >>> |
| 流水线 | PR-pipeline_MindIE-SD_gitcode | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


/docs-retest


ascend docs pipeline is running...


/merge


/lgtm


Purpose
skills 拆分收尾(相对
trunk/dev新增 677 行,43 个文件)——覆盖工作流/规范/性能类skill 的增强、元数据更新与旧布局清理:
.agents/README.md(技能总览/数据流/目录结构更新)、AGENTS.md(skill路由规则更新)
mindie-sd-community-governance、parallelism-strategy
heuristics / operator-catalog)、performance-optimization、profiling-collection、
auto-optimization
performance-evaluation/**(SKILL.md、references、scripts)——由 framework-integration /profiling-collection / performance-analysis 承接
model-verification/**(SKILL.md、construction-methods、phase-timer)——由dummy-run-dev 承接(pr2)
evals/evals.jsonTest Plan
markdownlint -c .markdownlint.json <新增/修改 .md>(MD040 等)Test Report
profiling-collection / performance-analysis;model-verification → dummy-run-dev)
Which issue(s) this PR fixes or accomplishes
Purpose
Test Plan
Test Report