jira-update

Automate Jira issue updates with pull request links and test results.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/EmergenceAI/EM-AISoftwareFactory --skill jira-update-emergenceai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-update
Source: https://github.com/EmergenceAI/EM-AISoftwareFactory/tree/main/skills/jira-update
Command: npx skills add https://github.com/EmergenceAI/EM-AISoftwareFactory --skill jira-update-emergenceai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the inefficiency of manually updating Jira issues after implementing solutions, automating the synchronization of PR links, evaluation results, implementation notes, and status transitions.

Core Features & Use Cases

  • PR Linking: Automatically add GitHub pull request links to Jira issues.
  • Evaluation Tracking: Record evaluation test results in Jira for tracking.
  • Implementation Documentation: Include implementation notes and tech spec links.
  • Status Transition: Transition Jira issue statuses with a simple command.
  • Use Case: After implementing a feature in a codebase, this skill can be used to update the associated Jira issue with the pull request URL, test results, and final status, ensuring Jira is up-to-date with the latest progress.

Quick Start

Use the jira-update skill to link a pull request to a Jira issue with test results: /jira-update ABI-123 --pr-url https://github.com/org/repo/pull/789 --evals-passed 5 --evals-total 5 --status "In Review"

Frequently Asked Questions about jira-update

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

FAQPage Schema
How do I automatically add a GitHub pull request link to a Jira issue?

To automatically add a GitHub pull request link to a Jira issue, use a Jira API integration to append the PR URL and implementation details directly to the issue's tracking fields.

What is the best way to update Jira issue statuses after implementing a feature?

The best way to update Jira issue statuses post-implementation is to automate status transitions using the Jira API, synchronizing the issue state with your actual development progress.

Can I record evaluation test results directly in Jira issue tracking?

Yes, you can record evaluation test results in Jira issue tracking by using API commands to pass test pass and total counts, linking outcomes directly to the implementation progress.

How do I synchronize implementation notes and tech spec links with Jira issues?

You can synchronize implementation notes and tech spec links with Jira issues by automating the post-implementation update process to inject documentation directly into the issue fields via API.

Does Jira issue synchronization work with GitHub pull request workflows?

Jira issue synchronization works with GitHub pull request workflows by automatically linking the pull request URL to the associated Jira issue to reflect implementation progress.