docs: update Copilot SDK skill that reorganize language-specific guides for .NET, Go, Python, and TypeScript#843
Open
doggy8088 wants to merge 1 commit intogithub:mainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restructures the copilot-sdk skill documentation by moving language-specific implementation guidance into dedicated reference files (TypeScript/Node.js, Python, Go, .NET) while keeping SKILL.md focused on high-level concepts and resources.
Changes:
- Added language-specific guides under
skills/copilot-sdk/references/for TypeScript, Python, Go, and .NET. - Simplified
skills/copilot-sdk/SKILL.mdby removing embedded per-language examples and updating the resources section. - Updated
docs/README.skills.mdto list the newcopilot-sdkreference files as bundled assets.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/copilot-sdk/references/typescript.md | New TypeScript/Node.js reference guide (examples, streaming, tools, MCP, etc.). |
| skills/copilot-sdk/references/python.md | New Python reference guide with examples and recommended answer patterns. |
| skills/copilot-sdk/references/go.md | New Go reference guide with setup and usage examples. |
| skills/copilot-sdk/references/dotnet.md | New .NET/C# reference guide with SDK usage examples. |
| skills/copilot-sdk/SKILL.md | Refocused skill doc to high-level guidance; removed language-specific sections; updated resource links. |
| docs/README.skills.md | Added the new copilot-sdk reference files to the skill’s bundled assets list. |
e093f6d to
4edd07d
Compare
…es for .NET, Go, Python, and TypeScript
4edd07d to
9c5aa1b
Compare
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Optimize agent skill structure.
closes #842
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.