mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
Moving niche skills to dotnet-advanced (#807)
* Add csharp-development skill and update CODEOWNERS and README.md - Introduced a new skill for C# development guidance. - Updated CODEOWNERS to include reviewers for the new skill. - Modified README.md to list the new csharp-development skill. - Added evaluation scenarios for the csharp-development skill. * Refactor C# evaluation scenarios to enhance production code review and validation guidance * Refactor production code review scenarios to improve clarity and focus on async error handling * Update CODEOWNERS to reflect current ownership and streamline reviewer assignments * Remove csharp-development skill documentation and evaluation tests * Remove csharp-development skill from README * Fix formatting in Constants.g.cs by adding missing semicolon * Revert Constants.g.cs to main * Remove csharp-development skill from CODEOWNERS * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update CODEOWNERS to include additional reviewers for dotnet-ai skills * Move dotnet skills to dotnet-util to keep dotnet plugin focused and targeted. * Add CODEOWNERS, SKILL.md, package-types.md, and publish-workflow.md for NuGet trusted publishing; implement eval.yaml for dotnet-pinvoke and dotnet-util skills * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update README files to enhance plugin descriptions and remove outdated LSP section * Rename repository title from 'dotnet' to 'dotnet-util' in README.md for clarity. * Refine README.md to clarify included .NET skills and remove redundant descriptions * Add 'dotnet-util' plugin for utility skills in .NET development * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add 'dotnet-util' plugin for utility skills in .NET development * Add dotnet-util to Codex marketplace manifest * Align dotnet-util marketplace descriptions * Refactor CODEOWNERS and update README for nuget-trusted-publishing; add evaluation scenarios and workflow template for trusted publishing * Add P/Invoke diagnostics and type mapping references; implement NuGet trusted publishing setup - Created diagnostics.md for common pitfalls and failure modes in P/Invoke. - Added type-mapping.md for native-to-.NET type mappings. - Introduced nuget-trusted-publishing skill for setting up OIDC-based NuGet publishing. - Added package-types.md detailing structural requirements for various NuGet package types. - Created publish-workflow.md as a template for GitHub Actions workflows for NuGet publishing. * Add evaluation YAML files for csharp-scripts, dotnet-pinvoke, and nuget-trusted-publishing skills * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Complete nuget-trusted-publishing move: remove from dotnet, add to dotnet-specialized README * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Remove eval.vally.yaml and eval.yaml files for nuget-trusted-publishing skill * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add NuGet trusted publishing skill and related references - Introduced `nuget-trusted-publishing` skill for setting up OIDC-based trusted publishing on GitHub Actions. - Added detailed documentation in SKILL.md covering prerequisites, process, safety rules, and troubleshooting. - Created `package-types.md` to outline structural requirements for various NuGet package types. - Developed `publish-workflow.md` as a template for GitHub Actions workflows for NuGet publishing. - Removed obsolete `dotnet-specialized` plugin and updated `dotnet` plugin description. - Added evaluation tests for `nuget-trusted-publishing` skill to ensure proper guidance for users. - Implemented evaluation tests for `dotnet-pinvoke` and `csharp-scripts` skills to validate functionality. * Update dotnet plugin description to include high-level .NET development skills * Add NuGet trusted publishing and P/Invoke documentation - Introduced type mapping reference for native-to-.NET types in dotnet-pinvoke. - Added a comprehensive guide for setting up NuGet trusted publishing using OIDC in GitHub Actions. - Created a reference document detailing structural requirements for various NuGet package types. - Provided a template for GitHub Actions workflow for publishing NuGet packages with trusted publishing. - Implemented evaluation scenarios for testing the dotnet-pinvoke and nuget-trusted-publishing skills, including prompts and assertions for expected outputs. * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add CODEOWNERS entries for setup-local-sdk * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update dotnet README to list setup-local-sdk skill * Add setup-local-sdk to skills section in README * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,12 @@
|
||||
{
|
||||
"name": "dotnet",
|
||||
"source": "./plugins/dotnet",
|
||||
"description": "Collection of core .NET skills for handling common .NET coding tasks."
|
||||
"description": "C# language server (LSP) integration for coding agents and high-level .NET development skills."
|
||||
},
|
||||
{
|
||||
"name": "dotnet-advanced",
|
||||
"source": "./plugins/dotnet-advanced",
|
||||
"description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin."
|
||||
},
|
||||
{
|
||||
"name": "dotnet-data",
|
||||
|
||||
@@ -7,7 +7,12 @@
|
||||
{
|
||||
"name": "dotnet",
|
||||
"source": "./plugins/dotnet",
|
||||
"description": "Collection of core .NET skills for handling common .NET coding tasks."
|
||||
"description": "C# language server (LSP) integration for coding agents and high-level .NET development skills."
|
||||
},
|
||||
{
|
||||
"name": "dotnet-advanced",
|
||||
"source": "./plugins/dotnet-advanced",
|
||||
"description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin."
|
||||
},
|
||||
{
|
||||
"name": "dotnet-data",
|
||||
|
||||
@@ -10,7 +10,12 @@
|
||||
{
|
||||
"name": "dotnet",
|
||||
"source": "./plugins/dotnet",
|
||||
"description": "Collection of core .NET skills for handling common .NET coding tasks."
|
||||
"description": "C# language server (LSP) integration for coding agents and high-level .NET development skills."
|
||||
},
|
||||
{
|
||||
"name": "dotnet-advanced",
|
||||
"source": "./plugins/dotnet-advanced",
|
||||
"description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin."
|
||||
},
|
||||
{
|
||||
"name": "dotnet-data",
|
||||
|
||||
+10
-11
@@ -10,22 +10,21 @@
|
||||
/tests/dotnet-msbuild/ @ViktorHofer @JanKrivanek @dotnet/skills-msbuild-reviewers
|
||||
|
||||
# dotnet (common everyday C#/.NET)
|
||||
/plugins/dotnet/skills/csharp-scripts/ @dotnet/run-file @dotnet/skills-csharp-language-reviewers
|
||||
/tests/dotnet/csharp-scripts/ @dotnet/run-file @dotnet/skills-csharp-language-reviewers
|
||||
|
||||
/plugins/dotnet/skills/setup-local-sdk/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
|
||||
/tests/dotnet/setup-local-sdk/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
|
||||
/plugins/dotnet/lsp.json @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
|
||||
|
||||
/plugins/dotnet/skills/dotnet-pinvoke/ @dotnet/appmodel @dotnet/skills-csharp-language-reviewers
|
||||
/tests/dotnet/dotnet-pinvoke/ @dotnet/appmodel @dotnet/skills-csharp-language-reviewers
|
||||
# dotnet-advanced (advanced .NET development skills)
|
||||
/plugins/dotnet-advanced/skills/csharp-scripts/ @dotnet/run-file @dotnet/skills-csharp-language-reviewers
|
||||
/tests/dotnet-advanced/csharp-scripts/ @dotnet/run-file @dotnet/skills-csharp-language-reviewers
|
||||
|
||||
/plugins/dotnet/skills/nuget-trusted-publishing/ @lewing @kartheekp-ms @dotnet/skills-csharp-language-reviewers
|
||||
/tests/dotnet/nuget-trusted-publishing/ @lewing @kartheekp-ms @dotnet/skills-csharp-language-reviewers
|
||||
/plugins/dotnet-advanced/skills/dotnet-pinvoke/ @dotnet/appmodel @dotnet/skills-csharp-language-reviewers
|
||||
/tests/dotnet-advanced/dotnet-pinvoke/ @dotnet/appmodel @dotnet/skills-csharp-language-reviewers
|
||||
|
||||
/plugins/dotnet/skills/setup-local-sdk/ @jfversluis @Redth @dotnet/skills-csharp-language-reviewers
|
||||
/tests/dotnet/setup-local-sdk/ @jfversluis @Redth @dotnet/skills-csharp-language-reviewers
|
||||
|
||||
/plugins/dotnet/agents/optimizing-dotnet-performance.agent.md @dotnet/appmodel
|
||||
/plugins/dotnet-advanced/skills/nuget-trusted-publishing/ @lewing @kartheekp-ms @dotnet/skills-csharp-language-reviewers
|
||||
/tests/dotnet-advanced/nuget-trusted-publishing/ @lewing @kartheekp-ms @dotnet/skills-csharp-language-reviewers
|
||||
|
||||
# dotnet-ai (AI generation development)
|
||||
/plugins/dotnet-ai/skills/mcp-csharp-create/ @leslierichardson95 @cathysull
|
||||
/tests/dotnet-ai/mcp-csharp-create/ @leslierichardson95 @cathysull
|
||||
|
||||
|
||||
@@ -7,7 +7,12 @@
|
||||
{
|
||||
"name": "dotnet",
|
||||
"source": "./plugins/dotnet",
|
||||
"description": "Collection of core .NET skills for handling common .NET coding tasks."
|
||||
"description": "C# language server (LSP) integration for coding agents and high-level .NET development skills."
|
||||
},
|
||||
{
|
||||
"name": "dotnet-advanced",
|
||||
"source": "./plugins/dotnet-advanced",
|
||||
"description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin."
|
||||
},
|
||||
{
|
||||
"name": "dotnet-data",
|
||||
|
||||
@@ -10,7 +10,8 @@ This repository contains the .NET team's curated set of core skills and custom a
|
||||
|
||||
| Plugin | Description |
|
||||
|--------|-------------|
|
||||
| [dotnet](plugins/dotnet/) | Collection of core .NET skills for handling common .NET coding tasks. |
|
||||
| [dotnet](plugins/dotnet/) | C# language server (LSP) integration for coding agents and high-level .NET development skills. |
|
||||
| [dotnet-advanced](plugins/dotnet-advanced/) | Collection of .NET skills for handling specific .NET tasks for special scenarios. |
|
||||
| [dotnet-data](plugins/dotnet-data/) | Skills for .NET data access and Entity Framework related tasks. |
|
||||
| [dotnet-diag](plugins/dotnet-diag/) | Skills for .NET performance investigations, debugging, and incident analysis. |
|
||||
| [dotnet-msbuild](plugins/dotnet-msbuild/) | Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization. |
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "dotnet-advanced",
|
||||
"version": "0.2.0",
|
||||
"description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin.",
|
||||
"skills": ["./skills/"]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
# dotnet-advanced
|
||||
|
||||
Advanced .NET and C# skills for niche scenarios and coding agents.
|
||||
|
||||
## Includes
|
||||
|
||||
- .NET skills to help with specific .NET development scenarios
|
||||
|
||||
## Skills
|
||||
|
||||
- csharp-scripts
|
||||
- dotnet-pinvoke
|
||||
- nuget-trusted-publishing
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "dotnet-advanced",
|
||||
"version": "0.2.0",
|
||||
"description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin.",
|
||||
"skills": ["./skills/"]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dotnet",
|
||||
"version": "0.1.0",
|
||||
"description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
|
||||
"version": "0.2.0",
|
||||
"description": "C# language server (LSP) integration for coding agents and high-level .NET development skills.",
|
||||
"skills": ["./skills/"],
|
||||
"lspServers": "./lsp.json"
|
||||
}
|
||||
|
||||
@@ -17,6 +17,4 @@ Prerequisites:
|
||||
|
||||
## Skills
|
||||
|
||||
- csharp-scripts
|
||||
- dotnet-pinvoke
|
||||
- nuget-trusted-publishing
|
||||
- [setup-local-sdk](skills/setup-local-sdk/SKILL.md)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dotnet",
|
||||
"version": "0.1.0",
|
||||
"description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
|
||||
"version": "0.2.0",
|
||||
"description": "C# language server (LSP) integration for coding agents and high-level .NET development skills.",
|
||||
"skills": ["./skills/"],
|
||||
"lspServers": "./lsp.json"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name: nuget-trusted-publishing
|
||||
description: Evaluates the dotnet/nuget-trusted-publishing skill
|
||||
description: Evaluates the dotnet-advanced/nuget-trusted-publishing skill
|
||||
type: capability
|
||||
config:
|
||||
timeout: 2m
|
||||
Reference in New Issue
Block a user