Slack Deal Query
Installation
SKILL.md
Available Context & Tools
@_platform-references/org-variables.md @_platform-references/capabilities.md
Slack Deal Query
Goal
Answer deal-related questions sent via Slack DM with structured, scannable responses. The user is on mobile or in Slack context β brevity and clarity matter more than exhaustive detail.
Intent Patterns
At-Risk Deal Query
Triggered when the message contains: "at risk", "risky", "risk", "danger", "slipping", "stalling"
- Fetch all active deals with their risk scores from
deal_risk_scores - Filter for high-risk deals (score >= 50), sort by score descending, show top 5
- If no high-risk deals: return a green "All your deals look healthy" message with total deal count
- For each at-risk deal: show deal title, risk badge (π΄ Critical / π‘ High / π Medium), risk score, and top risk signal
Related skills