Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

assertion-quality

// Analyzes the variety and depth of assertions across .NET test suites. Use when the user asks to evaluate assertion quality, find shallow testing, identify assertion-free tests (no assertions or only trivial ones like Assert.IsNotNull), flag self-referential or tautological assertions (output equals input on identity/round-trip operations), measure assertion coverage diversity, or audit whether tests verify different facets of correctness. Produces metrics and actionable recommendations. Works with MSTest, xUnit, NUnit, TUnit. DO NOT USE FOR: writing new tests (use writing-mstest-tests), other anti-patterns like flakiness or duplication (use test-anti-patterns), or fixing assertions.

$ git log --oneline --stat
stars:٤١٥
forks:٣١
updated:٢٣ مايو ٢٠٢٦ في ٢١:٤١
مستكشف الملفات
2 ملفات
SKILL.md
readonly