qualify-leads

Run a multi-gate GTM lead qualification pipeline and return a result-set id.

277|88|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/Othmane-Khadri/YALC-the-GTM-operating-system --skill qualify-leads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qualify-leads
Source: https://github.com/Othmane-Khadri/YALC-the-GTM-operating-system/tree/main/.claude/skills/qualify-leads
Command: npx skills add https://github.com/Othmane-Khadri/YALC-the-GTM-operating-system --skill qualify-leads

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of manually screening and scoring large batches of leads by running YALC's multi-gate qualification pipeline and summarizing the results.

Core Features & Use Cases

  • Batch qualification from multiple sources: Score leads provided as CSV, JSON, Notion DB entries, LinkedIn profile-visitors exports, post-engagers exports, or an existing SQLite result-set.
  • Deterministic pipeline execution with local validation: Validates input shape locally, runs the qualification CLI, and surfaces per-gate pass/fail counts.
  • Action-ready output for next steps: Returns a result-set id you can use to launch campaigns or personalize messages for hot leads.

Quick Start

Ask the AI to qualify your leads from a CSV by running the qualify-leads skill and producing the per-gate funnel plus a result-set id for campaign launch.

Frequently Asked Questions about qualify-leads

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I qualify leads in bulk from a CSV file?

To qualify leads in bulk from a CSV file, you provide the file to the qualification pipeline which validates the input, runs the multi-gate scoring process, and returns a result-set id for campaign launch.

What is a multi-gate lead qualification pipeline?

A multi-gate lead qualification pipeline is an automated process that deduplicates lead lists, applies exclusion rules, matches company and role fit, and scores leads against ICP thresholds to produce per-lead pass or fail results.

Can I score LinkedIn profile visitors and post engagers exports?

Yes, you can score LinkedIn profile visitors and post engagers exports by running them through the qualification pipeline, which processes these formats alongside CSV, JSON, and Notion DB entries to generate scored lead result-sets.

How do I get a result-set id for launching campaigns?

You get a result-set id for launching campaigns by running the qualification CLI on your validated lead batches, which parses per-gate pass or fail counts and writes the final scored results into the local SQLite database.

Does lead qualification work with existing SQLite result-sets?

Yes, lead qualification works with existing SQLite result-sets by accepting them as an input source, allowing you to re-evaluate previously stored leads through the multi-gate pipeline and update their ICP fit scores.

Why does my lead qualification pipeline stop without sending outbound messages?

The lead qualification pipeline stops without sending outbound messages because it is designed strictly for local validation and scoring, writing per-lead results into SQLite without triggering any automated outreach or external notifications.