بنقرة واحدة
response-draft
Generate professional customer response drafts in batch for multiple tickets
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate professional customer response drafts in batch for multiple tickets
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Creates well-structured Claude Skills with proper YAML frontmatter, clear instructions, and supporting files. Activates when the user wants to create a new skill, add capabilities to their AI assistant, encode team preferences, or structure any reusable instruction set. Covers the full lifecycle from intent capture through writing, testing, and refinement.
Shows all available skills, platform support, common workflows, and troubleshooting for the @terrazul/assistant-creator package. Activates when the user asks for help, wants to know what's available, or needs guidance on using the package.
Interactive wizard to set up MCP server credentials in your shell environment (~/.zshenv, ~/.bashrc, etc.). Activates when the user needs to configure API keys, tokens, or environment variables for MCP servers, or after adding new MCP integrations that require authentication.
Searches mcp.so marketplace for MCP servers and configures them for Claude, Codex, or Gemini. Use when user wants to add external tool integrations, find MCP servers, or configure model context protocol.
Converts Claude SKILL.md files to Gemini-compatible format. Use when user wants to use a Claude skill with Gemini CLI, or needs to make skills cross-platform compatible.
Create well-formed Claude agents with proper YAML frontmatter, system prompts, and examples. Use when user wants to create a new agent, customize Claude behavior, or needs help structuring an agent definition.
| 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.