researching-jira-issues
Use whenever the user mentions a Jira issue key and wants more than a surface-level lookup — "Read PROJ-123", "What's PROJ-123 about?", "Give me context on PROJ-123", "Deep dive PROJ-123", "What's blocking PROJ-123?", "Summarize PROJ-123 and its dependencies", "I need to work on PROJ-123, what should I know?", or any request to understand an issue's purpose, scope, or requirements. Thoroughly researches and synthesizes a Jira issue including all linked issues, sub-tasks, blocked dependencies, and supporting Confluence documentation.
What this skill does
# Researching Jira Issues Synthesize information, don't concatenate tool outputs. Each step below gathers raw data — the value of this skill is in connecting the dots across issues, docs, and comments into a coherent understanding that a human can act on. ## Workflow ### Step 1: Fetch the Main Issue Use the `get_issue` MCP tool with the issue key. The tool defaults to expanding `renderedFields` and `names`, which provides HTML-rendered fields and human-readable custom field display names. Extract and note: - Issue type (Epic, Story, Task, Bug, Sub-task, etc.) - Summary and description - Current status and priority - Assignee and reporter - Key fields relevant to understanding the work (labels, components, sprint, etc.) - Comments that provide important context (clarifications from stakeholders, technical decisions, implementation guidance) - **Custom fields**: Surface all non-null custom fields from the Additional Fields section of the response. The `names` expansion maps field IDs to human-readable display names automatically. ### Step 2: Identify All Linked Issues Examine the main issue response to identify linked issues through: 1. **Issue Links**: Look for the `issuelinks` field in the API response (an untyped array field returned by Jira) containing: - Blocks/Blocked by relationships - Depends on/Dependency relationships - Relates to links - Clones, Duplicates, Supersedes relationships - Any other link types 2. **Hierarchical Links**: Look for: - Parent issue (if this is a sub-task) - Epic link (if this is linked to an epic) - Sub-tasks (if this issue has sub-tasks) - **Next-gen projects**: If the issue type is Epic or Feature and `subtasks` is empty, use the `search_issues` MCP tool with JQL `parent = <ISSUE-KEY>` to discover child issues. Next-gen Jira projects use `parent` relationships instead of the `subtasks` field. 3. **Remote Links**: Use the `get_issue_remote_links` MCP tool with the issue key to find: - Linked Confluence pages (grouped under "Confluence Pages" in the output) - Pull requests and commits (grouped under "GitHub") - External documentation and other resources ### Step 3: Fetch Linked Issues with Depth Control Fetch related issues to build context, but stop before the returns diminish. Each additional hop adds API calls and context window usage while providing less directly relevant information. 1. **Priority Order**: - High Priority: Blocks, Depends on, Parent, Epic Link — these determine whether work can start and where the issue fits in the hierarchy - Medium Priority: Sub-tasks, Related issues — these define scope and provide background - Low Priority: Clones, Duplicates — only if they provide unique context not found elsewhere 2. **Depth Control**: - Traverse up to 2 levels beyond the main issue (main issue -> linked issue -> one more hop for high-priority links only). Beyond 2 levels, context relevance drops sharply and the risk of ballooning the response grows. - For issues referenced in other Jira projects via inline description URLs (e.g., VULN-_, SEC-_), mention the reference contextually but do not traverse unless it appears as a formal issue link (blocks/depends-on/relates-to). Cross-project inline references are informational, not dependency signals. - Track fetched issue keys to avoid circular references (A links to B, B links to A) - For each linked issue, use the `get_issue` MCP tool and extract key information 3. **Selective Fetching**: - For sub-tasks: Fetch all to understand full scope of work. If there are more than 10 children, fetch the first 10 and summarize the remainder as a compact list (key, status, summary) from the search results. - For blocking issues: Fetch to understand dependencies - For related issues: Fetch if they appear critical to understanding - Skip duplicate/cloned issues unless they contain unique information 4. **Rate Limiting**: Space out requests when making many API calls. After every 5 sequential calls, pause briefly (1 second) to avoid hitting Atlassian rate limits. If you encounter a 429 response, wait 10 seconds before retrying. ### Step 4: Fetch Linked Confluence Documentation Confluence pages often contain requirements, design docs, or specifications: 1. Extract Confluence page links from: - Remote links output (Step 2 — links grouped under "Confluence Pages") - Issue description URLs matching `*/wiki/spaces/*/pages/*/` - Comment URLs pointing to Confluence 2. For each Confluence link: - Extract the `pageId` from the URL (e.g., `https://domain.atlassian.net/wiki/spaces/SPACE/pages/123456789/Title` -> `123456789`) - Use the `get_confluence_page` MCP tool with the page ID - Note the page title and key information from the content 3. **Context budget for pages**: For Confluence pages over 2000 words, summarize the sections relevant to the issue rather than reproducing the full page. Focus on requirements, acceptance criteria, technical constraints, and design decisions. ### Step 5: Handle Failures Gracefully If any fetch fails, note the failure and continue with available data. Specific failure modes: - **404 on a linked issue**: The issue was deleted or moved. Note the key and skip. - **403 on a Confluence page**: No access. Note the page title from the remote link and skip. - **404 on remote links**: The endpoint may not be available. Skip and rely on issue links from the main response. Always report which items could not be retrieved at the end of the synthesis. ### Step 6: Synthesize and Present Organize all gathered information into a comprehensive understanding: #### Issue Overview - What is the core purpose of this issue? - What type of work is this (new feature, bug fix, tech debt, etc.)? - Current status and who's working on it #### Requirements and Context - What are the key requirements or acceptance criteria? - What problem is being solved? - What documentation supports this work? - Show any non-null custom fields under their display name as a heading, rendering the content as markdown #### Dependencies and Relationships - What issues must be completed first (blocking dependencies)? - What issues does this block (downstream impact)? - How does this fit into the larger epic or project? #### Scope of Work - What sub-tasks exist? - What's the breakdown of the work? - Are there related issues that provide additional context? #### Key Insights - Technical decisions or constraints from comments/documentation - Risks or concerns mentioned - Important historical context (why was this cloned, what was superseded, etc.) ### Context Budget When the full synthesis exceeds approximately 4000 words (roughly the point where readers start skimming rather than absorbing), condense lower-priority linked issues (Related, Clones, Duplicates) to single-line summaries with key, status, and summary only. Limit displayed comments to the 3 most recent unless the user asks for more. ## Examples ### examples/deep_read_workflow.md End-to-end walkthrough of a deep read for a Story with sub-tasks, blocking issues, and linked Confluence documentation.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.