-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Sync .github/skills directory with azure-sdk-tools for PR 16972 #48974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Helen Gao (helen229)
merged 2 commits into
main
from
sync-.github-skills-feature/16703-release-plan-schedule-warnings-16972
Sep 11, 2026
+90
−6
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
83 changes: 83 additions & 0 deletions
83
.github/skills/azsdk-common-prepare-release-plan/evals/schedule-risk.eval.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,83 @@ | ||
| name: azsdk-common-prepare-release-plan-schedule-risk-eval | ||
| description: Verify the release-plan skill relays past-due schedule guidance | ||
| type: capability | ||
|
|
||
| environment: azsdk-mcp-mock | ||
|
|
||
| tags: | ||
| area: azsdk-common-prepare-release-plan | ||
| type: ci-gate | ||
|
|
||
| defaults: | ||
| runs: 1 | ||
| timeout: "120s" | ||
| model: gpt-5.4 | ||
| executor: copilot-sdk | ||
|
|
||
| scoring: | ||
| threshold: 0.8 | ||
|
|
||
| stimuli: | ||
| - name: project-path-lookup-relays-past-due-guidance | ||
| environment: | ||
| skills: | ||
| - .. | ||
| prompt: "Get the release plan for TypeSpec project specification/contosowidgetmanager/Contoso.WidgetManager and summarize its status and any required actions. Use the Azure SDK MCP tools." | ||
| graders: | ||
| - type: skill-invocation | ||
| config: | ||
| required: [azsdk-common-prepare-release-plan] | ||
| - type: tool-calls | ||
| config: | ||
| required: | ||
| - name: "^azure-sdk-mcp-azsdk_get_release_plan$" | ||
| - type: output-matches | ||
| config: | ||
| pattern: "(?is)(?=.*past[- ]due)(?=.*(?:postpone|update).*(?:target|release month))(?=.*(?:abandon|close).*(?:reason|dashboard))" | ||
|
|
||
| - name: spec-pr-lookup-relays-past-due-guidance | ||
| environment: | ||
| skills: | ||
| - .. | ||
| prompt: "Get the release plan for spec PR https://github.com/Azure/azure-rest-api-specs/pull/38387 and summarize its status, linked spec PR URL, and any required actions. Use the Azure SDK MCP tools." | ||
| graders: | ||
| - type: skill-invocation | ||
| config: | ||
| required: [azsdk-common-prepare-release-plan] | ||
| - type: tool-calls | ||
| config: | ||
| required: | ||
| - name: "^azure-sdk-mcp-azsdk_get_release_plan$" | ||
| - type: output-matches | ||
| config: | ||
| pattern: "(?is)(?=.*past[- ]due)(?=.*(?:postpone|update).*(?:target|release month))(?=.*(?:abandon|close).*(?:reason|dashboard))" | ||
| - type: output-contains | ||
| config: | ||
| substring: "https://github.com/Azure/azure-rest-api-specs/pull/38387" | ||
| - type: output-not-contains | ||
| config: | ||
| substring: "https://github.com/Azure/azure-rest-api-specs/pull/12345" | ||
|
|
||
| - name: create-relays-past-due-guidance | ||
| environment: | ||
| skills: | ||
| - .. | ||
| prompt: | | ||
| Create a public preview release plan for TypeSpec project | ||
| specification/contosowidgetmanager/Contoso.WidgetManager with target | ||
| release month June 2026, spec PR | ||
| https://github.com/Azure/azure-rest-api-specs/pull/38387, service tree ID | ||
| a7f2b8e4-9c1d-4a3e-b6f9-2d8e5a7c3b1f, and product tree ID | ||
| f1a8c5d2-6e4b-4f7a-9c2d-8b5e1f3a6c9e. Use the Azure SDK MCP tools. | ||
|
helen229 marked this conversation as resolved.
|
||
| graders: | ||
| - type: skill-invocation | ||
| config: | ||
| required: [azsdk-common-prepare-release-plan] | ||
| - type: tool-calls | ||
| config: | ||
| required: | ||
| - name: "^azure-sdk-mcp-azsdk_get_release_plan$" | ||
| - name: "^azure-sdk-mcp-azsdk_create_release_plan$" | ||
| - type: output-matches | ||
| config: | ||
| pattern: "(?is)(?=.*past[- ]due)(?=.*(?:postpone|update).*(?:target|release month))(?=.*(?:abandon|close).*(?:reason|dashboard))" | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.