What problem does it solve?
Test analysis skills need framework-specific lookup data (assertion APIs, skip annotations, tag syntax) that varies across languages, and this Skill centralizes that reference data so analysis stays accurate across polyglot codebases.
Core Features & Use Cases
- Per-Language Reference Files: Ships extension files for .NET, Python, TypeScript, Java, Go, Ruby, Rust, Swift, Kotlin, PowerShell, and C++ covering their major test frameworks.
- Capability Tagging: Each extension declares support levels for test discovery, assertion detection, sleep patterns, skip handling, setup/teardown, mystery guest indicators, integration markers, and tag support (auto-edit, report-only, or convention-based).
- Use Case: When the test-quality-auditor agent analyzes a mixed Jest and Mocha TypeScript repo, it calls this Skill to locate and read typescript.md so it can correctly detect unawaited promises,
.only commits, and xit skips.
Quick Start
Ask the agent to analyze test quality in your repository and it will load the matching language extension file before running the test analysis skills.