Skip to content

Commit e79b8fa

Browse files
Copilotsamvaity
andauthored
Revert skill example text and suppress cspell term
Co-authored-by: samvaity <16845631+samvaity@users.noreply.github.com>
1 parent f02634c commit e79b8fa

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/skills/azsdk-common-prepare-release-plan/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedba
4848

4949
**Steps**:
5050

51-
1. **Get TypeSpec Project Path** — Ask the user for the relative TypeSpec project path (directory containing `tspconfig.yaml`, e.g. `specification/my-service/My.Service`). Always use the relative path from the repo root, not an absolute path.
51+
1. **Get TypeSpec Project Path** — Ask the user for the relative TypeSpec project path (directory containing `tspconfig.yaml`, e.g. `specification/contosowidgetmanager/Contoso.WidgetManager`). Always use the relative path from the repo root, not an absolute path.
5252
2. **Check Existing** — Run `azure-sdk-mcp:azsdk_get_release_plan` with the relative `typeSpecProjectPath` to check if a release plan already exists.
5353
- If a release plan exists with the **same API release type** the user requested: inform the user that a release plan already exists, show the Release Plan ID, status, and API release type. Suggest the user use the existing release plan. Do NOT create a new one.
5454
- If a release plan exists but for a **different API release type**: inform the user about the existing plan and its API release type, then proceed to create a new release plan using `forceCreateReleasePlan: true` for the user's requested API release type. Do NOT attempt to update the existing release plan's API release type.
@@ -79,7 +79,7 @@ DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedba
7979

8080
1. **Identify Plan** — Ask user for one of:
8181
- Release plan ID or work item ID
82-
- Relative TypeSpec project path (e.g. `specification/my-service/My.Service`)
82+
- Relative TypeSpec project path (e.g. `specification/contosowidgetmanager/Contoso.WidgetManager`)
8383
- Spec PR URL
8484
2. **Query** — Run `azure-sdk-mcp:azsdk_get_release_plan` with the provided identifier (always use relative path for `typeSpecProjectPath`), OR run `azure-sdk-mcp:azsdk_get_release_plan_for_spec_pr` if only a spec PR URL is available.
8585
3. **Display** — Show the release plan ID, status, linked PRs, and SDK details.

.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"CMOCKA",
103103
"Cobertura",
104104
"Contoso",
105+
"contosowidgetmanager",
105106
"countof",
106107
"ctest",
107108
"cuirot",

0 commit comments

Comments
 (0)