CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

cloud-scheduler-job-creator

Install with Tessl CLI

npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill cloud-scheduler-job-creator
What are skills?

Cloud Scheduler Job Creator - Auto-activating skill for GCP Skills. Triggers on: cloud scheduler job creator, cloud scheduler job creator Part of the GCP Skills skill category.

Overall
score

19%

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Activation

7%

This description is essentially just a title with metadata rather than a functional description. It provides no information about what actions the skill performs, what use cases it addresses, or when Claude should select it. The redundant trigger terms and lack of natural language keywords make it poorly suited for skill selection.

Suggestions

Add specific actions the skill performs, e.g., 'Creates and configures Cloud Scheduler jobs in GCP, including setting cron schedules, HTTP/Pub-Sub targets, retry policies, and time zones.'

Add a 'Use when...' clause with natural trigger terms like 'Use when the user needs to schedule recurring tasks, create cron jobs in GCP, automate periodic HTTP calls, or set up scheduled Pub/Sub messages.'

Include common user phrases and variations such as 'schedule', 'cron', 'recurring task', 'automated job', 'periodic execution', 'GCP scheduler' to improve trigger term coverage.

DimensionReasoningScore

Specificity

The description only states 'Cloud Scheduler Job Creator' without describing any concrete actions. It doesn't explain what creating a job entails, what parameters can be configured, or what outcomes are produced.

1 / 3

Completeness

The description fails to answer 'what does this do' beyond the name itself, and has no 'Use when...' clause or equivalent guidance for when Claude should select this skill. Both what and when are very weak.

1 / 3

Trigger Term Quality

The trigger terms listed are just 'cloud scheduler job creator' repeated twice. Missing natural variations users would say like 'schedule task', 'cron job', 'scheduled job', 'GCP scheduler', 'create schedule', or 'automate recurring task'.

1 / 3

Distinctiveness Conflict Risk

The mention of 'Cloud Scheduler' and 'GCP' provides some specificity to Google Cloud Platform's scheduling service, but without describing specific capabilities, it could overlap with other scheduling or automation skills.

2 / 3

Total

5

/

12

Passed

Implementation

0%

This skill content is essentially a placeholder template with no actual substance. It contains zero actionable information about Cloud Scheduler - no gcloud commands, no job configuration examples, no cron syntax guidance, and no workflow for creating jobs. The content would provide no value to Claude when attempting to help users with Cloud Scheduler tasks.

Suggestions

Add concrete gcloud commands for creating scheduler jobs, e.g., `gcloud scheduler jobs create http JOB_NAME --schedule='0 9 * * *' --uri=TARGET_URL`

Include example job configurations showing HTTP targets, Pub/Sub targets, and App Engine targets with authentication options

Provide a clear workflow: 1) Define schedule (cron syntax), 2) Configure target, 3) Set authentication, 4) Create job, 5) Verify with `gcloud scheduler jobs describe`

Add common cron expression examples and link to GCP documentation for advanced scheduling patterns

DimensionReasoningScore

Conciseness

The content is padded with generic boilerplate that explains nothing Claude doesn't already know. Phrases like 'provides automated assistance' and 'follows industry best practices' are meaningless filler with no actual information about Cloud Scheduler.

1 / 3

Actionability

There is zero concrete guidance - no gcloud commands, no API calls, no code examples, no actual instructions for creating a Cloud Scheduler job. The content describes rather than instructs.

1 / 3

Workflow Clarity

No workflow is provided whatsoever. Creating a Cloud Scheduler job involves specific steps (defining schedule, target, authentication) that are completely absent. There are no validation checkpoints or sequences.

1 / 3

Progressive Disclosure

The content is a monolithic block of generic text with no structure pointing to detailed materials. No references to examples, API documentation, or related configuration files are provided.

1 / 3

Total

4

/

12

Passed

Validation

69%

Validation11 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

description_trigger_hint

Description may be missing an explicit 'when to use' trigger hint (e.g., 'Use when...')

Warning

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

metadata_version

'metadata' field is not a dictionary

Warning

frontmatter_unknown_keys

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

Warning

body_steps

No step-by-step structure detected (no ordered list); consider adding a simple workflow

Warning

Total

11

/

16

Passed

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.