Skip to content

Conversation

@azure-sdk
Copy link
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12516 See eng/common workflow

@azure-sdk azure-sdk requested a review from a team as a code owner October 30, 2025 21:05
@azure-sdk azure-sdk requested review from Copilot and smw-ms October 30, 2025 21:05
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels Oct 30, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR restructures the release plan creation instructions to streamline the workflow and improve clarity. The main change is removing the "Check Existing Release Plan" step and renumbering subsequent steps accordingly.

  • Updated critical instructions header for LLM with additional guidance on following NextSteps
  • Removed Step 2 (Check Existing Release Plan) to simplify the workflow
  • Renumbered all subsequent steps (Step 3-7 became Step 2-6)

> Backend processes may use Azure DevOps work item data as needed. However, do **not** mention or display the work item link/URL, or any reference to Azure DevOps work item resources directly in conversation with the user.
> All manual updates to an existing release plan must be made through the [Release Planner Tool](https://aka.ms/sdk-release-planner) to ensure proper tracking and validation.
> Only provide release plan details such as **Release Plan Link** and **Release Plan ID** to the user
> **CRITICAL INSTRUCTIONS FOR LLM***
Copy link

Copilot AI Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra asterisk at the end of the heading. Should be 'LLM**' instead of 'LLM***'.

Suggested change
> **CRITICAL INSTRUCTIONS FOR LLM***
> **CRITICAL INSTRUCTIONS FOR LLM**

Copilot uses AI. Check for mistakes.
> 4. Always check the `NextSteps` field in the tool response and follow any additional prompts provided. Do NOT proceed to other steps until the NextSteps are completed.
# Release Plan Creation Process
Your goal is to create a valid release plan. You must prompt user to provide all required information and all input must match the format and requirement mentioned in step 3 below.
Copy link

Copilot AI Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reference to 'step 3' is now incorrect after renumbering. Since Step 3 became Step 2, this should reference 'step 2' or be updated to avoid hardcoded step numbers that can become stale.

Suggested change
Your goal is to create a valid release plan. You must prompt user to provide all required information and all input must match the format and requirement mentioned in step 3 below.
Your goal is to create a valid release plan. You must prompt user to provide all required information and all input must match the format and requirement mentioned in step 2 below.

Copilot uses AI. Check for mistakes.
Comment on lines 31 to 33
- Once all information is gathered, use `azsdk_create_release_plan` to create the release plan
- If existing release plans are found, extract and display key information: Release Plan ID, status, associated languages, SDK PRs
- Display the newly created release plan details to the user for confirmation
Copy link

Copilot AI Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This instruction about handling existing release plans seems orphaned after removing Step 2 (Check Existing Release Plan). The workflow no longer has a dedicated step to check for existing plans before Step 3 creates one, making this instruction unclear about when/how existing plans would be found.

Suggested change
- Once all information is gathered, use `azsdk_create_release_plan` to create the release plan
- If existing release plans are found, extract and display key information: Release Plan ID, status, associated languages, SDK PRs
- Display the newly created release plan details to the user for confirmation
- Once all information is gathered, use `azsdk_create_release_plan` to create the release plan. This tool will automatically check for existing release plans matching the provided details.
- If the tool finds existing release plans, extract and display key information: Release Plan ID, status, associated languages, SDK PRs.
- If a new release plan is created, display its details to the user for confirmation.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants