CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/jenkinsfile-test-stages

Configures Jenkins declarative pipeline test stages - `Jenkinsfile` with stages, parallel + per-agent execution, post-actions (always / failure / success), pipeline-junit-plugin for test reports, lockable resources for shared infra. Use for Jenkins-based CI (common in enterprise / regulated environments).

67

Quality

84%

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

71%Weight 40%Scale 1-5

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

A well-structured body with executable Jenkinsfile examples and clean progressive disclosure into three reference files. The main weakness is mild over-explanation of Jenkins basics and a narrative (rather than fully coded) worked example.

Suggestions

Remove or condense the Overview bullet list defining Pipeline/Agent/Stages/Steps/Post — Claude already knows these Jenkins concepts.

Add an explicit validation checkpoint in 'How to use', e.g. lint the Jenkinsfile with `jenkins declarative-linter` or `crumb`-based replay before committing.

Consider showing one compact end-to-end Jenkinsfile (parallel + post + lock + credentials) inline instead of a narrative worked example, so the advanced case is copy-pasteable from the body.

DimensionReasoningScore

Conciseness

Mostly efficient, but the Overview bullet list defines Pipeline/Agent/Stages/Steps/Post — concepts Claude already knows — and the 'For new projects in 2026+' commentary is opinion padding that could be trimmed.

3 / 5

Actionability

Step 1, Step 2, and the retry section give copy-paste-ready executable Jenkinsfiles, but the common advanced cases (parallel, post, environment) are delegated to reference files rather than shown inline, leaving a minor gap.

4 / 5

Workflow Clarity

A clear 7-step 'How to use' sequence with step 7 ('Review the anti-patterns table before committing') acting as a review checkpoint; no explicit linting/validation gate, which is a minor gap for config authoring.

4 / 5

Progressive Disclosure

Clear overview keeps core recipes inline and delegates advanced patterns to three real one-level-deep reference files (parallel-and-matrix, post-actions, environment-and-triggers), each signaled repeatedly and listed again in a References section.

5 / 5

Total

16

/

20

Passed

Description

92%Weight 40%Scale 1-5

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

A specific, well-scoped description that names concrete capabilities and gives explicit use-when guidance for Jenkins CI contexts. Minor keyword synonym coverage could be added, but it clearly distinguishes itself from sibling CI skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Configures Jenkins declarative pipeline test stages', 'parallel + per-agent execution', 'post-actions (always / failure / success)', 'pipeline-junit-plugin for test reports', 'lockable resources for shared infra' — giving comprehensive coverage of the skill's capabilities.

5 / 5

Completeness

Explicitly answers both what ('Configures Jenkins declarative pipeline test stages ...') and when ('Use for Jenkins-based CI (common in enterprise / regulated environments).') with concrete trigger phrasing.

5 / 5

Trigger Term Quality

Strong natural terms ('Jenkins declarative pipeline', 'Jenkinsfile', 'Jenkins-based CI', 'enterprise / regulated environments') that a user would say, but missing common synonyms like 'CI/CD pipeline' or 'build pipeline' and no file extension.

4 / 5

Distinctiveness Conflict Risk

Clear niche (Jenkins declarative test stages) with distinct triggers; the Jenkins-specific framing keeps conflict risk with sibling CI skills (github-actions / gitlab-ci) minimal.

5 / 5

Total

19

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents