.NET: Add tweaks to .net agent skills#4081
Merged
westey-m merged 3 commits intomicrosoft:mainfrom Feb 19, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the .NET agent framework documentation to improve clarity and provide more detailed guidance for AI coding agents working with the codebase. The changes reorganize documentation structure by moving build/test instructions and project structure details into dedicated skill files, and adding new sections on core types and design principles.
Changes:
- Refactored
AGENTS.mdto reference separate skill files for build/test and project structure details - Added documentation of core types (
AIAgent,AgentSession,ChatClientAgent, etc.) and design principles (DRY, Single Responsibility, etc.) - Enhanced build/test skill documentation with more examples and tips for package restore, multi-framework testing, and Linux-specific guidance
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
dotnet/AGENTS.md |
Refactored to reference skill files; added core types section and design principles; contains incorrect reference to FunctionTool |
dotnet/.github/skills/project-structure/SKILL.md |
Added visual directory tree structure and updated provider descriptions |
dotnet/.github/skills/build-and-test/SKILL.md |
Enhanced with additional build examples, package restore tips, and Linux testing guidance; contains a typo |
lokitoth
approved these changes
Feb 19, 2026
rogerbarreto
approved these changes
Feb 19, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 19, 2026
* Add tweaks to .net agent skills * Address PR feedback
This was referenced Feb 23, 2026
This was referenced Mar 2, 2026
Open
Open
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.
Motivation and Context
Description
Contribution Checklist