CtrlK
BlogDocsLog inGet started
Tessl Logo

lead-qualification

Lead qualification engine with conversational intake. Asks structured questions to understand your qualification criteria, generates a reusable qualification prompt, then batch-enriches leads via Apify LinkedIn scraping and scores them with parallel processing. Outputs qualified/disqualified verdicts with confidence scores and reasoning to CSV or whatever output format the user prefers. Supports calibration mode for prompt refinement.

64

Quality

75%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/lead-generation/capabilities/lead-qualification/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

The body is highly actionable with a well-sequenced, validated batch workflow and a real, correctly-referenced enrichment script, but it is verbose with some redundancy and keeps large instructional blocks (intake questions, prompt template) inline rather than splitting them into reference files.

Suggestions

Move the 22 intake questions and/or the full qualification-prompt template into a references/ file (e.g. INTAKE_QUESTIONS.md, PROMPT_TEMPLATE.md) and link from SKILL.md to improve progressive disclosure.

De-duplicate the hard-disqualifier/hard-qualifier checklist, which is restated in Phase 1's reasoning instructions and again in Step 3's per-lead processing.

Tighten the parallelization protocol — drop the repeated emphatic restatements ("do NOT wait for batch 1 before launching batch 2") since the single-message launch instruction already conveys it.

DimensionReasoningScore

Conciseness

The body is content-dense and mostly avoids explaining concepts Claude already knows, but at ~360 lines it carries redundancy and over-emphasis (e.g. repeated "MUST parallelize / do NOT wait for batch 1" and the hard-disqualifier checklist restated in Phase 1 and Step 3), so it could be tightened rather than earning the lean/efficient top anchor.

2 / 3

Actionability

Guidance is concrete and copy-paste ready: an exact enrichment command (`python3 skills/lead-qualification/scripts/enrich_leads.py INPUT_CSV --output ENRICHED_CSV --cache-hours 24`, `--dry-run`), a full qualification-prompt markdown template, defined output CSV columns, a calibration table format, and explicit parallel-batch math — matching the fully-executable anchor.

3 / 3

Workflow Clarity

The multi-step process is clearly sequenced across three modes and five steps with explicit validation/feedback loops — the calibration approval loop ("Repeat until the user approves"), the completeness check ("total qualified + disqualified + failed = total input leads"), retry-once for failed batches, and enrichment-failure fallback — satisfying the batch-operation validation requirement that would otherwise cap this at 2.

3 / 3

Progressive Disclosure

The single bundle file (scripts/enrich_leads.py) is correctly referenced and one level deep, but SKILL.md is a long monolithic document with the 22-question intake bank and the full qualification-prompt template inline rather than split into reference files, so content that could be progressive-disclosed is not appropriately separated (the skill is well over 50 lines, so the simple-skill exemption does not apply).

2 / 3

Total

10

/

12

Passed

Description

72%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific and distinctive with good natural trigger vocabulary, but it lacks an explicit "Use when..." clause (capping completeness) and slips into second-person voice ("your"), which costs a specificity point.

Suggestions

Add an explicit trigger clause, e.g. "Use when qualifying or scoring lead lists, enriching LinkedIn profiles for outbound, or refining qualification criteria."

Rewrite in third person to remove "your" — e.g. "Asks structured questions to understand the user's qualification criteria."

Consider trimming the tail ("to CSV or whatever output format the user prefers. Supports calibration mode for prompt refinement.") which is slightly padded.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions ("Asks structured questions", "generates a reusable qualification prompt", "batch-enriches leads via Apify LinkedIn scraping", "scores them with parallel processing", "Outputs qualified/disqualified verdicts with confidence scores and reasoning"), which would warrant a 3, but it uses second-person voice ("understand your qualification criteria"), triggering the one-point specificity reduction.

2 / 3

Completeness

It clearly answers what the skill does but provides no explicit "Use when..." trigger clause, so per the rubric guideline a missing explicit trigger caps completeness at 2 ("when" is only implied by the domain vocabulary).

2 / 3

Trigger Term Quality

Natural user-facing terms are well covered — "lead qualification", "qualify leads", "score leads", "enrich leads", and "LinkedIn" are phrases a user would actually say when needing this skill, matching the good-coverage anchor.

3 / 3

Distinctiveness Conflict Risk

The niche is highly specific — conversational intake + Apify LinkedIn enrichment + parallel confidence-scored qualification — with distinct vocabulary unlikely to trigger for unrelated skills, matching the clear-niche anchor.

3 / 3

Total

10

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
gooseworks-ai/goose-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.