DotNet Test Quality Audit
curated by SkillMD · plugin · 3 skills
Analyze .NET test suites for anti-patterns, maintainability issues, and assertion diversity, producing a severity-ranked report.
Install the whole plugin (CLI)
npx skillmds add dotnet/test-anti-patterns
npx skillmds add dotnet/exp-test-maintainability
npx skillmds add dotnet/assertion-qualitySkills in this plugin
- ▌ test-anti-patterns · dotnetAudits test files for anti-patterns and quality issues, producing a severity-ranked report across multiple languages and frameworks.
- ▌ exp-test-maintainability · dotnetAnalyzes .NET test suites for duplicated boilerplate, copy-paste tests, and structural maintainability issues, producing a report with concrete before/after refactoring suggestions.
- ▌ assertion-quality · dotnetAnalyzes test suites to measure assertion diversity, detect shallow or trivial assertions, and identify tests that lack meaningful verification.