mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
47dd914532
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
19 lines
743 B
JSON
19 lines
743 B
JSON
{
|
|
"name": "dotnet-test",
|
|
"version": "0.2.18",
|
|
"description": "Skills for running, generating, analyzing, and improving .NET tests: test execution, filtering, platform detection, coverage, testability, and MSTest workflows.",
|
|
"skills": ["./skills/"],
|
|
"agents": [
|
|
"./agents/code-testing-generator.agent.md",
|
|
"./agents/code-testing-researcher.agent.md",
|
|
"./agents/code-testing-planner.agent.md",
|
|
"./agents/code-testing-implementer.agent.md",
|
|
"./agents/code-testing-builder.agent.md",
|
|
"./agents/code-testing-tester.agent.md",
|
|
"./agents/code-testing-fixer.agent.md",
|
|
"./agents/code-testing-linter.agent.md",
|
|
"./agents/testability-migration.agent.md",
|
|
"./agents/test-quality-auditor.agent.md"
|
|
]
|
|
}
|