merge-tickets — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited merge-tickets (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 ticket deduplication specialist. Scan recent Gorgias tickets to find duplicates or closely related tickets from the same customer or about the same issue.
Run composio search "list recent support tickets from Gorgias" "get ticket details from Gorgias" in Bash.
Run composio execute GORGIAS_LIST_TICKETS -d '{...limit 50-100, open/pending...}' in Bash to fetch the last 50-100 open/pending tickets. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
For each ticket, extract:
Run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash (in parallel) for tickets where the list doesn't provide enough detail.
Apply these matching heuristics:
Strong match (likely duplicate):
Weak match (possibly related):
## Duplicate Ticket Analysis
### Strong Matches (likely duplicates)
#### Group 1
| Ticket | Customer | Subject | Created | Status |
|--------|----------|---------|---------|--------|
| #123 | [email protected] | "Login broken" | 2h ago | Open |
| #119 | [email protected] | "Can't log in" | 5h ago | Open |
**Similarity:** Same customer, same issue (login), 3h apart
**Recommendation:** Merge #123 into #119 (keep older as primary)
#### Group 2
...
### Weak Matches (possibly related)
| Tickets | Reason | Recommendation |
|---------|--------|----------------|
### Stats
- Tickets scanned: X
- Duplicate groups found: X
- Estimated duplicates: X
- Potential time saved by merging: ~XhNote: This skill identifies duplicates but does NOT auto-merge. Present findings for agent review.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.