resolve-jira-issue

Resolve JIRA issues by implementing fixes and creating GitHub pull requests.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/pekral/pekral.cz --skill resolve-jira-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-jira-issue
Source: https://github.com/pekral/pekral.cz/tree/main/.claude/skills/resolve-jira-issue
Command: npx skills add https://github.com/pekral/pekral.cz --skill resolve-jira-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps resolve JIRA issues end-to-end by implementing the required code changes, validating them with tests and reviews, and updating both GitHub and JIRA with a traceable pull request workflow.

Core Features & Use Cases

  • Issue-driven resolution workflow: Retrieves full JIRA issue details (including comments and attachments), derives a complete task list, and implements the fix/refactor accordingly.
  • Quality gate enforcement: Runs deterministic CI-aligned checks, ensures 100% coverage for changes, and follows mandatory code-review and security-review steps.
  • PR and status synchronization: Creates and links a GitHub pull request back to the JIRA issue, posts appropriate JIRA-wiki formatted comments, and updates the JIRA issue status to ready for review.

Quick Start

Use resolve-jira-issue to fetch the JIRA issue details and produce a PR that fixes the reported bug while updating the JIRA status to ready for review.

Frequently Asked Questions about resolve-jira-issue

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

FAQPage Schema
How do I automatically resolve JIRA issues with a GitHub pull request?

To automatically resolve JIRA issues, this Skill parses JIRA issue details and attachments to implement required code fixes, enforce 100% test coverage, pass mandatory code and security reviews, and open a validated GitHub pull request.

What is the best way to link a GitHub pull request back to a JIRA issue?

Linking a GitHub pull request to a JIRA issue is handled by pushing validated code changes via GitHub CLI and posting a formatted JIRA Wiki Markup comment that references the PR, while updating the JIRA issue status to ready for review.

Does this JIRA issue resolution workflow enforce mandatory code and security review loops?

Yes, mandatory code review and security review loops are strictly enforced before pushing code, ensuring all changes pass CI-aligned checks and achieve 100% test coverage before a GitHub pull request is created.

How do I parse JIRA comments and attachments to generate a coding task list?

Parsing JIRA comments and attachments is handled by retrieving full JIRA issue details to derive a complete task list, which then drives the implementation of required bug fixes or improvements directly in your codebase.

Can I use GitHub CLI to synchronize branches and open pull requests for JIRA fixes?

Yes, GitHub CLI is the preferred tool for GitHub operations, handling branch synchronization with main, pushing validated code changes, and creating the pull request that resolves the JIRA issue.

What limitations exist when automating JIRA status updates with GitHub pull requests?

The workflow requires strict JIRA Wiki Markup for formatting comments and enforces rigid quality gates including 100% test coverage and mandatory security reviews, meaning updates fail if CI-aligned checks or review loops are not passed.