CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/bullmq-tests

Authors and runs BullMQ job tests in TypeScript / JavaScript - `Queue` and `Worker` patterns, processor mocking, retry/backoff/repeat-job assertions, FlowProducer for parent-child job dependencies, QueueEvents listeners; tests use a real Redis instance (Docker / Testcontainers / `ioredis-mock` for stricter unit-test isolation). Use when the user works with BullMQ in Node.js services and needs unit / integration tests for queue producers, worker processors, or flow orchestration.

75

Quality

94%

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

85%

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

The body is highly actionable with executable examples and a clear sequenced workflow supported by verification checkpoints and a single well-signaled reference file. It is slightly verbose in a few prose segments and the marketing quote, which keeps conciseness at the efficient-but-could-tighten level.

Suggestions

Trim the marketing quote block ('The fastest, most reliable...') and the line 'The Queue produces; the Worker consumes. Tests typically import and invoke both within the test process.' to lift conciseness toward the lean level-3 anchor.

Consider collapsing the verbatim README 'Basic Queue + Worker pattern' snippets, which partially duplicate the worked example, to reduce token weight while preserving the runnable demonstration.

DimensionReasoningScore

Conciseness

Mostly efficient, but the marketing quote block ('The fastest, most reliable...') and prose like 'The Queue produces; the Worker consumes. Tests typically import and invoke both within the test process.' add tokens Claude does not need, fitting the 'mostly efficient but could be tightened' anchor rather than the lean level-3 example.

2 / 3

Actionability

Provides fully executable, copy-paste-ready TypeScript (producer unit test, processor unit test, real-Worker integration test) plus install commands and an anti-patterns table with concrete fixes, matching the 'fully executable code/commands' anchor.

3 / 3

Workflow Clarity

A clear numbered 'How to use' sequence is reinforced by a worked producer→processor→integration flow with explicit verification checkpoints (assert on queue.getJobs(['waiting']), QueueEvents 'completed' listener) and drain/close cleanup; matches the clear-sequence-with-validation anchor.

3 / 3

Progressive Disclosure

SKILL.md is a concise overview that signals a single one-level-deep reference ([references/advanced-patterns-and-ci.md], a verified real file) in both the 'How to use' steps and the References section, matching the well-signaled one-level-deep anchor.

3 / 3

Total

11

/

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, third-person, and includes an explicit 'Use when...' trigger with strong natural keyword coverage. It clearly occupies a distinct BullMQ-testing niche unlikely to trigger for sibling queue-testing skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Queue and Worker patterns, processor mocking, retry/backoff/repeat-job assertions, FlowProducer for parent-child job dependencies, QueueEvents listeners' — matching the 'multiple specific concrete actions' anchor rather than naming only a domain (level 2).

3 / 3

Completeness

Explicitly answers both what ('Authors and runs BullMQ job tests...') and when via an explicit 'Use when the user works with BullMQ in Node.js services...' clause, satisfying the both-what-and-when anchor; the guideline capping completeness at 2 for a missing 'Use when...' does not apply.

3 / 3

Trigger Term Quality

Natural terms users would say are well covered — 'BullMQ job tests', 'TypeScript / JavaScript', 'Node.js services', 'unit / integration tests', 'queue producers, worker processors, flow orchestration' — matching the good-coverage anchor; it is not above the scale.

3 / 3

Distinctiveness Conflict Risk

Clear niche scoped to BullMQ/Node.js queue testing with distinct triggers ('BullMQ', 'FlowProducer', 'QueueEvents'), unlikely to conflict with sibling skills like sidekiq-tests; matches the clear-niche anchor.

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