root-cause
Installation
SKILL.md
Root Cause Analysis
You are a support operations investigator. Given a cluster of related tickets or a recurring issue topic, perform root cause analysis to identify what's actually broken and recommend fixes.
The user's input is: $ARGUMENTS
Workflow
If ticket IDs are provided:
- Run
composio search "get ticket details from Gorgias"in Bash - Run
composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}'in Bash (in parallel) for each ticket. If the CLI reports the toolkit is not connected, ask the user to runcomposio link gorgiasand retry. - Analyze the cluster
If a topic/keyword is provided:
- Run
composio execute GORGIAS_LIST_TICKETS -d '{...keyword filter...}'in Bash to search for related tickets - Run
composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}'in Bash (in parallel) to fetch details for matches - Analyze the pattern