scoring

Score and tier leads into Hot, Warm, Cool, and Cold categories.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/ajayjoshi-ciphersonic/octo-reach --skill scoring-ajayjoshi-ciphersonic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scoring
Source: https://github.com/ajayjoshi-ciphersonic/octo-reach/tree/main/skills/scoring
Command: npx skills add https://github.com/ajayjoshi-ciphersonic/octo-reach --skill scoring-ajayjoshi-ciphersonic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires psycopg2, psycopg2-binary, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of scoring and tiering leads based on accumulated signals, saving time and streamlining the lead prioritization process.

Core Features & Use Cases

  • Lead Scoring: Assigns a composite score to each lead based on signals and configurable weights.
  • Tiering: Classifies leads into tiers (Hot, Warm, Cool, Cold) for prioritization.
  • Use Case: With a large number of leads, manually scoring and tiering them can be time-consuming. This Skill automates the process, allowing for efficient prioritization and follow-up.

Quick Start

Run the scoring skill to calculate composite scores for all unscored leads.

Frequently Asked Questions about scoring

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

FAQPage Schema
How do I automate lead scoring and tiering for B2B sales prioritization?

Automated lead scoring calculates composite scores for each lead based on accumulated signals and configurable weights, then classifies them into Hot, Warm, Cool, and Cold tiers for prioritization. This streamlines sales workflows by eliminating manual ranking.

What signals are used to calculate a composite lead score?

Composite lead scores are calculated using accumulated signals combined with configurable weights. This allows B2B marketing workflows to customize the scoring logic based on the specific engagement data and criteria that matter most to their business.

Does lead scoring automation require a PostgreSQL database connection?

Yes, lead scoring automation requires psycopg2 and psycopg2-binary for database operations and connection management. These dependencies handle the data storage and retrieval needed to process unscored leads and persist the calculated composite scores.

What is the best way to prioritize a large backlog of unscored B2B leads?

Running an automated scoring script calculates composite scores for all unscored leads in the database, classifying them into Hot, Warm, Cool, and Cold tiers. This allows sales teams to efficiently prioritize follow-ups based on the resulting tier assignments.

Can I customize the weights applied to different lead scoring signals?

Yes, lead scoring supports configurable weights applied to accumulated signals. This flexibility ensures the composite score calculation can be tailored to match specific B2B sales automation and prioritization requirements.

Why does my automated lead scoring workflow require psycopg2?

Automated lead scoring requires psycopg2 for database operations and connection management. It enables the script to query unscored leads from the database, apply the scoring logic, and write the updated composite scores and tiers back to the storage system.