Open
Conversation
… from blueprint mode
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reduces duplicated agent/skill content by removing several language-specific agents and the separate OO documentation skills, replacing them with consolidated skills that route users to mode-/language-specific reference files.
Changes:
- Removed duplicated agents (Blueprint Mode Codex, Semantic Kernel .NET/Python, Microsoft Agent Framework .NET/Python) and updated agent listing/docs accordingly.
- Consolidated OO component documentation into a single
oo-component-documentationskill with create/update modes, shared references, and a reusable template asset. - Added consolidated
semantic-kernelandmicrosoft-agent-frameworkskills with separate.NETandPythonreference documents, and updated the skills index.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| skills/update-oo-component-documentation/SKILL.md | Removed legacy “update” OO documentation skill in favor of consolidated skill. |
| skills/create-oo-component-documentation/SKILL.md | Removed legacy “create” OO documentation skill in favor of consolidated skill. |
| skills/oo-component-documentation/SKILL.md | New consolidated OO documentation skill with create/update mode selection. |
| skills/oo-component-documentation/references/create-mode.md | New mode-specific guidance for creating OO documentation. |
| skills/oo-component-documentation/references/update-mode.md | New mode-specific guidance for updating existing OO documentation. |
| skills/oo-component-documentation/assets/documentation-template.md | New shared documentation template used by the OO documentation skill. |
| skills/semantic-kernel/SKILL.md | New consolidated Semantic Kernel skill with language routing. |
| skills/semantic-kernel/references/dotnet.md | Added .NET-specific reference for Semantic Kernel. |
| skills/semantic-kernel/references/python.md | Added Python-specific reference for Semantic Kernel. |
| skills/microsoft-agent-framework/SKILL.md | New consolidated Microsoft Agent Framework skill with language routing. |
| skills/microsoft-agent-framework/references/dotnet.md | Added .NET-specific reference for Microsoft Agent Framework. |
| skills/microsoft-agent-framework/references/python.md | Added Python-specific reference for Microsoft Agent Framework. |
| docs/README.skills.md | Updated skills index: removed old OO skills and added new consolidated skills. |
| docs/README.agents.md | Updated agents index: removed deprecated/duplicated agents. |
| agents/semantic-kernel-dotnet.agent.md | Removed duplicated agent (replaced by consolidated skill). |
| agents/semantic-kernel-python.agent.md | Removed duplicated agent (replaced by consolidated skill). |
| agents/microsoft-agent-framework-dotnet.agent.md | Removed duplicated agent (replaced by consolidated skill). |
| agents/microsoft-agent-framework-python.agent.md | Removed duplicated agent (replaced by consolidated skill). |
| agents/blueprint-mode-codex.agent.md | Removed outdated/deprecated agent variant. |
| agents/blueprint-mode.agent.md | Updated front matter formatting and markdown list formatting for workflows. |
You can also share your feedback on Copilot code review. Take the survey.
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.
Reviewing #981
Removing an outdated agent (referred to a deprecated model) and combined some agents into a single skill for their problem space.
Closes #998, #999