issue-analysis

Analyzes Jira issues and codebase to generate implementation plans with pseudo-code and testing strategies.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill issue-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-analysis
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/jira-tools/skills/issue-analysis
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill issue-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers understand how to implement Jira issues by analyzing the issue details and the existing codebase, providing a clear, actionable plan.

Core Features & Use Cases

  • Implementation Planning: Creates step-by-step plans with pseudo-code for tackling Jira tickets.
  • Codebase Analysis: Scans the codebase for relevant files, patterns, and dependencies related to the issue.
  • Existing Fix Detection: Checks if the issue has already been addressed in the code.
  • Use Case: When faced with a complex bug report (e.g., "PROJ-123: Fix login redirect loop"), this Skill will analyze the issue, find related code, and generate a plan outlining the files to modify, the logic to implement, and how to test the fix.

Quick Start

Analyze Jira issue PROJ-123 and create an implementation plan.

Frequently Asked Questions about issue-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an implementation plan for a Jira issue from my codebase?

To generate an implementation plan for a Jira issue, this Skill analyzes the ticket details and scans your codebase to identify relevant files, existing patterns, and step-by-step pseudo-code strategies.

Can I check if a Jira bug report has already been fixed in my code?

Yes, you can check if a Jira bug report is already fixed in your code. The analysis detects pre-existing fixes by scanning the codebase for modifications related to the issue's requirements.

What do I need to analyze Jira issues and create development plans?

You need Python scripts for Jira issue retrieval and codebase exploration to analyze Jira issues. These scripts fetch ticket data and scan relevant files to output actionable development plans.

What's the best way to plan implementation steps for complex Jira tickets?

The best way to plan implementation steps for complex Jira tickets is to analyze the issue and codebase together, generating a plan that outlines files to modify, logic to implement, and testing strategies.

Does the implementation plan include testing strategies and pseudo-code?

Yes, the implementation plan includes testing strategies and pseudo-code. It synthesizes codebase patterns with Jira issue details to provide actionable logic steps and verification methods for developers.