Add testing agent skills guidance - #55775
Open
Evangelink wants to merge 2 commits into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot review overview
Review tier: Lite
Findings: 3
New issues introduced by this change (3)
| Severity | Finding |
|---|---|
docs/core/testing/microsoft-testing-platform-ai.md — The phrase "at test run time" can read like a performance metric (runtime) rather than the… |
|
docs/core/testing/microsoft-testing-platform-ai.md — This row recommends invoking a focused dotnet-test skill but doesn't link to where readers can… |
|
docs/core/testing/migrating-vstest-microsoft-testing-platform.md — The TIP references "plugins" without explicitly tying them to .NET Agent Skills / coding-agent… |
What changed in this PR
This PR updates .NET testing documentation to help readers distinguish MTP runtime AI integration packages from coding-agent workflows, and it adds targeted pointers to .NET Agent Skills for test creation, quality auditing, testability improvements, and VSTest-to-MTP migration automation.
Changes:
- Added a new section to the MTP AI integrations article that recommends specific .NET Agent Skills for common test workflows.
- Added a TIP in the VSTest-to-MTP migration guide that points to the relevant migration agent/skill and plugins.
- Updated
ms.datemetadata in both articles.
| File | Description |
|---|---|
| docs/core/testing/migrating-vstest-microsoft-testing-platform.md | Adds a TIP pointing readers to .NET Agent Skills resources for repository-wide VSTest-to-MTP migration. |
| docs/core/testing/microsoft-testing-platform-ai.md | Adds a section that differentiates runtime AI integrations from coding-agent workflows and links to relevant skills/agents. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.

Summary
Adds focused guidance for readers who want an AI coding assistant to create, assess, improve, or migrate tests. The MTP AI article now distinguishes runtime AI integrations from coding-agent workflows and points to a small set of relevant skills and agents. The VSTest-to-MTP guide adds one targeted migration callout instead of repeating the full plugin catalog.
The guidance is adapted from the
dotnet-testanddotnet-test-migrationplugin documentation indotnet/skills. The documentation changes were created with AI assistance.Fixes: N/A
Internal previews
Build report