Skip to content

Add dotnet-test external plugin from dotnet/skills#1670

Closed
nohwnd wants to merge 1 commit intogithub:stagedfrom
nohwnd:add-dotnet-test-plugin
Closed

Add dotnet-test external plugin from dotnet/skills#1670
nohwnd wants to merge 1 commit intogithub:stagedfrom
nohwnd:add-dotnet-test-plugin

Conversation

@nohwnd
Copy link
Copy Markdown
Contributor

@nohwnd nohwnd commented May 11, 2026

Adds the dotnet-test plugin as an external plugin reference pointing to dotnet/skills.

This plugin provides skills and agents for running, diagnosing, and migrating .NET tests — including test execution, filtering, platform detection, MSTest workflows, test generation, and testability migration.

Follows the same pattern as the existing dotnet and dotnet-diag entries.

Add the dotnet-test plugin as an external plugin reference pointing to
dotnet/skills. This plugin provides skills for running, diagnosing, and
migrating .NET tests including test execution, filtering, platform
detection, and MSTest workflows.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 11, 2026 11:44
@nohwnd nohwnd requested a review from aaronpowell as a code owner May 11, 2026 11:44
@github-actions github-actions Bot added external-plugin PR updates plugins/external.json plugin PR touches plugins labels May 11, 2026
@nohwnd nohwnd closed this May 11, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label May 11, 2026
Copy link
Copy Markdown
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

Adds a new external plugin reference for dotnet-test (hosted in dotnet/skills) so it can be included in this repo’s generated plugin marketplace metadata.

Changes:

  • Added a dotnet-test entry to plugins/external.json pointing at dotnet/skills/plugins/dotnet-test.
  • Included metadata (description, version, keywords, licensing, repo/homepage) consistent with existing dotnet / dotnet-diag external entries.

Comment thread plugins/external.json
Comment on lines +74 to +90
{
"name": "dotnet-test",
"description": "Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows.",
"version": "0.1.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/dotnet/skills",
"keywords": ["dotnet", "testing", "mstest", "unit-testing", "test-migration", "test-generation", "coverage", "testability"],
"license": "MIT",
"repository": "https://github.com/dotnet/skills",
"source": {
"source": "github",
"repo": "dotnet/skills",
"path": "plugins/dotnet-test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-plugin PR updates plugins/external.json needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk plugin PR touches plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants