CtrlK
BlogDocsLog inGet started
Tessl Logo

fireflies-upgrade-migration

Handle Fireflies.ai API deprecations and migrate to current query patterns. Use when updating deprecated fields, migrating query patterns, or responding to Fireflies API changelog updates. Trigger with phrases like "upgrade fireflies", "fireflies deprecated", "fireflies migration", "fireflies breaking changes", "fireflies changelog".

68

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

80%

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

A highly actionable, concise migration reference with concrete executable code throughout. Its main gaps are the absence of an explicit validation feedback loop in the workflow and the lack of progressive disclosure splitting detailed material into reference files.

Suggestions

Add an explicit feedback loop to the migration procedure, e.g. after Step 4 (Test): 'If tests fail, review the error, update the affected query to the current pattern, and re-run the tests until clean.'

Extract the deprecation catalog and/or the migration helper into a one-level reference file (e.g. references/deprecations.md) and link to it from SKILL.md so the main file stays an overview.

Wire the Error Handling table's cause/solution pairs into the relevant steps as inline checkpoints rather than leaving recovery guidance detached from the step sequence.

DimensionReasoningScore

Conciseness

The body is lean and code-dense with no generic concept explanations; the single overview sentence is domain-specific context rather than padding, and every code block earns its place.

3 / 3

Actionability

It provides fully executable guidance — concrete grep scans, curl introspection commands, a complete migration helper function, and vitest tests — that is copy-paste ready.

3 / 3

Workflow Clarity

The five-step migration procedure is clearly sequenced and includes a test step, but there is no explicit validate→fix→retry feedback loop wired into the sequence; for a code-modifying/batch migration the missing explicit checkpoint caps this at 2.

2 / 3

Progressive Disclosure

The body is well-sectioned and references are only one level deep (external doc links plus a sibling skill pointer), but the full deprecation catalog, migration helper, and test code are all inlined in a single ~180-line SKILL.md rather than split into well-signaled reference files.

2 / 3

Total

10

/

12

Passed

Description

90%

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, well-targeted description with explicit use-when guidance and natural trigger phrases. Its only weakness is that the capability statement names just two actions rather than enumerating several concrete operations.

DimensionReasoningScore

Specificity

The description names the domain and two actions ("Handle Fireflies.ai API deprecations and migrate to current query patterns") but does not list multiple specific concrete actions as required for a 3; it matches the anchor that names a domain and some actions without being comprehensive.

2 / 3

Completeness

It clearly states what the skill does and includes an explicit "Use when..." clause plus trigger phrases, answering both what and when as the level-3 anchor requires.

3 / 3

Trigger Term Quality

It provides good coverage of natural phrases a user would say ("upgrade fireflies", "fireflies deprecated", "fireflies migration", "fireflies breaking changes", "fireflies changelog"), matching the anchor for natural-term coverage.

3 / 3

Distinctiveness Conflict Risk

The scope is tightly Fireflies.ai-specific with distinct triggers, giving it a clear niche unlikely to conflict with other skills.

3 / 3

Total

11

/

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.