You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/skills/azsdk-common-prepare-release-plan/SKILL.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ metadata:
6
6
distribution: shared
7
7
description: "Create and manage release plan work items for Azure SDK releases across languages. **UTILITY SKILL**. USE FOR: \"create release plan\", \"update release plan\", \"link SDK PR to plan\", \"namespace approval\", \"check release plan status\". DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback. INVOKES: azure-sdk-mcp:azsdk_create_release_plan, azure-sdk-mcp:azsdk_get_release_plan, azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan."
8
8
compatibility:
9
-
requires: "azure-sdk-mcp server, API spec PR in Azure/azure-rest-api-specs"
9
+
requires: "azure-sdk-mcp server, API spec PR, or TypeSpec project path"
10
10
---
11
11
12
12
# Prepare Release Plan
@@ -26,8 +26,8 @@ compatibility:
26
26
27
27
## Steps
28
28
29
-
1.**Prerequisites** — Check for API spec PR; prompt if unavailable.
30
-
2.**Check Existing** — Query by plan number or spec PR link.
29
+
1.**Prerequisites** — Check for API spec PR link or a TypeSpec project path; prompt if unavailable.
30
+
2.**Check Existing** — Query by release plan number or spec PR link (do not query by work item ID).
31
31
3.**Gather Info** — Collect Service Tree IDs, timeline. See [details](references/release-plan-details.md).
32
32
4.**Create** — Run `azure-sdk-mcp:azsdk_create_release_plan`.
33
33
5.**Namespace** — For mgmt plane first releases, link approval issue.
@@ -36,9 +36,10 @@ compatibility:
36
36
## Examples
37
37
38
38
- "Create a release plan for my spec PR"
39
+
- "Create a release plan for my TypeSpec project"
39
40
- "Link my SDK PR to release plan"
40
41
41
42
## Troubleshooting
42
43
43
44
- Requires `azure-sdk-mcp` server; no CLI fallback.
44
-
- If creation fails, verify spec PR URL and Service Tree IDs.
45
+
- If creation fails, verify Service Tree IDs and the provided spec PR URL or TypeSpec project path.
Copy file name to clipboardExpand all lines: .github/skills/azsdk-common-sdk-release/SKILL.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ compatibility:
22
22
23
23
1.**Collect Info** — Get `packageName` and `language` from the user. Optionally get `branch` (defaults to main).
24
24
2.**Check Readiness** — Run `azure-sdk-mcp:azsdk_release_sdk` with `checkReady: true` to verify API review approval, changelog, package name approval, and release date.
25
+
- If APIView approval is pending display the link or guidance to find the link if not provided.
25
26
3.**Review Results** — If not ready, display failing checks and guide user to resolve.
26
27
4.**Trigger Release** — Once ready, run `azure-sdk-mcp:azsdk_release_sdk` with `checkReady: false`. Show pipeline link and inform user they must approve the release stage.
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-keyvault-securitydomain/azure/keyvault/securitydomain/_internal/http_challenge_cache.py
0 commit comments