What problem does it solve?
This Skill eliminates the guesswork in development tasks by helping you reliably extract and apply Jira issue context (requirements, acceptance criteria, and related details) when working from branches and pull requests.
Core Features & Use Cases
- Branch-to-Jira Context Extraction: Extracts issue numbers from branch patterns like feature/ITDEV-12345 to determine which Jira ticket to use.
- Jira Issue Lookup & Understanding: Fetches Jira issue details via mcp_atlassian_getJiraIssue or searches with mcp_atlassian_searchJiraIssuesUsingJql to understand the full ticket context.
- Implementation Guidance With Ticket Requirements: Applies the ticket’s description, comments, labels, linked PRs, and custom fields to guide implementation and review.
- PR Linking Support: Uses Jira context to help connect pull requests to the correct Jira issues.
Quick Start
Ask your AI to read the Jira ticket referenced by your branch name ITDEV-12345 and summarize the requirements and acceptance criteria you should follow before writing or reviewing code.