Skip to content

.NET: Add tweaks to .net agent skills#4081

Merged
westey-m merged 3 commits intomicrosoft:mainfrom
westey-m:2026-02-19-skill-tweaks
Feb 19, 2026
Merged

.NET: Add tweaks to .net agent skills#4081
westey-m merged 3 commits intomicrosoft:mainfrom
westey-m:2026-02-19-skill-tweaks

Conversation

@westey-m
Copy link
Contributor

Motivation and Context

Description

  • Add tweaks to .net agent skills

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

Copilot AI review requested due to automatic review settings February 19, 2026 12:33
@markwallace-microsoft markwallace-microsoft added documentation Improvements or additions to documentation .NET labels Feb 19, 2026
@github-actions github-actions bot changed the title Add tweaks to .net agent skills .NET: Add tweaks to .net agent skills Feb 19, 2026
Copy link
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

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.md to 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

@westey-m westey-m added this pull request to the merge queue Feb 19, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@westey-m westey-m added this pull request to the merge queue Feb 19, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@westey-m westey-m added this pull request to the merge queue 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
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@westey-m westey-m added this pull request to the merge queue Feb 19, 2026
Merged via the queue into microsoft:main with commit 7f606a2 Feb 19, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation .NET

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants