CtrlK
BlogDocsLog inGet started
Tessl Logo

instantly-core-workflow-b

Manage Instantly.ai email account warmup, analytics, and deliverability. Use when enabling warmup, monitoring sender reputation, pulling analytics, or troubleshooting deliverability issues. Trigger with phrases like "instantly warmup", "instantly analytics", "email warmup instantly", "instantly deliverability", "instantly account health".

64

Quality

77%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/saas-packs/instantly-pack/skills/instantly-core-workflow-b/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

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

This skill provides highly actionable, executable TypeScript code for managing Instantly.ai warmup and analytics, with good API endpoint and error reference tables. However, it is somewhat verbose with explanatory context Claude doesn't need, lacks explicit validation checkpoints between steps (important for reputation-affecting warmup operations), and packs too much detail into a single file without supporting bundle files for progressive disclosure.

Suggestions

Add explicit validation checkpoints between steps, e.g., 'Verify warmup job completed successfully before configuring settings' and 'Check warmup health score > X before launching campaigns'.

Remove the overview explanation of what warmup is and trim console.log formatting code to reduce token usage — focus on the API calls and parameters.

Split detailed analytics functions (daily, step-level, aggregate) into a separate reference file and link from the main skill.

Fix the incomplete Resources section — either provide actual URLs or remove placeholder entries.

DimensionReasoningScore

Conciseness

The skill is reasonably structured but verbose for what it conveys. The overview paragraph explains what warmup is (Claude likely knows this), and the code examples include extensive console.log formatting and type annotations that add bulk without proportional instructional value. The API endpoint table and error table are efficient, but the overall content could be tightened significantly.

2 / 3

Actionability

The skill provides fully executable TypeScript code with concrete API paths, request bodies, type definitions, and response handling. Each step has copy-paste-ready functions with specific parameter values and realistic examples. The error handling table maps specific errors to concrete solutions.

3 / 3

Workflow Clarity

Steps are clearly sequenced (enable → configure → monitor → analytics → vitals), but there are no explicit validation checkpoints or feedback loops between steps. For instance, there's no guidance on verifying warmup is actually running after Step 1 before proceeding to Step 2, and no explicit 'validate before proceeding' gates. The warmup process involves reputation-affecting operations that warrant verification steps.

2 / 3

Progressive Disclosure

The content is largely monolithic — all code examples are inline in a single file with no bundle files to offload detail. The API reference table and error table are well-structured, but the extensive code blocks for campaign analytics (daily, step-level, aggregate) could be split into a separate reference file. References to 'instantly-install-auth' and 'instantly-data-handling' are good cross-references but the Resources section links are incomplete/non-functional.

2 / 3

Total

9

/

12

Passed

Description

89%

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 well-structured skill description that clearly identifies its niche (Instantly.ai email warmup and deliverability), provides explicit 'Use when' and 'Trigger with' clauses, and uses branded terms that minimize conflict risk. The main area for improvement is adding more specific concrete actions beyond the general categories of enabling, monitoring, pulling, and troubleshooting.

Suggestions

Add more specific concrete actions such as 'set daily warmup limits', 'view bounce/spam rates', 'check DNS records', or 'adjust warmup ramp-up schedule' to improve specificity.

DimensionReasoningScore

Specificity

Names the domain (Instantly.ai email warmup/deliverability) and some actions (enabling warmup, monitoring reputation, pulling analytics, troubleshooting deliverability), but the actions are somewhat general and not deeply specific about concrete operations like 'set warmup limits', 'view bounce rates', or 'configure sending schedules'.

2 / 3

Completeness

Clearly answers both 'what' (manage Instantly.ai email account warmup, analytics, and deliverability) and 'when' (explicit 'Use when...' clause plus a 'Trigger with phrases like...' section providing concrete trigger guidance).

3 / 3

Trigger Term Quality

Includes explicit natural trigger phrases like 'instantly warmup', 'instantly analytics', 'email warmup instantly', 'instantly deliverability', 'instantly account health' — these are terms users would naturally say when needing this skill, with good coverage of variations.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — targets a specific third-party tool (Instantly.ai) with specific functionality (warmup, deliverability). The branded trigger terms ('instantly warmup', 'instantly analytics') make it very unlikely to conflict with other skills.

3 / 3

Total

11

/

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

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

9

/

11

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.