Sync .github/skills directory with azure-sdk-tools for PR 16634 - #10220
Open
azure-sdk-automation[bot] wants to merge 23 commits into
Open
Sync .github/skills directory with azure-sdk-tools for PR 16634#10220azure-sdk-automation[bot] wants to merge 23 commits into
azure-sdk-automation[bot] wants to merge 23 commits into
Conversation
azure-sdk-automation
Bot
requested review from
Crystal YU (chunyu3)
and
a balanced review from Copilot
August 10, 2026 06:21
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Adds a new GitHub “skill” for detecting and mitigating Azure SDK breaking changes and wires up an evaluation trigger for CI gating, while adjusting the existing local-generation skill’s trigger/docs.
Changes:
- Added
azsdk-common-sdk-breaking-changeskill documentation describing the breaking-change detection/mitigation workflow. - Added an eval YAML to trigger the breaking-change skill in CI.
- Updated
azsdk-common-generate-sdk-locallydocs/triggers (removed “fix breaking changes” trigger and added a “generate only” note).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| .github/skills/azsdk-common-sdk-breaking-change/evals/trigger.eval.yaml | Introduces a CI-gate eval stimulus intended to invoke the new breaking-change skill. |
| .github/skills/azsdk-common-sdk-breaking-change/SKILL.md | Defines the new skill, tools, and step-by-step breaking change detect/mitigate workflow. |
| .github/skills/azsdk-common-generate-sdk-locally/SKILL.md | Updates trigger wording and adds guidance for “generate only” behavior. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -0,0 +1,26 @@ | |||
| name: azsdk-common-sdk-breaking-change-trigger-eval | |||
| description: Trigger and anti-trigger tests for theazsdk-common-sdk-breaking-change skill | |||
Comment on lines
+20
to
+22
| stimuli: | ||
| - name: trigger-detect-sdk-breaking-changes-for-service | ||
| prompt: "Detect and mitigate SDK breaking changes for the service webpubsub" |
| @@ -0,0 +1,26 @@ | |||
| name: azsdk-common-sdk-breaking-change-trigger-eval | |||
| description: Trigger and anti-trigger tests for theazsdk-common-sdk-breaking-change skill | |||
| metadata: | ||
| version: "1.0.0" | ||
| distribution: shared | ||
| description: 'Detect and mitigate SDK Breaking changes for a SDK package which is generated from TypeSpec. WHEN: "Detect SDK breaking changes for a service", "Detect SDK breaking changes for an SDK package", "Detect and mitigate SDK breaking changes for a service", "Detect and mitigate SDK breaking changes for an SDK package". INVOKES: skill: azsdk-common-generate-sdk-locally; MCP tools: azsdk_customized_code_update, azsdk_package_detect_breaking_change.' |
| 5. **Prompt the user to choose breaking changes to mitigate** — Present the list from step 3 as a multiple-choice selection. | ||
| 6. **Mitigate SDK breaking changes** - Run `azure-sdk-mcp:azsdk_customized_code_update` with parameters: | ||
|
|
||
| - packagePath: The SDk package path |
| 5. **Generate** — Run `azure-sdk-mcp:azsdk_package_generate_code` with the config file path. | ||
| 6. **Build** — Run `azure-sdk-mcp:azsdk_package_build_code`. If build succeeds, proceed to step 8. | ||
| 7. **Customize** — If build fails, or if user requests SDK modifications, run `azure-sdk-mcp:azsdk_customized_code_update` with the build errors or user request. The tool handles the full workflow internally: it classifies the issue, applies TypeSpec decorators and/or code patches, regenerates the SDK, and builds — all in one call. See [customization workflow](references/customization-workflow.md). | ||
| 7. **Customize** — If build fails, or if user requests SDK modifications, run `azure-sdk-mcp:azsdk_customized_code_update` with the build errors or user request. The tool handles the full workflow internally: it classifies the issue, applies TypeSpec decorators and/or code patches, regenerates the SDK, and builds — all in one call. See [customization workflow](references/customization-workflow.md)._(If the user requested "generate only", stop here — skip steps 8–11.)_ |
azure-sdk-automation
Bot
force-pushed
the
sync-.github-skills-yuc/sdk-quality-skill-16634
branch
from
August 10, 2026 06:44
e8ee844 to
fb5408b
Compare
azure-sdk-automation
Bot
force-pushed
the
sync-.github-skills-yuc/sdk-quality-skill-16634
branch
4 times, most recently
from
August 24, 2026 01:55
033cc5e to
5085b25
Compare
azure-sdk-automation
Bot
force-pushed
the
sync-.github-skills-yuc/sdk-quality-skill-16634
branch
6 times, most recently
from
September 2, 2026 03:33
95867d8 to
6641f5a
Compare
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: chunyu3 <10458143+chunyu3@users.noreply.github.com>
azure-sdk-automation
Bot
force-pushed
the
sync-.github-skills-yuc/sdk-quality-skill-16634
branch
from
September 2, 2026 05:59
6641f5a to
a8e59dd
Compare
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.
Sync .github/skills directory with azure-sdk-tools for PR Azure/azure-sdk-tools#16634 See eng/common workflow