pipeline-profiling

Analyze private equity deal pipeline CSV exports for data quality and completeness.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/bolnet/private-equity --skill pipeline-profiling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-profiling
Source: https://github.com/bolnet/private-equity/tree/main/finance-mcp-plugin/skills/private-equity/pipeline-profiling
Command: npx skills add https://github.com/bolnet/private-equity --skill pipeline-profiling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, scipy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive analysis of private equity deal pipelines, identifying data quality issues, completeness gaps, and distribution anomalies to enhance decision-making.

Core Features & Use Cases

  • Pipeline Profiling: Run exploratory data analysis on CRM CSV exports to assess data quality and completeness.
  • Data Quality Flags: Detect anomalies, type mismatches, potential duplicates, and outlier values.
  • Pipeline Health Scorecard: Generate a health score for the pipeline based on completeness, distribution quality, data freshness, data integrity, and pipeline volume.

Quick Start

Run the pipeline-profiling skill with the command 'profile-pipeline /path/to/CRM_export.csv'.

Frequently Asked Questions about pipeline-profiling

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

FAQPage Schema
How do I analyze private equity CRM data exports for completeness and quality?

You can analyze private equity CRM data exports by running exploratory data analysis on the CSV file to detect anomalies, type mismatches, and duplicates, generating a pipeline health scorecard based on data freshness and completeness.

What is data profiling for private equity deal pipelines?

Data profiling for private equity deal pipelines is the process of assessing data quality, completeness, and distribution anomalies in CRM exports to enhance decision-making and identify potential data integrity issues.

Do I need Python and specific libraries to profile a deal pipeline CSV?

Yes, you need a Python environment with pandas, numpy, and scipy installed to execute the pipeline profiling scripts and perform the statistical exploratory data analysis on your CRM CSV exports.

How do I generate a pipeline health scorecard from my CRM export?

You can generate a pipeline health scorecard by ingesting your CRM CSV export and running the profiling command, which evaluates completeness, distribution quality, data freshness, data integrity, and pipeline volume.

Can this tool detect duplicates and type mismatches in private equity data?

Yes, the profiling process flags data quality issues including type mismatches, potential duplicates, outlier values, and distribution anomalies within your private equity deal pipeline CRM data.

What is the best way to identify distribution anomalies in PE pipeline data?

The best way to identify distribution anomalies is to use Python-based statistical libraries to perform exploratory data analysis on the CRM CSV export, interpreting the results specifically within the private equity context.