.NET: Add Foundry Agent Skills sample - #8276
Open
Seáic Mac Murchadha (seaic-mac-murchadha) wants to merge 4 commits into
Open
.NET: Add Foundry Agent Skills sample#8276Seáic Mac Murchadha (seaic-mac-murchadha) wants to merge 4 commits into
Seáic Mac Murchadha (seaic-mac-murchadha) wants to merge 4 commits into
Conversation
Seáic Mac Murchadha (seaic-mac-murchadha)
deployed
to
github-app-auth
September 10, 2026 23:59 — with
GitHub Actions
Active
Seáic Mac Murchadha (seaic-mac-murchadha)
deployed
to
github-app-auth
September 10, 2026 23:59 — with
GitHub Actions
Active
Seáic Mac Murchadha (seaic-mac-murchadha)
deployed
to
github-app-auth
September 10, 2026 23:59 — with
GitHub Actions
Active
Seáic Mac Murchadha (seaic-mac-murchadha)
deployed
to
github-app-auth
September 10, 2026 23:59 — with
GitHub Actions
Active
Copilot started reviewing on behalf of
Seáic Mac Murchadha (seaic-mac-murchadha)
September 10, 2026 23:59
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The fixed agent name can cause cleanup to delete another run’s or an existing agent’s versions.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a .NET sample demonstrating Agent Skills with a server-side versioned Foundry agent.
Changes:
- Defines an inline support-policy skill with read-only auto-approval.
- Demonstrates
clientFactoryintegration and agent cleanup. - Registers and documents the sample.
File summaries
| File | Description |
|---|---|
foundry/README.md |
Adds the sample to the index. |
Agent_Step27_AgentSkills/README.md |
Documents setup and execution. |
Agent_Step27_AgentSkills/Program.cs |
Implements the sample. |
Agent_Step27_AgentSkills.csproj |
Configures dependencies. |
agent-framework-dotnet.slnx |
Registers the project. |
Review details
- Files reviewed: 5/5 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Seáic Mac Murchadha (seaic-mac-murchadha)
deployed
to
github-app-auth
September 11, 2026 00:41 — with
GitHub Actions
Active
Seáic Mac Murchadha (seaic-mac-murchadha)
requested a balanced review from Copilot
September 11, 2026 00:48
Copilot started reviewing on behalf of
Seáic Mac Murchadha (seaic-mac-murchadha)
September 11, 2026 00:48
View session
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 & Context
Adds the Foundry Agents sample requested in #4006 for using Agent Skills with a server-side versioned Foundry agent.
Description & Review Guide
Related Issue
Fixes #4006 (Foundry Agents)
Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.Note: New sample builds ran with 0 warnings or errors. Unit tests were N/A, as this change is step only.