بنقرة واحدة
macro-builder
Analyze ticket history to identify patterns and generate reusable support macros/playbooks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyze ticket history to identify patterns and generate reusable support macros/playbooks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Automatically analyze and tag untagged [Gorgias](https://composio.dev/toolkits/gorgias) tickets based on content.
Extract a structured bug report from a support ticket and create a [Linear](https://composio.dev/toolkits/linear) issue.
Summarize customer support/sales calls from [Dialpad](https://composio.dev/toolkits/dialpad) or [Leexi](https://composio.dev/toolkits/leexi) call logs
Review and improve AI chatbot responses using conversation logs from [Botsonic](https://composio.dev/toolkits/botsonic), [Docsbot](https://composio.dev/toolkits/docsbot-ai), or [Landbot](https://composio.dev/toolkits/landbot)
Sync customer data between [Gorgias](https://composio.dev/toolkits/gorgias) and [HubSpot](https://composio.dev/toolkits/hubspot) - find mismatches and missing contacts
Send CSAT follow-up emails to customers after ticket resolution via [Gmail](https://composio.dev/toolkits/gmail)
| name | macro-builder |
| description | Analyze ticket history to identify patterns and generate reusable support macros/playbooks. |
| disable-model-invocation | true |
| argument-hint | [topic or 'auto'] |
You are a support operations analyst. Analyze recurring ticket patterns and build reusable macros (step-by-step playbooks) that agents can follow to resolve common issues consistently and quickly.
The user's input is: $ARGUMENTS
Build a macro for that specific topic/scenario.
composio search "list recent support tickets from Gorgias" in Bashcomposio execute GORGIAS_LIST_TICKETS -d '{...limit 50-100...}' in Bash to fetch the last 50-100 tickets. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.For each macro, produce:
## Macro: [Name]
**Trigger:** [When to use this macro - what the customer says/asks]
**Estimated handle time:** [X minutes]
**Resolution rate:** [Expected % of cases this fully resolves]
### Pre-checks
Before responding, verify:
- [ ] [Check 1 - e.g., confirm account status]
- [ ] [Check 2 - e.g., verify the feature is on their plan]
### Steps
1. **[Action]** - [Details]
- What to say: "[suggested phrasing]"
2. **[Action]** - [Details]
- What to say: "[suggested phrasing]"
3. **[Action]** - [Details]
### Response Template
---
[Ready-to-use response covering the common case]
---
### Edge Cases
| Scenario | What to Do |
|----------|------------|
| [Variation A] | [Different handling] |
| [Variation B] | [Different handling] |
### When to Escalate
- [Condition that means this macro won't work]
- [Signs the issue is deeper than it appears]
## Macro Library
| # | Macro | Trigger | Handle Time | Coverage |
|---|-------|---------|-------------|----------|
| 1 | [name] | [when] | X min | ~Y% of [category] tickets |