CtrlK
BlogDocsLog inGet started
Tessl Logo

gamma-webhooks-events

Handle Gamma webhooks and events for real-time updates. Use when implementing webhook receivers, processing events, or building real-time Gamma integrations. Trigger with phrases like "gamma webhooks", "gamma events", "gamma notifications", "gamma real-time", "gamma callbacks".

67

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

A code-rich, actionable body that clearly demonstrates webhook/event patterns via executable TypeScript. Its main weaknesses are duplicated polling logic, missing in-workflow validation checkpoints, and an orphaned reference file that the body never points to.

Suggestions

Link references/implementation.md from the body (e.g., a 'Webhook handler & signature verification' pointer) so the bundle file is discoverable rather than orphaned.

Factor the shared generation poll-while loop into a single helper shown once, then reuse it in the EventEmitter and Bull worker examples to remove duplication.

Add explicit validation/idempotency checkpoints into the workflow steps (e.g., check a processed-generationIds set before handling, and a retry-on-failure loop) rather than only listing them in the error table.

DimensionReasoningScore

Conciseness

The body is code-dense and largely free of concept-explanation fluff, but the generation poll-while loop is duplicated across Step 1 and Step 3 and could be tightened or factored out.

2 / 3

Actionability

Provides complete, largely executable TypeScript for the EventEmitter pattern, listeners, a Bull queue worker, and a DIY HTTP callback — copy-paste ready with full interfaces and function bodies.

3 / 3

Workflow Clarity

Steps 1-4 are sequenced and an error-handling table exists, but there are no explicit validation checkpoints or validate→fix→retry feedback loops within the workflow for batch/event processing.

2 / 3

Progressive Disclosure

Sections are well-organized, but the bundle file references/implementation.md is never linked or signaled from the body, and detailed implementation code is kept inline rather than split out.

2 / 3

Total

9

/

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.

A strong description: it states concrete capabilities, gives an explicit 'Use when' clause, and supplies multiple natural trigger phrases scoped to Gamma. It uses third-person voice and avoids fluff.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'implementing webhook receivers, processing events, or building real-time Gamma integrations' — matching the anchor for listing several specific actions.

3 / 3

Completeness

Explicitly answers both what ('Handle Gamma webhooks and events for real-time updates') and when ('Use when implementing webhook receivers, processing events...'), with explicit trigger phrases.

3 / 3

Trigger Term Quality

Provides good coverage of natural terms via 'gamma webhooks', 'gamma events', 'gamma notifications', 'gamma real-time', 'gamma callbacks' that a user would plausibly say.

3 / 3

Distinctiveness Conflict Risk

The Gamma-scoped, webhook/event-specific niche with 'gamma'-prefixed triggers makes it clearly distinguishable and unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

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

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-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.