Agent skill
receiving-tickets
Fetches a Jira ticket with all linked tickets and Confluence pages, then creates a standardized project workspace folder with documentation files. Use when a QA engineer receives a new Jira ticket to work on, wants to start a project, trace a ticket, set up a project folder, or begin a QA project from a Jira issue.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/receiving-tickets
SKILL.md
receiving-tickets
Fetches a Jira ticket with all linked tickets and Confluence pages, then creates a standardized project workspace.
Progress Checklist
Copy and track your progress:
- [ ] Step 1: Collect ticket data (main + related + Confluence)
- [ ] Step 2: Create folder structure
- [ ] Step 3: Download raw documentation files
- [ ] Step 4: Validate and generate summary files
- [ ] (Optional) Step 5: Initialize test scaffolding
Steps
Step 1: Collect Ticket Data
Run /jr-trace-fetch to fetch the main Jira ticket with all fields, comments, remote links, parent/child tickets, linked issues, and Confluence pages.
MCP tools: mcp-atlassian:jira_get_issue, mcp-atlassian:jira_search, mcp-atlassian:confluence_get_page
Step 2: Create Folder Structure
Run /jr-trace-structure to create active/[TICKET]_[Short_Description]/ with:
confluence/subfolder only if Confluence links were found- No empty folders
Step 3: Download Raw Documentation Files
Run /jr-trace-docs to create these files from collected data:
00_Main_Task_[TICKET].md— main ticket details + comments01_[Description]_[TICKET].md— one file per related ticketconfluence/[Title].md— one file per Confluence page
Step 4: Validate and Generate Summaries
Run /jr-trace-verify to review created files and generate:
confluence/confluence_links.md— Confluence index with document summariesREADME.md— project overview with key insightsTicket_Relationship_Diagram.md— ticket hierarchy with progress summary- Validation report — file count and completeness check
Step 5 (Optional): Initialize Test Scaffolding
If user requests project initialization, run /pm-init to scaffold test_plan/ and test_cases/ folders with README templates.
Expected Input
Jira issue key: PROJ-12345
Next Step
After receiving tickets, run /planning-tests to detect the ticket type and start test planning.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?