Skip to content

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

Merged
westey (westey-m) merged 3 commits into
microsoft:mainfrom
westey-m:2026-02-19-skill-tweaks
Feb 19, 2026
Merged

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

Conversation

@westey-m

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

CopilotAI review requested due to automatic review settings February 19, 2026 12:33
@markwallace-microsoftMark Wallace (markwallace-microsoft) added documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs .NET Usage: [Issues, PRs], Target: .Net labels Feb 19, 2026
@github-actionsgithub-actionsBot changed the title Add tweaks to .net agent skills.NET: Add tweaks to .net agent skillsFeb 19, 2026

CopilotAI left a comment

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.

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.

FileDescription
dotnet/AGENTS.mdRefactored to reference skill files; added core types section and design principles; contains incorrect reference to FunctionTool
dotnet/.github/skills/project-structure/SKILL.mdAdded visual directory tree structure and updated provider descriptions
dotnet/.github/skills/build-and-test/SKILL.mdEnhanced with additional build examples, package restore tips, and Linux testing guidance; contains a typo

Comment threaddotnet/AGENTS.md Outdated
Comment threaddotnet/.github/skills/build-and-test/SKILL.md Outdated
Comment threaddotnet/AGENTS.md Outdated
Comment threaddotnet/.github/skills/build-and-test/SKILL.md
Comment threaddotnet/.github/skills/build-and-test/SKILL.md Outdated
@westey-m
westey (westey-m) added this pull request to the merge queueFeb 19, 2026
@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@westey-m
westey (westey-m) added this pull request to the merge queueFeb 19, 2026
@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@westey-m
westey (westey-m) added this pull request to the merge queueFeb 19, 2026
github-merge-queueBot 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-queueBot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@westey-m
westey (westey-m) added this pull request to the merge queueFeb 19, 2026
Merged via the queue into microsoft:main with commit 7f606a2Feb 19, 2026
15 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationUsage: [Issues, PRs], Target: documentation in the code base and learn docs.NETUsage: [Issues, PRs], Target: .Net

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@westey-m@lokitoth@rogerbarreto@markwallace-microsoft