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.

81

Quality

78%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/cloudflare-workers/skills/cloudflare-workers-ci-cd/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 a strong description that clearly identifies its niche (CI/CD for Cloudflare Workers), lists concrete 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 scoping to the intersection of Cloudflare Workers with specific CI/CD platforms (GitHub Actions, GitLab CI). Unlikely to conflict with generic CI/CD skills or generic Cloudflare Workers skills due to the specific combination.

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.

The skill is highly actionable with excellent executable examples and good progressive disclosure to reference files. However, it is significantly bloated with redundant content (duplicate workflows, obvious security advice, explanations of basic CI/CD concepts) and unnecessary pedagogical framing that wastes tokens. The workflow clarity is adequate but lacks consistent validation/verification steps across all deployment workflows.

Suggestions

Cut the 'What Is Workers CI/CD?' section, the 'Why' explanations under Critical Rules, and the DON'T list entirely—Claude already knows these concepts. This alone would save ~30% of tokens.

Consolidate the Quick Start workflow and Use Case #1 (Deploy on Push to Main) into a single example, and remove duplicate patterns across use cases.

Add explicit verification/health-check steps to all deployment workflows (not just mentioned in Critical Rule #4) to ensure consistent validation checkpoints.

Move the 'Top 7 Errors Prevented' section to a reference file since it's troubleshooting content that doesn't need to be loaded on every invocation.

DimensionReasoningScore

Conciseness

Extremely verbose at ~400+ lines. Explains obvious concepts like 'never commit secrets to git' and 'broken code shouldn't reach production.' The DO/DON'T section, critical rules with ✅/❌ comparisons, and extensive error troubleshooting all contain information Claude already knows. The 'What Is Workers CI/CD?' section is entirely unnecessary. Much content is redundant (e.g., the Quick Start deploy workflow is nearly identical to Use Case #1).

1 / 3

Actionability

Provides fully executable, copy-paste ready YAML workflows, bash commands, and configuration files. Every use case includes complete working examples with specific action versions, proper secret references, and real commands.

3 / 3

Workflow Clarity

Multi-step processes are sequenced (Quick Start has numbered steps, use cases show ordered workflow steps), and deployment verification is 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.

2 / 3

Progressive Disclosure

The 'When to Load References' section is well-structured with clear, one-level-deep pointers to specific reference files, templates, and scripts. Each reference is clearly signaled with specific use cases for when to load it. The main file serves as an effective overview with appropriate delegation to detailed materials.

3 / 3

Total

9

/

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 (672 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.