From corebee
Triage and prioritize open support conversations by reviewing unassigned tickets, identifying urgent issues, and suggesting agent assignments based on workload. Use when the user asks to review their inbox, triage conversations, check what needs attention, handle unassigned tickets, balance workload, or see what is urgent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/corebee:inbox-triage Quick scan, deep review, or auto-assign modeQuick scan, deep review, or auto-assign modeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically review and prioritize the support queue by analyzing open conversations, team availability, and workload distribution.
Automatically review and prioritize the support queue by analyzing open conversations, team availability, and workload distribution.
A fast overview of the inbox state. Fetches open conversations and groups them by urgency without reading individual message threads.
list_conversations with status: "open"list_team_members to check availabilityReads into each unassigned or stale conversation to understand context and recommend specific actions.
list_conversations with status: "open"list_team_members to check availability and current loadget_conversation to read the full message threadAutomatically assigns unassigned conversations to available agents based on workload and availability. Requires explicit user confirmation before executing assignments.
list_conversations with status: "open"list_team_members to check availability, roles, and current assignment countsassign_conversation for each conversationsla_threshold_hours (default: 4 hours) — going stalePresent results as a prioritized list:
Needs Immediate Attention:
Awaiting Response:
In Progress:
When show_ids is enabled, append the conversation ID in parentheses after each item.
list_conversations or list_team_members fails, report the error clearly and suggest the user retry or check the Corebee connection status.| Setting | Default | Description |
|---|---|---|
sla_threshold_hours | 4 | Hours of inactivity before a conversation is flagged as stale |
auto_assign | false | Whether auto-assign mode executes without confirmation (use with caution) |
show_ids | false | Show conversation IDs in the output for debugging or API use |
timezone | UTC | Timezone for calculating activity times and SLA thresholds |
show_ids is enabled)timezone when computing SLA thresholds and activity timesassign_conversation. For replies, suggest switching to the conversation-helper agent which has reply permissionsauto_assign is set to truenpx claudepluginhub jonny-1812/corebee-mcp-skills --plugin corebeeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.