已合并
[Docs][skills][part5] Add workflow/standards/perf skills, meta README and AGENTS routing, remove performance-evaluation #542
[Docs][skills][part5] Add workflow/standards/perf skills, meta README and AGENTS routing, remove performance-evaluation #542
已合并
blian创建于 4 天前
blian
blian成员
4 天前

Purpose

skills 拆分收尾(相对 trunk/dev 新增 677 行,43 个文件)——覆盖工作流/规范/性能类
skill 的增强、元数据更新与旧布局清理:

  • 元数据.agents/README.md(技能总览/数据流/目录结构更新)、AGENTS.md(skill
    路由规则更新)
  • 工作流/规范类:dev-workflow(SKILL.md + ascend-ops / cross-platform / rework-lessons 参考
    • 删除已迁走的 pattern-dev.md)、code-standards、markdown-lint、
      mindie-sd-community-governance、parallelism-strategy
  • 性能类:performance-analysis(SKILL.md + analysis_workflow / capability-matrix /
    heuristics / operator-catalog)、performance-optimization、profiling-collection、
    auto-optimization
  • 旧布局清理(删除,新增内容已在 pr1~pr4 落地):
    • performance-evaluation/**(SKILL.md、references、scripts)——由 framework-integration /
      profiling-collection / performance-analysis 承接
    • model-verification/**(SKILL.md、construction-methods、phase-timer)——由
      dummy-run-dev 承接(pr2)
  • 各 skill 补齐 evals/evals.json

说明:本 PR 与 pr1~pr4 文件完全不相交(旧路径删除 vs 新路径新增),可任意顺序合入。

Test Plan

  • Markdown:markdownlint -c .markdownlint.json <新增/修改 .md>(MD040 等)
  • 引用完整性:README 技能总览与各 SKILL.md 名称/路径一致;删除文件无残留引用

Test Report

  • markdownlint:与仓库现状一致(仅 MD060 表格风格为仓库既有通病,无新增违规类型)
  • 删除文件均确认被新 skill 承接(performance-evaluation → framework-integration /
    profiling-collection / performance-analysis;model-verification → dummy-run-dev)
  • 文档类内容,无需 NPU 运行验证

Which issue(s) this PR fixes or accomplishes

如问题已解决,按照下方示例附上ISSUE单号 / Apply bug or request issue as follow if the solved
Fixes #ISSUE ID
Fixes关键字会自动关闭issue,如问题部分解决请不要使用Fixes,可以用下方标签替代
Fixes will automatically close issue, please use the following tag if only part of the issue is solved

Fix part of #ISSUE ID

Purpose

Test Plan

设计了哪些测试内容,指导他人如何对你的PR进行测试
Apply information to show others your test design and how to test your Pull Request

Test Report

likedislike
Pull Request已成功合入, 合并人@ascend-robot
(感谢 blian 的贡献)
blianblian成员
4 天前 创建了 pull request,commit a8f721e5
blianblian成员
4 天前 关联了issue:[Roadmap] MindIE SD Roadmap Q2 2026
atomgit-bot
atomgit-bot
4 天前 评论:

变更摘要

本 PR 是 skills 拆分收尾工作(相对 trunk/dev 新增 677 行、43 个文件),聚焦工作流/规范/性能类 skill 的增强、元数据更新与旧布局清理。核心内容包括:为 auto-optimizationcode-standardsdev-workflowmarkdown-lintmindie-sd-community-governanceparallelism-strategyperformance-analysisperformance-optimizationprofiling-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 + evalsprompt/expected_output/expectations)结构,用于校验技能路由、采集参数、分析流程与优化方案选择等关键行为。

主要改动

  • 新增 9 个 skill 的 evals/evals.json 评估集: 为 auto-optimizationcode-standardsdev-workflowmarkdown-lintmindie-sd-community-governanceparallelism-strategyperformance-analysisperformance-optimizationprofiling-collection 各新增 2~3 条评估用例,覆盖闭环流程(采集→分析→选方案→复验)、Test-First 开发流程、commit/PR 治理规范、MD040 修复、通信掩盖等场景,并将 warmup ≥5/10 步3% 噪声阈值compare_traces.py[Type][Scope]Summary 等关键约定固化为可验证的期望输出。
  • 删除旧 performance-evaluation skill 的 validate_results.py: 移除对 config.json 必需字段、iteration_*.log 区块及 results 目录结构进行校验的脚本(167 行),该 skill 已由 framework-integration / profiling-collection / performance-analysis 承接。
  • 更新 .agents/README.mdAGENTS.md 元数据: 技能总览、数据流与目录结构随 skill 增删同步刷新,AGENTS.md 的 skill 路由规则更新以匹配新增/删除后的技能布局。
  • 工作流/规范类 skill 增强: 新增 dev-workflow(含 ascend-ops / cross-platform / rework-lessons 参考,删除已迁走的 pattern-dev.md)、code-standardsmarkdown-lintmindie-sd-community-governanceparallelism-strategySKILL.md 与配套文档。
  • 性能类 skill 增强与旧布局清理: 新增 performance-analysis(含 analysis_workflow / capability-matrix / heuristics / operator-catalog)、performance-optimizationprofiling-collectionauto-optimization 文档,并删除 performance-evaluation/**model-verification/**(由 dummy-run-dev 承接)旧目录。
likedislike
atomgit-bot
atomgit-bot
4 天前 评论:

代码审查

✅ 未发现问题

likedislike
blianblian成员
4 天前 关联了看板:MindIE-SD
xiangjie10成员
4 天前 评论:
🔍 PR 规范审计未通过,以下项目需要修正:
  • ⚠️ PR 代码变更未包含测试用例(变更文件路径中均不包含 test 或 ut),请确认已经备注原因!

请修正后重新提交,或联系仓库管理员。

likedislike
ascend-robotascend-robot成员
4 天前 添加了label:ascend-cla/yes
ascend-robotascend-robot成员
4 天前 添加了label:ci-pipeline-running
ascend-robot
ascend-robot成员
4 天前 评论:

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 /approve or /lgtm
  • Commenting /approve implies 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. 👍

likedislike
blianblian成员
4 天前 修改标题为 “[Docs][skills][part5] Add workflow/standards/perf skills, meta README and AGENTS routing, remove performance-evaluation”,原标题为“[Docs][skills] Add workflow/standards/perf skills, meta README and AGENTS routing, remove performance-evaluation”
ascend-robot
ascend-robot成员
4 天前 评论:

ascend docs pipeline is running...

likedislike
ascend-robotascend-robot成员
4 天前 添加了label:docs-ci-pipeline-running
ascend-robot
ascend-robot成员
4 天前 评论:

❌ 文档门禁未通过!

检查项 检查结果 详情
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
likedislike
ascend-robotascend-robot成员
4 天前 删除了label:docs-ci-pipeline-running
ascend-robotascend-robot成员
4 天前 添加了label:docs-ci-pipeline-failed
ascend-robotascend-robot成员
4 天前 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
4 天前 添加了label:ci-pipeline-passed
ascend-robot
ascend-robot成员
4 天前 评论:
流水线 PR-pipeline_MindIE-SD_gitcode#1789 [ commitID:261c11c9 ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
阶段 任务名 状态 详情
编译构建 Build_linux_x86_abi1 >>>
Build_linux_arm_abi1 >>>
Build_linux_arm_abi0 >>>
恶意代码检查 Antipoison >>>
开源片段检查 SCA >>>
开发者测试 UT_linux_arm >>>
流水线 PR-pipeline_MindIE-SD_gitcode >>>
此流水线已支持下列评论快捷指令,仅PR创建者和白名单成员评论有效
  • compile : 运行流水线
  • retry : 重试流水线所有失败子任务
  • retry <任务名> : 仅重试指定失败子任务
  • stop : 停止流水线
likedislike
lijinxi
lijinxi成员
4 天前 评论:

/lgtm

likedislike
lijinxi
lijinxi成员
4 天前 评论:

/approve

likedislike
ascend-robotascend-robot成员
4 天前 添加了label:approved
lijinxi
lijinxi成员
4 天前 评论:

需要修复CI合入

likedislike
blian
blian成员
3 天前 评论:

compile

likedislike
blianblian成员
3 天前 update merge request[project id: 8476587, iid: 542, commit_id: b43848e6538ef2f3d5aa8d98637d5ca0793f606a] virtual merging success
ascend-robotascend-robot成员
3 天前 删除了label:ci-pipeline-passed
ascend-robotascend-robot成员
3 天前 添加了label:ci-pipeline-running
blian
blian成员
3 天前 评论:

/docs-retest

likedislike
ascend-robot
ascend-robot成员
3 天前 评论:

ascend docs pipeline is running...

likedislike
ascend-robotascend-robot成员
3 天前 删除了label:docs-ci-pipeline-failed
ascend-robotascend-robot成员
3 天前 添加了label:docs-ci-pipeline-running
ascend-robot
ascend-robot成员
3 天前 评论:

ascend docs pipeline is running...

likedislike
ascend-robot
ascend-robot成员
3 天前 评论:

❌ 文档门禁未通过!

检查项 检查结果 详情
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
likedislike
ascend-robotascend-robot成员
3 天前 删除了label:docs-ci-pipeline-running
ascend-robotascend-robot成员
3 天前 添加了label:docs-ci-pipeline-failed
ascend-robot
ascend-robot成员
3 天前 评论:

❌ 文档门禁未通过!

检查项 检查结果 详情
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
likedislike
ascend-robotascend-robot成员
3 天前 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
3 天前 添加了label:ci-pipeline-passed
ascend-robot
ascend-robot成员
3 天前 评论:
流水线 PR-pipeline_MindIE-SD_gitcode#1798 [ commitID:261c11c9 ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
阶段 任务名 状态 详情
编译构建 Build_linux_x86_abi1 >>>
Build_linux_arm_abi1 >>>
Build_linux_arm_abi0 >>>
恶意代码检查 Antipoison >>>
开源片段检查 SCA >>>
开发者测试 UT_linux_arm >>>
流水线 PR-pipeline_MindIE-SD_gitcode >>>
此流水线已支持下列评论快捷指令,仅PR创建者和白名单成员评论有效
  • compile : 运行流水线
  • retry : 重试流水线所有失败子任务
  • retry <任务名> : 仅重试指定失败子任务
  • stop : 停止流水线
likedislike
blian
blian成员
2 天前 评论:

/docs-retest

likedislike
ascend-robot
ascend-robot成员
2 天前 评论:

ascend docs pipeline is running...

likedislike
ascend-robotascend-robot成员
2 天前 删除了label:docs-ci-pipeline-failed
ascend-robotascend-robot成员
2 天前 添加了label:docs-ci-pipeline-running
ascend-robot
ascend-robot成员
2 天前 评论:

✅ 文档门禁通过!

检查项 检查结果 详情
markdownlint ✅ 已通过 查看详情
link-validity-check ✅ 已通过 查看详情
resource-existence-check ✅ 已通过 查看详情
tag-closed-check ✅ 已通过 查看详情
likedislike
ascend-robotascend-robot成员
2 天前 删除了label:docs-ci-pipeline-running
ascend-robotascend-robot成员
2 天前 添加了label:docs-ci-pipeline-success
blian
blian成员
2 天前 评论:

/merge

likedislike
ascend-robotascend-robot成员
2 天前 添加了label:keeper_approved
changetheway成员
2 天前 评论:

/lgtm

likedislike
ascend-robotascend-robot成员
2 天前 添加了label:lgtm
ascend-robotascend-robot成员
2 天前 合入了pull request