jira-issue-resolver

Automate JIRA issue resolution with dependency analysis, planning, and code execution.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/missdeer/skills --skill jira-issue-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-issue-resolver
Source: https://github.com/missdeer/skills/tree/main/jira-issue-resolver
Command: npx skills add https://github.com/missdeer/skills --skill jira-issue-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of managing JIRA issue lifecycles by automating the entire workflow from dependency analysis and planning to code implementation, testing, and final status updates.

Core Features & Use Cases

  • DAG-based Dependency Resolution: Automatically identifies the root task in a chain of dependencies to ensure work is performed in the correct logical order.
  • Multi-Agent Review Loop: Enforces high-level architectural and code-level quality gates using dual-agent reviews before any commit is finalized.
  • Automated Writeback: Handles the full lifecycle, including attaching plans, committing changes with proper traceability, and updating JIRA status.

Quick Start

Trigger the jira-issue-resolver skill by asking it to resolve or fix a specific JIRA issue key like SHELFECOMM-14.

Frequently Asked Questions about jira-issue-resolver

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

FAQPage Schema
How do I automate JIRA issue resolution from code changes to status updates?

Automating JIRA issue resolution is handled by navigating dependency graphs, generating implementation plans, executing code changes with integrated testing, and synchronizing status updates via the JIRA REST API. It ensures atomic commits and strict traceability throughout the workflow.

What is DAG-based dependency resolution for JIRA issue tracking?

DAG-based dependency resolution automatically identifies the root task in a chain of JIRA dependencies. This ensures work is performed in the correct logical order before generating implementation plans and executing code changes.

How do I resolve a specific JIRA issue key like SHELFECOMM-14 automatically?

To resolve a JIRA issue key, trigger the resolution process by providing the specific key. The system then analyzes dependencies, creates a plan, writes and reviews code, runs tests, and commits changes with proper traceability.

Do I need local git repository management to automate JIRA workflows?

Local git repository management is required to ensure atomic commits and proper traceability when automating JIRA workflows. It works with the JIRA REST API to synchronize code changes and issue status updates.

How are architectural standards enforced during automated code changes?

Architectural standards are enforced using a multi-agent review loop. Dual agents perform high-level architectural and code-level quality gate reviews before any code changes are finalized and committed.