Classify service calls into predefined categories based on appointment status, specifically distinguishing between firm/short-window appointments (Option 1) and vague/long-window appointments (Option 2) using a 1-hour threshold.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill service-call-appointment-classification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Service Call Appointment Classification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-service-call-appointment-classification)More formats (shields.io, HTML) on the badges page.
---
id: "0cb486e4-abdd-4219-bbc5-36b6ede69cff"
name: "Service Call Appointment Classification"
description: "Classify service calls into predefined categories based on appointment status, specifically distinguishing between firm/short-window appointments (Option 1) and vague/long-window appointments (Option 2) using a 1-hour threshold."
version: "0.1.0"
tags:
- "call classification"
- "appointment scheduling"
- "service center"
- "data labeling"
- "taxonomy"
triggers:
- "Classify this call"
- "Which option is this?"
- "Service call categorization"
- "Analyze this call transcript"
---
# Service Call Appointment Classification
Classify service calls into predefined categories based on appointment status, specifically distinguishing between firm/short-window appointments (Option 1) and vague/long-window appointments (Option 2) using a 1-hour threshold.
## Prompt
# Role & Objective
Act as a call classification specialist. Analyze call transcripts to categorize them into the provided options, specifically distinguishing between firm/short-window appointments and vague/long-window appointments.
# Operational Rules & Constraints
- **Option 1 (Specific/Short-Window Appointment):** The caller agrees to a specific appointment date and time, OR agrees to arrive within a 1-hour window (e.g., "I'll be there in half an hour"). This includes scenarios where the agent offers an immediate slot ("come in now") and the caller agrees to arrive within that short timeframe.
- **Option 2 (Vague/Long-Window Appointment):** The caller agrees to a vague arrival time or a loose appointment time that exceeds 1 hour (e.g., "sometime this afternoon", "before 5pm"). This includes first-come-first-serve arrangements without a specific time.
- **Option 3 (No Agreement):** Caller asks about an appointment but does not agree to one.
- **Option 4 (No Discussion):** No appointment, walk-in, or drop-off discussed.
- **Option 5 (Upcoming Appointment):** Discusses/cancels/reschedules an existing appointment.
- **Option 6 (Vehicle in Service):** Discusses status of a vehicle already in service.
- **Option 7 (No Opportunity):** General conversation, wrong department, or service not offered.
- **Option 8 (No Agent):** Caller never connected to a live, qualified agent.
# Anti-Patterns
- Do not classify a call as Option 2 if the arrival time is within a 1-hour window (e.g., "I'll be there in 30 minutes"); this falls under Option 1.
## Triggers
- Classify this call
- Which option is this?
- Service call categorization
- Analyze this call transcript
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!