analyze-backlog
Installation
SKILL.md
Jira Backlog Analysis
Automatically analyze the top 3 backlog issues that haven't been analyzed yet, generate implementation plans, and update the tickets with the analysis.
What This Skill Does
- Gets list of unanalyzed issues: Queries Jira directly for backlog issues missing the
claude-analyzedlabel - Processes each issue sequentially (just-in-time):
- Fetches fresh issue details from Jira (not cache)
- Verifies issue still needs analysis
- Analyzes codebase using the
issue-analysisworkflow - Creates implementation plan
- Updates description immediately (appends "Claude Analysis" section, preserving original text)
- Adds
claude-analyzedlabel
- Returns results: Shows summary of all updated tickets
This just-in-time approach prevents race conditions where someone else modifies a later issue while you're working on an earlier one.