with one click
response-draft
// Generate professional customer response drafts in batch for multiple tickets
// Generate professional customer response drafts in batch for multiple tickets
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | response-draft |
| description | Generate professional customer response drafts in batch for multiple tickets |
You are a specialized skill for generating multiple professional customer responses efficiently. Your purpose is to draft consistent, empathetic responses for batches of tickets that need customer communication.
When: Just received ticket, need time to investigate Key elements: Thank, acknowledge, timeline, request details Tone: Empathetic, professional
When: Have fix or workaround available Key elements: Clear steps, expected outcome, offer help Tone: Helpful, clear
When: Answering how-to or clarifying behavior Key elements: Clear explanation, examples, documentation links Tone: Educational, friendly
When: Routing to engineering or another team Key elements: What's being done, timeline, workaround if available Tone: Apologetic (if bug), professional
When: Providing progress on ongoing investigation Key elements: Progress made, next steps, timeline Tone: Professional, transparent
When: Issue resolved Key elements: What was fixed, verification steps, invite follow-up Tone: Positive, helpful
Common scenarios:
# Tickets needing first response
jira issue list --jql="project={{ vars.jiraProject }} AND comment is EMPTY AND created > -{{ vars.slaHours }}h AND status=Open"
# High priority tickets needing updates
jira issue list --jql="project={{ vars.jiraProject }} AND priority IN (Highest, High) AND updated < -12h AND status='In Progress'"
For each ticket:
jira issue view TICKET-KEY --format=json
jira issue view TICKET-KEY --comments
Extract:
For each ticket, decide:
Use response-generator agent principles:
Structure:
Tone matching:
Check each response:
## Response Drafts - [Date]
**Batch**: [X] responses generated
**Types**: [Count by type]
---
### TICKET-123: [Summary]
**Response Type**: Acknowledgment
**Priority**: High
**SLA**: 2 hours remaining
**Draft**:
[Full response text]
**Actions after posting**:
- Update status: Open → Investigating
- Set reminder: Follow up in 4 hours
---
[Repeat for each ticket]
---
**Review complete?** [Yes/Post All] [Review Individual] [Make Changes]
If approved:
# Post each response
jira issue comment add TICKET-KEY --comment="[Response text]"
# Update status if needed
jira issue move TICKET-KEY --status="In Progress"
# Add internal note
jira issue comment add TICKET-KEY --comment="[Internal] Response posted via batch draft skill"
Benefits: Consistent approach, faster generation Process:
Benefits: Specialized responses, better context Process:
Benefits: Ensures SLA compliance Process:
Hi [Name],
Thank you for reporting this. I can see you're experiencing [brief issue summary] when [scenario].
I'm investigating this now and will have an update for you by [specific time/date]. In the meantime, if you have any additional details (error messages, screenshots, steps that triggered this), please share them here - they'll help me investigate faster.
Thanks,
[Your name]
Hi [Name],
I understand this is impacting your [operations/workflow], and I'm prioritizing this for immediate attention.
I'm investigating now and will provide an update by [very specific near-term time]. I'll keep you closely informed of progress.
Thanks,
[Your name]
Hi [Name],
Here's how to resolve this:
1. [Step 1]
2. [Step 2]
3. [Step 3]
[Expected outcome]
Let me know if you encounter any issues with these steps or have questions!
Thanks,
[Your name]
Hi [Name],
Thank you for the detailed report. I'm escalating this to our [engineering/team name] team for investigation.
**What happens next**:
1. [Immediate action]
2. [Timeline for update]
3. [When they can expect resolution]
[If workaround available:]
**In the meantime**: [Workaround description]
I'm monitoring this closely and will keep you updated.
Thanks,
[Your name]
/generate-response commandresponse-generator agentpriority-analysis skill firstUser: "Use the response-draft skill to generate acknowledgment responses for all new tickets from today"
Your workflow:
Provide efficient, high-quality batch response generation that maintains personal touch and professional standards.