GHCP App Mod Term adjustment; Remove some skills#53163
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adjusts GitHub Copilot app modernization documentation terminology by shifting “migration” language toward “upgrade/modernize” wording, and updates the scenarios/skills reference accordingly.
Changes:
- Replaces “migrate/migration” phrasing with “upgrade/modernize” across multiple modernization docs.
- Renames several scenarios/skills from “migration” to “upgrade” and removes some listed skills.
- Updates troubleshooting, FAQ, and usage examples to match the new terminology.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/core/porting/github-copilot-app-modernization/working-with-agent.md | Updates example prompts and wording to “upgrade” terminology. |
| docs/core/porting/github-copilot-app-modernization/troubleshooting.md | Refines wording for consistency and clarity (more “when you…”, “verify…”, etc.). |
| docs/core/porting/github-copilot-app-modernization/scenarios-and-skills.md | Renames scenarios/skills to “upgrade” and trims skill lists. |
| docs/core/porting/github-copilot-app-modernization/overview.md | Shifts core overview messaging toward “upgrade/modernize” language, including Azure section. |
| docs/core/porting/github-copilot-app-modernization/install.md | Updates customer intent to remove “migrate” phrasing. |
| docs/core/porting/github-copilot-app-modernization/how-to-upgrade-with-github-copilot.md | Updates intro and option wording to “upgrade” terminology. |
| docs/core/porting/github-copilot-app-modernization/how-to-custom-upgrade-instructions.md | Updates sample output text to reflect “upgrade” phrasing. |
| docs/core/porting/github-copilot-app-modernization/faq.yml | Updates FAQ answers and section naming to “upgrade/modernize” terminology. |
| docs/core/porting/github-copilot-app-modernization/customization.md | Updates customization language to “upgrade patterns” and related examples. |
| docs/core/porting/github-copilot-app-modernization/concepts.md | Updates conceptual framing to focus on “upgrade” wording. |
| docs/core/porting/github-copilot-app-modernization/best-practices.md | Updates guidance/examples to “upgrade” terminology and refines phrasing. |
mikadumont
approved these changes
Apr 16, 2026
gewarren
approved these changes
Apr 16, 2026
| - question: What can the agent upgrade? | ||
| answer: | | ||
| GitHub Copilot modernization helps you upgrade your .NET projects or migrate them to Azure. The agent supports multiple scenarios beyond framework upgrades, including Aspire integration, SDK-style conversion, Newtonsoft.Json migration, SqlClient migration, Azure Functions upgrade, and Semantic Kernel to Agents migration. For a full reference, see [Scenarios and skills reference](scenarios-and-skills.md). | ||
| GitHub Copilot modernization helps you upgrade your .NET projects or modernize them for Azure. The agent supports multiple scenarios beyond framework upgrades, including Aspire integration, SDK-style conversion, Newtonsoft.Json upgrade, SqlClient upgrade, Azure Functions upgrade, and Semantic Kernel to Agents upgrade. For a full reference, see [Scenarios and skills reference](scenarios-and-skills.md). |
Contributor
There was a problem hiding this comment.
Suggested change
| GitHub Copilot modernization helps you upgrade your .NET projects or modernize them for Azure. The agent supports multiple scenarios beyond framework upgrades, including Aspire integration, SDK-style conversion, Newtonsoft.Json upgrade, SqlClient upgrade, Azure Functions upgrade, and Semantic Kernel to Agents upgrade. For a full reference, see [Scenarios and skills reference](scenarios-and-skills.md). | |
| GitHub Copilot modernization helps you upgrade your .NET projects or modernize them for Azure. The agent supports multiple scenarios beyond framework upgrades, including Aspire integration, SDK-style conversion, Newtonsoft.Json upgrade, SqlClient upgrade, Azure Functions upgrade, and Semantic Kernel to Microsoft Agent Framework upgrade. For a full reference, see [Scenarios and skills reference](scenarios-and-skills.md). |
| | **SqlClient upgrade** | Upgrades from System.Data.SqlClient to Microsoft.Data.SqlClient. | _"Update SqlClient"_ | | ||
| | **Azure Functions upgrade** | Upgrades Azure Functions from in-process to isolated worker model. | _"Upgrade my Azure Functions"_ | | ||
| | **Semantic Kernel to Agents** | Migrates Semantic Kernel Agents to Microsoft Agents AI. | _"Migrate my SK agents"_ | | ||
| | **Semantic Kernel to Agents** | Upgrades Semantic Kernel Agents to Microsoft Agents AI. | _"Upgrade my SK agents"_ | |
Contributor
There was a problem hiding this comment.
Suggested change
| | **Semantic Kernel to Agents** | Upgrades Semantic Kernel Agents to Microsoft Agents AI. | _"Upgrade my SK agents"_ | | |
| | **Semantic Kernel to Agents** | Upgrades Semantic Kernel Agents to Microsoft Agent Framework. | _"Upgrade my SK agents"_ | |
| Migrates Azure Functions from the in-process hosting model to the isolated worker model with `Program.cs` and `HostApplicationBuilder`. Includes Application Insights migration. | ||
| Upgrades Azure Functions from the in-process hosting model to the isolated worker model with `Program.cs` and `HostApplicationBuilder`. Includes Application Insights upgrade. | ||
|
|
||
| ### Semantic Kernel to Agents |
Contributor
There was a problem hiding this comment.
Suggested change
| ### Semantic Kernel to Agents | |
| ### Semantic Kernel to MAF |
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.
Internal previews
Toggle expand/collapse