CtrlK
BlogDocsLog inGet started
Tessl Logo

temporal-python-pro

Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment.

44

Quality

45%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/temporal-python-pro/SKILL.md

The canonical home for this skill is temporal-python-pro in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

25%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.

The skill body reads as an encyclopedic enumeration of Temporal Python topics rather than actionable guidance: it is verbose, contains no executable code, lacks a sequenced workflow with validation checkpoints, and inlines content that should be split into referenced bundle files.

Suggestions

Replace generic capability bullet lists with a few complete, executable code examples covering the core cases (defining a workflow, an activity, running a worker, a time-skipping test).

Define an explicit multi-step workflow with validation checkpoints (e.g., write workflow/activity -> run time-skipping tests -> replay against production history -> deploy worker with graceful shutdown) rather than abstract 'Instructions'.

Move the bulk of the capability enumeration into reference bundle files (e.g., references/patterns.md, references/deployment.md) and keep SKILL.md as a concise overview with clearly signaled, existing one-level-deep links.

DimensionReasoningScore

Conciseness

The body is noticeably verbose (~360 lines) with many padded generic bullet enumerations ('Worker initialization with proper task queue configuration', 'Keep workflows focused and single-purpose') that could be tightened; it does not quite sink to wholly padded fluff.

2 / 5

Actionability

It names concrete APIs and decorators (@workflow.defn, workflow.now(), workflow.random(), RetryPolicy) but provides no executable code blocks at all, leaving only high-level hints rather than copy-paste guidance.

2 / 5

Workflow Clarity

Only a rough, generic sequence appears ('Clarify goals', 'Apply relevant best practices and validate outcomes') with steps poorly defined and validation implicit; no sequenced workflow with explicit checkpoints despite deployment being a multi-step risky process.

2 / 5

Progressive Disclosure

Content is a monolithic inline wall of capability lists that clearly belongs in separate reference files, and its single internal pointer ('open resources/implementation-playbook.md') references a file that does not exist in the bundle.

2 / 5

Total

8

/

20

Passed

Description

66%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.

The description clearly conveys what the skill does with concrete, domain-specific actions and is highly distinct, but it omits any explicit 'when to use it' trigger guidance, which caps completeness.

Suggestions

Add an explicit 'Use when...' clause naming natural trigger phrases (e.g., 'Use when building Temporal workflows in Python, durable workflows, sagas, or distributed transactions').

Include common synonyms and identifiers users might say (Temporal Python SDK, workflow orchestration, durable execution, .py workflow) to raise trigger term coverage.

Name one or two more concrete actions (e.g., 'configure retries and timeouts', 'deploy and monitor workers') to reach comprehensive specificity.

DimensionReasoningScore

Specificity

Lists several concrete actions ('Implements durable workflows, saga patterns, and distributed transactions', 'Covers async/await, testing strategies, and production deployment') with only minor coverage gaps; not quite comprehensive enough for a 5.

4 / 5

Completeness

The 'what' is clearly stated, but there is no explicit 'Use when...' clause or equivalent trigger guidance, which the rubric caps at 3.

3 / 5

Trigger Term Quality

Includes natural terms users would say ('Temporal workflow orchestration with Python SDK', 'saga patterns', 'async/await') but lacks synonyms or file/SDK identifiers that would push it to a 5.

4 / 5

Distinctiveness Conflict Risk

The named platform (Temporal) plus Python SDK carve a clear niche with minimal conflict risk; only minor overlap with general orchestration skills keeps it from a 5.

4 / 5

Total

15

/

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

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.