test-tagging

Installation
SKILL.md

Test Trait Tagging

Analyze an existing test suite in any supported language and apply a standardized set of trait tags to each test method, giving teams visibility into their test distribution (positive vs. negative, critical-path coverage, smoke tests, etc.).

Language-specific guidance: Try test-analysis-extensions once. If it is unavailable, continue immediately with the built-in framework table below; never block tagging on the helper.

When to Use

  • Auditing a test project to understand the mix of test types
  • Adding trait attributes to untagged tests
  • Generating a summary report of trait distribution across a test suite
  • Reviewing whether critical paths have sufficient coverage

When Not to Use

Installs
1.5K
Repository
dotnet/skills
GitHub Stars
5.4K
First Seen
May 11, 2026
test-tagging — dotnet/skills