Clarify review-fix validation scope and require publication approval - #5448
Merged
Yuchao Yan (msyyc) merged 1 commit intoSep 10, 2026
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Yuchao Yan (msyyc)
requested review from
Mark Cowlishaw (markcowl),
Timothee Guerin (timotheeguerin) and
Jeff Fisher (xirzec)
as code owners
September 10, 2026 03:20
Yuchao Yan (msyyc)
merged commit Sep 10, 2026
77d604a
into
Azure:feature/lintdiff-migration-new
3 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
Evidence
During #5440, a tests-only Copilot finding led the fix agent to run package-wide lint, which exited 1, then continue to commit/push after focused lint passed. Follow-up inspection found 228 package lint warnings across 11 files, none changed by that PR.
develop-lintdiff-rulealready prescribes changed-file lint, but the loop skill explicitly linked that procedure only to production-source changes. The missing pre-publication handoff also meant the parent discovered the failure only after the push.This PR clarifies the validation scope without weakening the failure stop condition and adds an explicit agent-to-agent publication gate. It does not require another human approval prompt.
Scope and validation
Skill-only change based on
feature/lintdiff-migration-new; head ismsyyc:feature/review-fix-validation-gate. No rule code, fixtures, dependency files, or #5440 commits are included.git diff --checkand staged diff checks passed.