Sync .github/skills directory with azure-sdk-tools for PR 16634 - #50075
Open
azure-sdk-automation[bot] wants to merge 13 commits into
Open
Sync .github/skills directory with azure-sdk-tools for PR 16634#50075azure-sdk-automation[bot] wants to merge 13 commits into
azure-sdk-automation[bot] wants to merge 13 commits into
Conversation
|
Azure Pipelines: 36 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 skill to detect and mitigate SDK breaking changes (using azure-sdk-mcp tools) and wires in an eval trigger, while refining the existing local SDK generation skill documentation/triggers.
Changes:
- Introduces
azsdk-common-sdk-breaking-changeskill documentation and a corresponding trigger eval. - Updates
azsdk-common-generate-sdk-locallyskill triggers/examples to remove “fix breaking changes” and tweaks workflow guidance.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/skills/azsdk-common-sdk-breaking-change/evals/trigger.eval.yaml | Adds eval definition to trigger the breaking-change skill in CI gating. |
| .github/skills/azsdk-common-sdk-breaking-change/SKILL.md | Adds the new breaking change detection/mitigation skill specification. |
| .github/skills/azsdk-common-generate-sdk-locally/SKILL.md | Updates trigger text/examples and adds “generate only” guidance to the workflow steps. |
💡 Add a code-review agent skill 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 | |||
| 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.)_ |
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>
azure-sdk-automation
Bot
force-pushed
the
sync-.github-skills-yuc/sdk-quality-skill-16634
branch
from
August 10, 2026 06:44
7c29780 to
80e0c8a
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