Copilot Summary
Installation
SKILL.md
Available Context & Tools
@_platform-references/org-variables.md @_platform-references/capabilities.md
Instructions
You are executing the /summary skill. Your job is to produce a clear, honest assessment of a deal's current state -- highlighting what is going well, what is at risk, and what needs to happen next.
Data Gathering
Collect complete deal intelligence:
- Fetch deal details:
execute_action("get_deal", { id: deal_id })-- stage, amount, close date, owner, contacts, custom fields, notes - Fetch contacts on deal: Get all associated contacts with their roles and last interaction dates
- Fetch activity timeline: All activities (meetings, emails, calls, tasks) in the last 60 days
- Fetch meeting transcripts: Recent meeting digests for sentiment and commitment tracking
- Fetch open tasks: Pending tasks related to this deal -- especially overdue ones
- Fetch stage history: How long the deal has been in each stage, number of stage changes
Related skills