CtrlK
BlogDocsLog inGet started
Tessl Logo

iii-queue-processing

Enqueues jobs, configures retry policies, sets concurrency limits, and orders messages via named standard or FIFO queues. Use when building background job workers, task queues, message queues, async pipelines, or any pattern needing guaranteed delivery with exponential backoff and dead-letter handling.

83

Quality

78%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/iii-queue-processing/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

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.

This is an excellent skill description that clearly articulates specific capabilities (enqueuing, retry configuration, concurrency, message ordering), provides a comprehensive 'Use when' clause with diverse natural trigger terms, and occupies a distinct niche in job/message queuing. It uses proper third-person voice throughout and balances conciseness with thoroughness.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: enqueues jobs, configures retry policies, sets concurrency limits, orders messages via named standard or FIFO queues. These are precise, actionable capabilities.

3 / 3

Completeness

Clearly answers both 'what' (enqueues jobs, configures retry policies, sets concurrency limits, orders messages via queues) and 'when' (explicit 'Use when' clause listing background job workers, task queues, message queues, async pipelines, guaranteed delivery patterns).

3 / 3

Trigger Term Quality

Excellent coverage of natural terms users would say: 'background job workers', 'task queues', 'message queues', 'async pipelines', 'guaranteed delivery', 'exponential backoff', 'dead-letter handling', 'FIFO queues', 'retry policies', 'concurrency limits'. These span both high-level concepts and specific technical terms users would naturally use.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche focused on job/message queuing with specific triggers like FIFO queues, dead-letter handling, exponential backoff, and concurrency limits. Unlikely to conflict with other skills due to the specificity of the queuing/messaging domain.

3 / 3

Total

12

/

12

Passed

Implementation

57%

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

This is a reasonably well-structured skill that clearly explains the queue processing pattern and its primitives, with good progressive disclosure to reference implementations. Its main weaknesses are the lack of inline executable code (relying entirely on external files for concrete examples) and the absence of validation/verification steps in the workflow. Some sections at the end ('When to Use', 'Boundaries') are generic boilerplate that could be trimmed.

Suggestions

Add at least one minimal inline code example showing a complete producer-consumer pair (even 10-15 lines) so the skill is actionable without navigating to reference files.

Add explicit validation steps — e.g., how to verify queue config is correct, how to confirm jobs are being enqueued/processed, and what to check when jobs fail.

Remove or consolidate the generic 'When to Use' and 'Boundaries' sections at the end, which add little skill-specific value and consume tokens.

DimensionReasoningScore

Conciseness

The content is mostly efficient but has some redundancy — the 'When to Use' and 'Boundaries' sections at the end repeat generic boilerplate that adds little value. The 'Key Concepts' and 'Common Patterns' sections overlap somewhat. However, it generally avoids explaining things Claude already knows.

2 / 3

Actionability

The skill provides API signatures and a clear architecture diagram, but lacks inline executable code examples. It delegates all concrete code to external reference files. The 'Common Patterns' section lists function calls but without complete, copy-paste-ready snippets showing how they fit together.

2 / 3

Workflow Clarity

The architecture diagram shows the flow from producer to consumer to DLQ, and the adapting section mentions chaining queues. However, there are no explicit validation checkpoints or error recovery feedback loops — e.g., no guidance on verifying queue config is correct before deploying, or how to validate that jobs are being processed correctly.

2 / 3

Progressive Disclosure

The skill provides a clear overview with well-signaled one-level-deep references to implementation files (JS, Python, Rust) and config references. Content is appropriately split between the overview skill file and detailed reference implementations.

3 / 3

Total

9

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
iii-hq/iii
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.