Sync .github/skills directory with azure-sdk-tools for PR 16603 - #48354
Open
helen229 wants to merge 1 commit into
Open
Sync .github/skills directory with azure-sdk-tools for PR 16603#48354helen229 wants to merge 1 commit into
helen229 wants to merge 1 commit into
Conversation
|
Azure Pipelines: 10 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
Synchronizes shared SDK workflow guidance to unblock downstream skill syncing.
Changes:
- Expands release-plan routing and removes obsolete creation parameters.
- Adds pipeline-generation routing guidance.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/skills/azsdk-common-prepare-release-plan/SKILL.md |
Updates release-plan triggers and creation flow. |
.github/skills/azsdk-common-generate-sdk-locally/SKILL.md |
Clarifies local versus pipeline generation. |
|
|
||
| ## Rules | ||
|
|
||
| - This skill generates a **single language** SDK **locally**. If the user asks to "generate SDK for **all languages**", to generate **without a local clone**, or wants SDK **pull requests created** for them (release plan / pipeline flow), do **not** generate locally — call `azure-sdk-mcp:azsdk_run_generate_sdk` instead. It runs the SDK generation pipeline for each language and produces the SDK pull requests. |
| - Service Tree ID (GUID) — optional if previously created | ||
| - Product Tree ID (GUID) — optional if previously created | ||
| 4. **Create** — Run `azure-sdk-mcp:azsdk_create_release_plan` with the collected parameters including `sdkReleaseType`. Use `forceCreateReleasePlan: true` only if an existing release plan was found for a different API release type. | ||
| 4. **Create** — Run `azure-sdk-mcp:azsdk_create_release_plan` with the collected parameters. Use `forceCreateReleasePlan: true` only if an existing release plan was found for a different API release type. |
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.
Manual catch-up sync of azsdk-common-generate-sdk-locally/SKILL.md and azsdk-common-prepare-release-plan/SKILL.md to match azure-sdk-tools main. These files had drifted from unsynced azure-sdk-tools PRs #16295 and #16325. This unblocks the automated patch-based sync-skills validation on Azure/azure-sdk-tools#16603, which fails via git am because of this pre-existing content divergence across all downstream repos.