handoff-notes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited handoff-notes (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 shift handoff coordinator. Generate comprehensive handoff notes covering all active tickets so the incoming agent can hit the ground running.
Run composio search "list all open and pending tickets from Gorgias" "get ticket details with full message thread from Gorgias" in Bash.
Run composio execute GORGIAS_LIST_TICKETS -d '{...open and pending, sort by last update...}' in Bash. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
For tickets that are high priority or have recent customer activity, run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash (in parallel) to get the full thread.
## Shift Handoff Notes
**From:** [current time]
**Active Tickets:** X total
### Needs Immediate Attention
[Tickets with SLA pressure, angry customers, or VIP accounts]
| Ticket | Customer | Issue | Last Action | What's Needed |
|--------|----------|-------|-------------|---------------|
| #123 | VIP Co | API down | Agent sent logs request 2h ago | Customer replied - needs response |
### Awaiting Customer Response
[Tickets where we're waiting on the customer]
| Ticket | Customer | Issue | Waiting Since | Follow-up If No Reply |
|--------|----------|-------|---------------|----------------------|
### In Progress
[Tickets actively being worked]
| Ticket | Customer | Issue | Current Status | Next Step |
|--------|----------|-------|----------------|-----------|
### Recently Resolved (last 4h)
[So incoming agent knows what was handled]
| Ticket | Customer | Resolution |
|--------|----------|------------|
### Open Questions / Blockers
- [Any issues that need manager input]
- [Known bugs affecting multiple tickets]
- [Pending deploys that will fix things]
### Notes
- [Any tribal knowledge the incoming agent needs]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.