用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bobmatnyc/claude-mpm --skill mpm-ticket-wizard命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | mpm-ticket-wizard |
| description | Interactive ticket creation wizard with Q&A flow for bugs, features, tasks, and epics |
| version | 1.0.0 |
| category | mpm |
| user-invocable | true |
| tags | ["mpm","tickets","wizard","creation","pm-recommended"] |
| triggers | ["create ticket","new ticket","ticket wizard","help me create","file a bug","request feature","create epic","create task"] |
Interactive Q&A flow for creating well-formed tickets. Guides users through gathering essential details before delegating to ticketing agent.
Activate when user says:
Step 1: Determine Ticket Type
What type of ticket are you creating?
1. Bug - Something is broken or not working as expected
2. Feature - New functionality or enhancement request
3. Task - Work item or to-do
4. Epic - Large initiative containing multiple issues
Step 2: Gather Details (varies by type - see templates in references)
Step 3: Confirm and Create - Review summary, then delegate to ticketing agent
| Type | Required Fields |
|---|---|
| Bug | Title, Expected, Actual, Repro Steps, Severity |
| Feature | Title, Problem, Solution, Acceptance Criteria |
| Task | Title, Success Criteria |
| Epic | Title, Vision, Scope, Success Metrics |
| User Says | Maps To |
|---|---|
| Urgent, ASAP, Critical | priority:critical |
| Important, High, Blocking | priority:high |
| Normal, Medium, Standard | priority:medium |
| Low, Minor, Eventually | priority:low |
Based on ticket content, suggest labels:
| Content Indicator | Suggested Labels |
|---|---|
| Authentication, login | auth, security |
| UI, button, display | frontend, ui |
| API, endpoint | backend, api |
| Database, query | backend, database |
| Performance, slow | performance |
| Mobile, responsive | mobile |
| Documentation | documentation |
| Security, vulnerability | security, priority:high |
After gathering all information, delegate to ticketing agent:
Task:
agent: "ticketing"
task: "Create [type] ticket with the following details"
context: |
Type: [bug/feature/task/epic]
Title: [title]
[Full formatted ticket content from template]
Priority: [priority]
Labels: [suggested labels]
acceptance_criteria:
- Ticket created successfully
- Ticket ID returned
- Confirm ticket details match provided content
IMPORTANT: This wizard gathers information interactively but ALWAYS delegates actual ticket creation to ticketing-agent. PM never creates tickets directly.
For detailed templates and Q&A flows:
User: "I need to create a bug report"
PM: "I'll help you create a well-formed bug report.
**What type of issue?**
1. Bug 2. Feature 3. Task 4. Epic"
User: "1 - bug"
PM: "**Describe the bug in one sentence:**"
User: "Checkout button unclickable on Safari"
[Continue Q&A per bug template...]
PM: "Here's your bug report: [formatted summary]
**Ready to create this ticket?**"
User: "yes"
PM: [Delegates to ticketing-agent with full content]
See ticketing-delegation.md for delegation protocol.