Skip to content

GHCP App Mod Term adjustment; Remove some skills#53163

Open
adegeo wants to merge 4 commits intomainfrom
adegeo/ghcp
Open

GHCP App Mod Term adjustment; Remove some skills#53163
adegeo wants to merge 4 commits intomainfrom
adegeo/ghcp

Conversation

@adegeo
Copy link
Copy Markdown
Contributor

@adegeo adegeo commented Apr 15, 2026

@adegeo adegeo requested a review from a team as a code owner April 15, 2026 22:57
Copilot AI review requested due to automatic review settings April 15, 2026 22:57
@dotnetrepoman dotnetrepoman bot added this to the April 2026 milestone Apr 15, 2026
Copy link
Copy Markdown
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

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.

Comment thread docs/core/porting/github-copilot-app-modernization/faq.yml Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/overview.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/overview.md Outdated
Comment thread docs/core/porting/github-copilot-app-modernization/scenarios-and-skills.md Outdated
@adegeo adegeo requested a review from gewarren April 16, 2026 00:01
- 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).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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"_ |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
### Semantic Kernel to Agents
### Semantic Kernel to MAF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants