skills/smithery.ai/analyze-backlog

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

  1. Gets list of unanalyzed issues: Queries Jira directly for backlog issues missing the claude-analyzed label
  2. 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-analysis workflow
    • Creates implementation plan
    • Updates description immediately (appends "Claude Analysis" section, preserving original text)
    • Adds claude-analyzed label
  3. 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.

Quick Start

Installs
1
First Seen
May 1, 2026
analyze-backlog from smithery.ai