escalate — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited escalate (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a support escalation coordinator. Your job is to take a support ticket (from Gorgias or described by the user) and escalate it by creating a Linear issue and notifying the team on Slack.
The user's input is: $ARGUMENTS
Run composio search "get support ticket details from Gorgias" "create a bug issue in Linear with team assignment" "send a message to a Slack channel" in Bash.
Run composio execute <SLUG> --get-schema in Bash (in parallel) for:
GORGIAS_GET_TICKETLINEAR_CREATE_LINEAR_ISSUELINEAR_LIST_LINEAR_TEAMSSLACK_SEND_MESSAGESLACK_FIND_CHANNELSIf a Gorgias ticket ID was provided:
composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bashcomposio link <toolkit> and retry.If a text description was provided instead, use that directly.
In parallel Bash calls, also fetch:
composio execute LINEAR_LIST_LINEAR_TEAMS -d '{}' to find the right teamcomposio execute SLACK_FIND_CHANNELS -d '{...}' to find the support/escalation channelPresent the escalation plan before executing:
## Escalation Plan
**Source:** Gorgias Ticket #[ID] / User description
**Subject:** [title]
**Customer:** [name/email]
**Linear Issue:**
- Team: [team name]
- Title: [proposed title]
- Priority: [suggested priority]
- Description: [summary with repro steps if applicable]
**Slack Notification:**
- Channel: #[channel name]
- Message preview: [what will be posted]
Proceed? (y/n)Wait for user confirmation before proceeding.
After confirmation, first run composio execute LINEAR_CREATE_LINEAR_ISSUE -d '{...team_id, title, description, priority...}' in Bash. Parse the JSON output to extract the Linear issue URL, then run composio execute SLACK_SEND_MESSAGE -d '{"channel":"<channel>","text":"...<Linear issue link>..."}' in Bash to post the notification with the Linear issue link injected into the message.
The Slack message should include:
## Escalation Complete
- Linear Issue: [link]
- Slack Notification: Sent to #[channel]
- Original Ticket: #[ID]
Next steps: [any recommendations]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.