CtrlK
BlogDocsLog inGet started
Tessl Logo

cloudflare-workers-ci-cd

Complete CI/CD guide for Cloudflare Workers using GitHub Actions and GitLab CI. Use for automated testing, deployment pipelines, preview environments, secrets management, or encountering deployment failures, workflow errors, environment configuration issues.

62

Quality

75%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./plugins/cloudflare-workers/skills/cloudflare-workers-ci-cd/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

50%

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

The skill provides highly actionable, executable CI/CD workflows for Cloudflare Workers with good coverage of common scenarios and errors. However, it is significantly too verbose—repeating similar workflow patterns, explaining obvious security practices, and inlining content that should live in the referenced files. The progressive disclosure structure is outlined but not actually implemented, as the main file contains far too much detail for an overview document.

Suggestions

Reduce the main SKILL.md to ~100 lines by moving the 5 use cases, 7 error patterns, and best practices into their respective reference files, keeping only the Quick Start and a brief summary of each section.

Remove explanations of concepts Claude already knows (e.g., 'Why: Broken code shouldn't reach production', 'Why: Exposed tokens allow anyone to deploy to your account') to cut token usage significantly.

Consolidate the repeated deploy workflow examples—the same basic pattern (checkout → setup-bun → install → test → deploy) appears 5+ times with minor variations; show it once and describe the variations concisely.

Add explicit validation/retry feedback loops to the deployment workflows (e.g., health check → rollback → retry) rather than just mentioning verification as a separate step.

DimensionReasoningScore

Conciseness

Extremely verbose at ~400+ lines. Explains obvious concepts like 'never commit secrets to git' and 'always run tests before deploy' that Claude already knows. The 'What Is Workers CI/CD?' section, extensive DO/DON'T lists, and repeated ✅/❌ pattern with explanations of why each rule matters add significant bloat. Many code examples are near-duplicates (the deploy workflow appears in slightly different forms multiple times).

1 / 3

Actionability

Provides fully executable, copy-paste ready YAML workflows for GitHub Actions, concrete bash commands, and specific configuration examples. The Quick Start section walks through exact steps with real code, and the use cases provide complete workflow files.

3 / 3

Workflow Clarity

Steps are listed and sequenced (Quick Start has numbered steps, use cases show complete workflows), and there is a deployment verification step mentioned. However, validation checkpoints are inconsistent—some workflows include health checks while others don't, and there's no explicit feedback loop for handling failed deployments beyond mentioning rollback references. The canary deployment workflow is incomplete, deferring to a reference file.

2 / 3

Progressive Disclosure

The 'When to Load References' section provides well-organized pointers to reference files and templates, which is good structure. However, no bundle files are actually provided, so these references are unverifiable. More importantly, the main SKILL.md itself is monolithic—it inlines extensive content (7 error patterns, 5 use cases with full YAML, best practices) that should be in reference files, undermining the progressive disclosure pattern it claims to follow.

2 / 3

Total

8

/

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.

This is a strong description that clearly identifies its domain (CI/CD for Cloudflare Workers), lists specific capabilities, and provides explicit trigger conditions covering both proactive use cases and reactive troubleshooting scenarios. The description is concise, uses third person voice appropriately, and includes natural keywords that users would actually use when seeking help with these topics.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: automated testing, deployment pipelines, preview environments, secrets management, and troubleshooting deployment failures/workflow errors/environment configuration issues.

3 / 3

Completeness

Clearly answers both 'what' (CI/CD guide for Cloudflare Workers using GitHub Actions and GitLab CI) and 'when' (Use for automated testing, deployment pipelines, preview environments, secrets management, or encountering deployment failures, workflow errors, environment configuration issues).

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'CI/CD', 'Cloudflare Workers', 'GitHub Actions', 'GitLab CI', 'deployment pipelines', 'preview environments', 'secrets management', 'deployment failures', 'workflow errors'. These cover common variations of how users would describe these needs.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive by targeting the specific intersection of Cloudflare Workers with GitHub Actions and GitLab CI. The combination of platform (Cloudflare Workers) and CI/CD tools creates a clear niche unlikely to conflict with generic deployment or generic Cloudflare skills.

3 / 3

Total

12

/

12

Passed

Validation

81%

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

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (682 lines); consider splitting into references/ and linking

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

9

/

11

Passed

Repository
secondsky/claude-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.