pipeline-hygiene-rules

Flags stale, incomplete, and stalled HubSpot deals and nudges owning reps in Slack.

20.2k|3.4k|Updated Oct 5, 2024
One-click install
npx skills add https://github.com/kortix-ai/suna --skill pipeline-hygiene-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-hygiene-rules
Source: https://github.com/kortix-ai/suna/tree/main/packages/starter/templates/marketplace/runtime/skills/pipeline-hygiene-rules
Command: npx skills add https://github.com/kortix-ai/suna --skill pipeline-hygiene-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open deals quietly rot in the CRM: reps forget to log activity, leave next steps and close dates blank, let deals sit in one stage for weeks, and miss task due dates. These issues usually surface only in a weekly pipeline review, days after they could have been fixed. This Skill runs a daily automated scan that catches hygiene problems the same day and pushes them directly to the people responsible.

Core Features & Use Cases

  • Four-rule hygiene scoring: Evaluates every open HubSpot deal against staleness (no logged activity), incompleteness (missing next step or close date), stage stalls, and overdue tasks.
  • Slack nudges and escalation: Sends each rep one grouped Slack message listing their flagged deals and the concrete fix needed, then posts the day's worst offenders — ranked by rules tripped, amount at risk, and days idle — to a manager escalation channel.
  • Read-mostly safety: The only HubSpot write is an internal hygiene flag on the deal; stage, owner, and amount are never modified, and each run recomputes from current CRM state with no carryover.
  • Use Case: A sales manager schedules the daily cron; each morning reps wake up to a Slack message like "Deal Acme Corp — stalled 21 days, missing close date — set a close date or move it forward," while the manager sees the top five at-risk deals in one escalation post.

Quick Start

Ask the agent to run the pipeline hygiene scan and nudge any reps whose open HubSpot deals trip the staleness, completeness, stall, or overdue-task rules.

Frequently Asked Questions about pipeline-hygiene-rules

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

FAQPage Schema
How do I automatically flag stale deals in HubSpot?

Run the daily pipeline-hygiene scan, which pulls every open deal and its logged activities, then flags any deal with no call, email, meeting, or note in the configured staleness window. Flagged deals get an internal hygiene flag and the owning rep receives a Slack nudge.

How to notify sales reps in Slack about CRM hygiene issues?

The scan groups all flagged deals per rep into a single Slack message naming each deal, which rule tripped, and the concrete action needed, such as setting a close date or completing an overdue task. The worst offenders are also posted once to a manager escalation channel.

Does this skill modify HubSpot deal stages or owners?

No. The only HubSpot write is an internal hygiene-flag field recording which rules tripped and the date. Deal stage, owner, and amount are strictly read-only, and all decisions remain with the rep and sales manager.

Can the hygiene thresholds like stale days be customized?

Yes. The staleness window, stall window, and escalation channel are template parameters (stale_days, stall_days, escalation_channel) configured when the skill is deployed, so each team can set its own thresholds.

Does the pipeline scan remember results between runs?

No. Each run is a fresh session that recomputes every deal's hygiene status from HubSpot's current state. Deals that no longer trip any rule have their previously set flag cleared.