git-pr-creator

Create Git pull requests and update Jira tickets with image attachments.

4|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/darellchua2/opencode-config-template --skill git-pr-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-pr-creator
Source: https://github.com/darellchua2/opencode-config-template/tree/main/skills/git-pr-creator
Command: npx skills add https://github.com/darellchua2/opencode-config-template --skill git-pr-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end process of creating a Git PR and optionally syncing JIRA tickets with comments and image attachments, reducing manual steps.

Core Features & Use Cases

  • Create a Git PR (GitHub/GitLab) with a comprehensive description following Conventional Commits guidelines.
  • Optionally update Jira tickets with descriptive comments and attach diagrams/images.
  • Scan the repository for relevant diagrams to attach to Jira and PR descriptions.
  • Use case: When finishing a feature, this skill publishes the PR and updates related Jira issues with attachments for traceability.

Quick Start

Use the git-pr-creator skill to create a PR for the current branch and, if desired, update a Jira ticket with a comment and attach related diagrams.

Frequently Asked Questions about git-pr-creator

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

FAQPage Schema
How do I automate pull request creation and Jira updates for my Git branches?

Automating pull request creation and Jira updates is handled by using CLI utilities to locate branches, generate conventional commit descriptions, and sync ticket comments. This process links code changes to Jira issues for full traceability without manual entry.

Can I attach diagrams and images to Jira tickets automatically when creating a PR?

Yes, you can attach diagrams to Jira tickets automatically when creating a PR. The workflow scans your repository for relevant images and attaches them to Jira issues alongside descriptive comments during the pull request creation process.

Does this PR automation tool work with both GitHub and GitLab?

Yes, this PR automation tool works with both GitHub and GitLab. It utilizes the Git CLI, specifically the gh or glab command-line tools, to automate pull request creation and manage comprehensive descriptions across hosting platforms.

What do I need to set up before automating Git PR creation and Jira syncing?

Before automating Git PR creation, you need the Git CLI (gh or glab), Atlassian Jira integration tools, and standard CLI utilities configured. Ensure your repository contains diagrams if you plan to attach them to Jira issues.

How does conventional commits formatting apply to automated pull requests?

Conventional commits formatting applies to automated pull requests by guiding the generation of comprehensive PR descriptions. The automation scans branch changes to create structured, conventional commit guidelines for clear and traceable code history.