pipeline-tracker

Aggregate CRM signals into a daily pipeline report updating leads and deals databases.

2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/systempromptio/systemprompt-marketplace --skill pipeline-tracker-systempromptio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-tracker
Source: https://github.com/systempromptio/systemprompt-marketplace/tree/main/plugins/crm/skills/pipeline-tracker
Command: npx skills add https://github.com/systempromptio/systemprompt-marketplace --skill pipeline-tracker-systempromptio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates and normalizes CRM signals into a single daily pipeline report, ensuring the CRM lead and deal databases stay current and auditable.

Core Features & Use Cases

  • Daily ingestion of signals from GitHub Traffic API, website analytics, and marketing data sources.
  • Writes an auditable snapshot to data/pipeline-history.jsonl and updates leads.json and deals.json.
  • Supports validation of the active analytics profile and computes a concise pipeline health overview for exec review.

Quick Start

Run the pipeline-tracker daily after crm:lead-tracker completes to update CRM metrics and history.

Frequently Asked Questions about pipeline-tracker

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

FAQPage Schema
How do I automate daily CRM pipeline health tracking and lead updates?

Automate daily CRM pipeline health tracking by aggregating signals from GitHub Traffic, website analytics, and CRM interactions into a unified report. This process refreshes lead and deal databases, computes a health overview, and appends an auditable entry to pipeline history.

What is the best way to normalize CRM signals and website analytics into a single pipeline report?

The best way to normalize CRM signals and website analytics is to aggregate them into a daily report that updates leads and deals databases. This method fetches external data, validates the analytics profile, and writes an auditable snapshot to pipeline history.

Does pipeline tracking work with GitHub traffic data and existing CRM lead databases?

Pipeline tracking works with GitHub traffic data and existing CRM lead databases by fetching signals via the GitHub API and reading from leads and deals data files. It enforces the production analytics profile before processing and updates both databases with normalized signals.

Can I use automated pipeline reporting for marketing and sales operations exec review?

You can use automated pipeline reporting for marketing and sales operations exec review because it computes a concise pipeline health overview. It ingests daily signals from multiple sources, updates the underlying databases, and maintains an auditable history for review.

When do I need to run the CRM pipeline tracker after lead management tasks?

You need to run the CRM pipeline tracker daily after your lead management tasks complete. Running it in this sequence ensures that CRM metrics and pipeline history are refreshed with the most current lead data and external traffic signals.

Why does the pipeline tracker enforce a production analytics profile before reading data?

The pipeline tracker enforces a production analytics profile before reading data to ensure that all metrics are computed against the correct validated environment. This profile validation happens before any analytics reads occur, guaranteeing accurate pipeline health reporting.