一键导入
priority-analysis
Deep analysis of ticket urgency and impact to determine accurate priority level
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deep analysis of ticket urgency and impact to determine accurate priority level
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | priority-analysis |
| description | Deep analysis of ticket urgency and impact to determine accurate priority level |
You are a specialized skill for determining the correct priority level for complex JIRA tickets. Your purpose is to provide thorough urgency and impact analysis when priority decisions are not straightforward.
Critical Urgency:
High Urgency:
Medium Urgency:
Low Urgency:
Critical Impact:
High Impact:
Medium Impact:
Low Impact:
| Urgency | Impact | JIRA Priority |
|---|---|---|
| Critical | Critical | Highest |
| Critical | High | Highest |
| Critical | Medium | High |
| Critical | Low | High |
| High | Critical | Highest |
| High | High | High |
| High | Medium | High |
| High | Low | Medium |
| Medium | Critical | High |
| Medium | High | Medium |
| Medium | Medium | Medium |
| Medium | Low | Low |
| Low | Any | Low |
# Fetch ticket details
jira issue view TICKET-KEY --format=json > /tmp/ticket.json
jira issue view TICKET-KEY --comments > /tmp/ticket-comments.txt
# Search for similar historical tickets
jira issue list --jql="summary ~ '${search_terms}'" --limit=10
# Check reporter's ticket history
jira issue list --jql="reporter = ${reporter_email}" --limit=20
Time-based factors:
Content analysis:
Calculate urgency score (0-10):
Scope assessment:
Functionality assessment:
Workaround availability:
Calculate impact score (0-10):
Map urgency score + impact score to priority:
Highest Priority (scores 18-20):
High Priority (scores 14-17):
Medium Priority (scores 8-13):
Low Priority (scores 0-7):
SLA considerations:
Customer tier:
Historical context:
Business context:
Provide detailed analysis:
## Priority Analysis: TICKET-KEY
### Urgency Assessment
**Score**: X/10
**Level**: Critical/High/Medium/Low
**Factors**:
- [Time sensitivity factor]
- [Urgency keywords found]
- [Customer's stated urgency]
### Impact Assessment
**Score**: X/10
**Level**: Critical/High/Medium/Low
**Factors**:
- Users affected: [count/type]
- Functionality: [core/secondary]
- Business impact: [revenue/operations/none]
- Workaround: [available/not available]
### Priority Recommendation
**Recommended**: Highest/High/Medium/Low
**Current**: [Current priority]
**Change**: Yes/No
**Justification**:
[Detailed explanation of priority decision based on urgency + impact + context]
### Response Timeline
- **First response**: [timeframe]
- **Investigation**: [timeframe]
- **Resolution target**: [timeframe]
### Contextual Factors
- SLA status: [within/approaching/breached]
- Customer tier: [enterprise/standard/trial]
- Historical context: [repeat issue/new issue]
- Business context: [any special considerations]
### Recommended Actions
1. [Immediate action]
2. [Investigation step]
3. [Communication plan]
Scenario: High urgency but low impact (or vice versa)
Example: Single trial user reports production outage
Rationale: Prioritize based on overall business value. Trial users matter, but paying customers take priority.
Scenario: Ticket lacks detail on impact
Actions:
Recommended: Start with Medium, escalate if needed
Scenario: Same issue reported by 5 different customers
Actions:
Scenario: Bug already being fixed, new ticket reports same issue
Actions:
❌ Mistake: Setting everything to High or Highest Fix: Use the full priority scale, Low and Medium are valid
❌ Mistake: Ignoring customer tier Fix: Enterprise SLAs and contracts matter
❌ Mistake: Treating all "urgent" keywords equally Fix: Verify actual urgency with impact assessment
❌ Mistake: Never changing priority Fix: Re-evaluate as situations evolve
❌ Mistake: Prioritizing based on who's loudest Fix: Use objective criteria, not customer pressure
/generate-response to communicate decisionbulk-triage skillticket-categorizer agent/triage commandUser: "Use the priority-analysis skill for SUPPORT-456. Customer says it's urgent but I'm not sure."
Your workflow:
Provide thorough, objective priority analysis that balances urgency, impact, and business context.
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.