sync-pr-jira

Automates synchronization of GitHub pull request statuses with Jira ticket statuses.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/adobecom/mas-claude-config --skill sync-pr-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-pr-jira
Source: https://github.com/adobecom/mas-claude-config/tree/main/config/skills/sync-pr-jira
Command: npx skills add https://github.com/adobecom/mas-claude-config --skill sync-pr-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, mcp__corp-jira__search_jira_issues, mcp__corp-jira__get_jira_transitions, mcp__corp-jira__transition_jira_status_by_name, mcp__corp-jira__update_jira_issue, gh pr edit, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the synchronization of pull request statuses in GitHub with corresponding Jira ticket statuses, streamlining the development workflow and ensuring that PRs and Jira tickets are always in sync.

Core Features & Use Cases

  • Status Syncing: Automatically updates Jira ticket statuses based on PR reviews and check states in GitHub.
  • Review Management: Re-requests reviews from stale reviewers and assigns QA when PRs are ready for QA.
  • Use Case: Ideal for teams that want to maintain a tight integration between GitHub and Jira, reducing manual updates and ensuring that PRs are reviewed and tested efficiently.

Quick Start

Run the sync-pr-jira skill to update Jira ticket statuses based on PR review states.

Frequently Asked Questions about sync-pr-jira

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

FAQPage Schema
How do I automatically sync GitHub PR review statuses with Jira tickets?

To automatically sync GitHub PR review statuses with Jira tickets, use this Skill to map GitHub PR review states and check results directly to corresponding Jira workflow transitions. It ensures Jira tickets reflect current PR statuses without manual updates.

What is PR status synchronization with Jira and how does it work?

PR status synchronization with Jira is the automated mapping of GitHub PR review states to Jira ticket statuses. It works by reading PR review and check states, then applying corresponding Jira workflow transitions to keep both systems aligned.

Do I need GitHub API and Jira API access to automate PR workflow integration?

Yes, you need both GitHub API and Jira API access to automate PR workflow integration. These dependencies are required to read PR review states from GitHub and execute corresponding status transitions within Jira workflows.

Can I automatically re-request stale PR reviews and assign QA through Jira integration?

Yes, this Jira integration supports automatic re-requesting of reviews from stale reviewers and assigns QA personnel when GitHub PRs are marked as ready for QA, streamlining the review management process.

What's the best way to map GitHub PR check states to Jira workflow transitions?

The best way to map GitHub PR check states to Jira workflow transitions is using this Skill's automation logic, which interprets review states and automatically triggers the appropriate Jira status updates via the Jira API.

Why are my Jira ticket statuses not updating when GitHub PRs are approved?

Jira ticket statuses may not update when PRs are approved if GitHub API or Jira API access is misconfigured. This Skill requires valid API credentials and correct workflow mapping to successfully transition Jira statuses based on PR reviews.