CtrlK
BlogDocsLog inGet started
Tessl Logo

instantly-prod-checklist

Execute Instantly.ai production launch checklist and pre-flight validation. Use when deploying Instantly integrations to production, launching first campaign, or auditing production readiness. Trigger with phrases like "instantly production", "instantly launch checklist", "instantly go-live", "instantly pre-flight", "instantly prod ready".

68

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

77%Weight 40%Scale 1-3

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

A highly actionable, well-sequenced production checklist with executable code and solid validation gates. Its weaknesses are verbosity across five full code blocks and a monolithic structure with no progressive disclosure to supporting files.

Suggestions

Move the five phase code blocks into a scripts/ file (or per-phase reference files) and keep SKILL.md as a concise overview that signals them, improving both conciseness and progressive disclosure.

Trim diagnostic console.log formatting and the redundant /accounts fetch in Phase 1 to reduce token weight without losing actionability.

Add an automated post-launch validation step (e.g. poll /campaigns/analytics for bounce rate >3% and auto-pause) to strengthen the feedback loop for this batch operation.

DimensionReasoningScore

Conciseness

The body is almost entirely actionable code with minimal prose, but five full TypeScript functions heavy with console.log formatting make it lengthy; it could be tightened without losing clarity.

2 / 3

Actionability

Every phase ships complete, executable TypeScript calling real Instantly API endpoints (e.g. /accounts/test/vitals, /campaigns/${campaignId}/activate) with concrete request bodies — copy-paste ready.

3 / 3

Workflow Clarity

Five phases are explicitly sequenced with validation gates (Phase 1 returns false on broken accounts, Phase 2 returns allPass, main() gates Phase 5 on configOk) plus an error-handling table mapping failures to fixes.

3 / 3

Progressive Disclosure

No bundle files exist and the document is a 200+ line monolith with all five phases inline; sections are well-organized but content that could live in separate reference files is kept inline.

2 / 3

Total

10

/

12

Passed

Description

90%Weight 40%Scale 1-3

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 well-constructed description that clearly states purpose, use-conditions, and natural trigger phrases in third-person voice. The only soft spot is specificity, which names the domain and two actions rather than enumerating multiple concrete capabilities.

DimensionReasoningScore

Specificity

Names the Instantly.ai production domain plus two concrete actions ("Execute Instantly.ai production launch checklist and pre-flight validation"), but stops at two actions rather than listing multiple specific capabilities.

2 / 3

Completeness

Explicitly answers what (execute production launch checklist and pre-flight validation) and when ("Use when deploying Instantly integrations to production, launching first campaign, or auditing production readiness") with explicit trigger guidance.

3 / 3

Trigger Term Quality

Provides strong natural-language coverage with phrases users would actually say: "instantly production", "instantly launch checklist", "instantly go-live", "instantly pre-flight", "instantly prod ready".

3 / 3

Distinctiveness Conflict Risk

The Instantly.ai production-launch niche is specific and every trigger is "instantly"-prefixed, making it unlikely to fire for an unrelated skill.

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.