CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/ci-test-job-conventions

Pure-reference for cross-CI test workflow conventions - when to shard (and how many shards), retry policy (which failures are safe to retry), flake-quarantine integration, artifact retention, per-trigger cadence (per-PR vs per-merge vs nightly), concurrency-cancel patterns, per-job timeouts, secret management, and cross-CI portability. Use as the team's reference for CI test-workflow design across GitHub Actions / GitLab CI / Jenkins / CircleCI; per-CI reporting and per-language reporter / cache-key lookups live in references/.

79

Quality

99%

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.

A lean, highly actionable reference skill: decision matrices and concrete per-CI patterns, a clearly sequenced workflow with checkpoints and a worked example, and clean one-level-deep progressive disclosure to a real companion file. No meaningful deductions across the content dimensions.

DimensionReasoningScore

Conciseness

The body is dense decision matrices and tables with no concept explanations Claude already knows (no 'what a CI is' or 'what a test is' padding); nearly every token earns its place. Not a 2 because the length is decision-content density rather than unnecessary explanation that could be tightened.

3 / 3

Actionability

Provides concrete, copy-paste-ready patterns such as 'concurrency: group: ${{ github.workflow }}-${{ github.head_ref }}' + 'cancel-in-progress: true', 'interruptible: true', 'buildDiscarder(logRotator(...))', and '::add-mask::$VALUE', plus specific shard counts and timeout bands. Not a 2 because the guidance is executable rather than pseudocode or abstract direction.

3 / 3

Workflow Clarity

A sequenced 6-step 'How to use this reference' workflow with a closing 'Then re-check the workflow against the conventions below' checkpoint, reinforced by a fully walked 25-minute Playwright worked example and a flake tag->quarantine->review feedback loop. Not a 2 because explicit checkpoints and a feedback loop are present, and this is a reference skill rather than a destructive batch operation.

3 / 3

Progressive Disclosure

SKILL.md is a decision surface that defers per-CI reporting and per-language reporter/cache-key lookups to a single, clearly signaled, one-level-deep companion at references/junit-and-cache-lookups.md (a real bundle file). Not a 2 because content is appropriately split and navigation is explicit rather than inline-bloated or nested.

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.

A strong, specific description that names concrete conventions, lists natural CI trigger terms, gives explicit use guidance, and carves out a distinct cross-CI niche. Its only mild weakness is slight verbosity and jargon in the enumeration, which the description rubric does not penalize directly.

DimensionReasoningScore

Specificity

Lists many specific concrete conventions - 'when to shard (and how many shards), retry policy (which failures are safe to retry), flake-quarantine integration, artifact retention, per-trigger cadence ... per-job timeouts, secret management, and cross-CI portability' - matching the 'lists multiple specific concrete actions' anchor. Not a 2 because it is comprehensive rather than naming only some actions; third-person voice, so no voice penalty.

3 / 3

Completeness

Clearly answers 'what' (the enumerated conventions) and provides explicit trigger guidance via 'Use as the team's reference for CI test-workflow design across GitHub Actions / GitLab CI / Jenkins / CircleCI'. Not a 2 because explicit use guidance is stated rather than merely implied, so the missing-'Use when' cap does not apply.

3 / 3

Trigger Term Quality

Covers natural terms a CI user would say - 'GitHub Actions / GitLab CI / Jenkins / CircleCI', 'shard', 'retry policy', 'timeouts', 'secret management' - alongside more specialized phrasing, giving good coverage of natural trigger terms. Not a 2 because keyword coverage well exceeds the 'Works with PDF files' bar.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear cross-CI conventions niche explicitly distinguished from per-CI implementation skills ('per-CI reporting ... live in references/'), making wrong-skill conflicts unlikely. Not a 2 because the scope is sharply bounded rather than overlapping with sibling skills.

3 / 3

Total

12

/

12

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: 2 missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents