← ClaudeAtlas

pulllisted

Fetch and analyze JIRA issue details, detect target repository, extract requirements, retrieve Confluence docs, and download attachments. Takes a JIRA key as argument (e.g., DRT-17270).
valasubramanian-kr/wallet-web-developer · ★ 0 · AI & Automation · score 65
Install: claude install-skill valasubramanian-kr/wallet-web-developer
# JIRA Issue Analysis Skill ## Purpose Fetch JIRA issue details, extract requirements, and retrieve linked Confluence documentation. ## Usage ```bash /pull DRT-17270 ``` ## What This Skill Does 1. **Detect Target Repo**: Identifies the repo from `git remote` and writes `target-repo.md` 2. **Fetch JIRA Issue**: Retrieves complete issue details from Atlassian JIRA 3. **Extract Requirements**: Parses summary, description, acceptance criteria, components, labels 4. **Retrieve Confluence Docs**: Fetches linked Confluence pages 5. **Download Attachments**: Downloads JIRA attachments (screenshots, PDFs, documents) if credentials configured (skips processing entirely if not, saving tokens) 6. **Create Workflow Directory**: Sets up `workflow/jira-to-github/<JIRA-NUMBER>/` for state management 7. **Output Structured Analysis**: Saves comprehensive analysis to `current-issue.md` with embedded summary (single-pass generation saves tokens) ## Prerequisites **Atlassian API Token** (optional but recommended): 1. Generate token at: https://id.atlassian.com/manage-profile/security/api-tokens 2. Set environment variables: ```bash export ATLASSIAN_EMAIL="your-email@company.com" export ATLASSIAN_API_TOKEN="your-api-token-here" ``` 3. Add to shell profile (~/.zshrc or ~/.bashrc) to persist across sessions **Token Optimization**: If credentials are not configured, the skill skips ALL attachment processing (metadata parsing + downloads), saving tokens per run. Analysis continue