feat(skills): add auto-optimize workflow - #1428
Merged
Qiong Wu (qiowu) (DingmaomaoBJTU) merged 10 commits intoSep 18, 2026
Merged
Qiong Wu (qiowu) (DingmaomaoBJTU) merged 10 commits into
Qiong Wu (qiowu) (DingmaomaoBJTU) merged 10 commits into
Conversation
Qiong Wu (qiowu) (DingmaomaoBJTU)
left a comment
Collaborator
Author
There was a problem hiding this comment.
Detailed readiness review: all 309 bundled tests passed locally, and all reported CI checks are green. However, the executable validation and workflow ordering gaps below prevent a ready-for-check-in verdict. Additional local reproductions confirmed acceptance of NaN final-report evidence and a generated replay wrapper returning success after an earlier native failure. No PR files were modified. The current tests provide useful script/contract coverage, but do not cover these end-to-end failure paths.
Qiong Wu (qiowu) (DingmaomaoBJTU)
marked this pull request as ready for review
September 18, 2026 02:39
Qiong Wu (qiowu) (DingmaomaoBJTU)
requested a review
from a team
as a code owner
September 18, 2026 02:39
ssss141414
approved these changes
Sep 18, 2026
Qiong Wu (qiowu) (DingmaomaoBJTU)
merged commit Sep 18, 2026
4b83a5f
into
microsoft:main
9 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
auto-optimizeAgent Skill fromgim-home/ModelKitArtifacts@2bcf29d9150ab3af2909f3cc2a0b278d7ca2387dskills/auto-optimize/testsin the existing CI matrix, following feat(skills): add model support contribution workflow #1415Validation
uv run pytest skills/auto-optimize/tests --tb=short --no-cov(309 passed)uv run ruff check skills/auto-optimizeuv run ruff format --check skills/auto-optimize