CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/testng-tests

Configures and runs TestNG - JVM testing framework with `@Test` priorities + groups + `dependsOnMethods`; `@DataProvider` for parametrized tests with method-level data sources; `testng.xml` suite definitions for grouping + parallelism config; listeners (`ITestListener`, `ISuiteListener`) for hooks; `ITestContext` for cross-test state; integrates with Maven Surefire / Gradle. Use when working with legacy TestNG codebases or needing TestNG-specific features (test method dependencies, suite-level XML config).

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is concise and actionable with executable code, a clear sequenced workflow, and proper progressive disclosure via a single real reference file, all without over-explaining concepts Claude already knows.

DimensionReasoningScore

Conciseness

The body is lean: tight code blocks, a dense anti-patterns table, and a brief overview that positions the skill rather than padding. The non-obvious assertEquals-order note earns its place by warning of a real migration trap.

3 / 3

Actionability

Provides fully executable, copy-paste-ready Gradle Kotlin DSL, Maven XML, a complete Java test class with @DataProvider, and concrete run commands ('./gradlew test' or 'mvn test').

3 / 3

Workflow Clarity

The 'How to use' section gives a clear 5-step sequence including a reproduce-single-failure-by-name feedback loop; the operations are non-destructive so no validation checkpoint is required.

3 / 3

Progressive Disclosure

Clear overview sections with a single well-signaled one-level-deep reference to the real references/annotations-suites-and-ci.md file; deep lifecycle/suites/listeners/CI content is appropriately split out.

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, uses natural third-person trigger language, and clearly answers both what the skill does and when to use it, with a distinct TestNG niche that avoids overlap with the junit5-tests skill.

DimensionReasoningScore

Specificity

Lists multiple concrete actions and features — '@Test priorities + groups + dependsOnMethods', '@DataProvider for parametrized tests', 'testng.xml suite definitions', 'listeners (ITestListener, ISuiteListener)', 'integrates with Maven Surefire / Gradle' — matching the level-3 anchor.

3 / 3

Completeness

Explicitly states what ('Configures and runs TestNG ...') and when ('Use when working with legacy TestNG codebases or needing TestNG-specific features'), satisfying the level-3 anchor with an explicit trigger clause.

3 / 3

Trigger Term Quality

Includes natural terms a user would actually say — 'TestNG', 'legacy TestNG codebases', 'test method dependencies', 'suite-level XML config' — giving good coverage rather than abstract jargon.

3 / 3

Distinctiveness Conflict Risk

The TestNG-specific niche and explicit contrast with JUnit 5 give it distinct triggers unlikely to fire for the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Reviewed

Table of Contents