pr-issue-search

Extract GitHub or Jira issue references from branch names and commit logs.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/abretonc7s/metamask-skills --skill pr-issue-search-abretonc7s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-issue-search
Source: https://github.com/abretonc7s/metamask-skills/tree/main/domains/pr-workflow/skills/pr-issue-search
Command: npx skills add https://github.com/abretonc7s/metamask-skills --skill pr-issue-search-abretonc7s

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of identifying and referencing related issues in development workflows, reducing manual effort in issue tracking and ensuring timely issue resolution.

Core Features & Use Cases

  • Issue Detection: Extracts issue or ticket references from branch names and commit messages.
  • Search Assistance: Finds relevant issues based on branch or commit keywords through GitHub or Jira queries.
  • Use Case: When a developer creates a pull request, automatically connect it to the associated GitHub issue or Jira ticket by identifying references in branch names or commit logs.

Quick Start

Use the pr-issue-search skill to analyze the current branch and commit messages for related issues, then generate appropriate references or fix links.

Frequently Asked Questions about pr-issue-search

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

FAQPage Schema
How do I automatically link pull requests to Jira tickets or GitHub issues?

You can automatically link pull requests to Jira tickets or GitHub issues by analyzing branch naming conventions and commit logs to extract issue references and generate appropriate links.

How do I find related GitHub issues from branch names and commit messages?

Finding related GitHub issues from branch names and commit messages involves parsing these sources for ticket references, then performing online GitHub or Jira searches using branch keywords if references are absent.

Does this issue tracking tool support both GitHub and Jira queries?

Yes, this issue tracking tool supports both GitHub and Jira queries, allowing development teams to maintain clear issue traceability across platforms when mapping pull requests.

What is the best way to extract Jira ticket references from commit logs?

The best way to extract Jira ticket references from commit logs is to automate the parsing of commit messages to identify ticket IDs, ensuring streamlined issue resolution and traceability.

Why does my pull request not link to the associated GitHub issue automatically?

Your pull request may not link to the associated GitHub issue automatically if branch naming conventions are not followed or commit messages lack explicit issue references, requiring an online search fallback.

Can I check branch naming conventions to find missing issue references?

Yes, you can check branch naming conventions to find missing issue references by validating the branch name format and parsing commit logs to ensure proper pull request linkage.