Dotnet test
Skills for running, generating, analyzing, and improving .NET tests: test execution, filtering, platform detection, coverage, testability, and MSTest workflows.From its SKILL.md
npx -y skills add autohandai/community-skills --skill dotnet-testAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.3 KB, 188 tokens by cl100k_base, as published. Nobody here has run it
dotnet-test
Overview
Use this skill for .NET test execution, generation, analysis, filtering, coverage, testability improvements, platform detection, and MSTest workflows using dotnet/skills.
Workflow
- Identify test projects, frameworks, target frameworks, adapters, fixtures, data sources, and CI test commands.
- Run or recommend the narrowest meaningful test command for the change.
- Improve tests around behavior and contracts rather than implementation detail.
- Report skipped, flaky, platform-specific, or environment-dependent tests plainly.
Guardrails
- Do not silently switch test frameworks or runners.
- Preserve existing test naming, fixture setup, traits, categories, and CI filters.
- Avoid broad snapshots when focused assertions can prove behavior.
Expected Output
Return test changes or analysis with commands, filters, coverage notes, and failure interpretation.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.