git-issue-updater

Extract commit details and post structured updates to GitHub issues and Jira tickets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of keeping issues up to date by translating commit activity into structured progress updates on GitHub issues and Jira tickets. It helps teams maintain clear traceability between code changes and project work, reducing manual update effort.

Core Features & Use Cases

  • Automatically extract latest commit details (hash, author, date, message, files changed)
  • Identify linked GitHub issues or Jira tickets from commit messages
  • Post formatted progress updates to both platforms, including file changes and statistics
  • Support incremental updates across commits for ongoing work

Quick Start

Commit a change with a message that references an issue, then run the git-issue-updater tool to attach the update to the corresponding ticket.

Frequently Asked Questions about git-issue-updater

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

FAQPage Schema
How do I automatically update Jira tickets from git commit messages?

You can automatically update Jira tickets from git commit messages by using a tool that identifies ticket references, extracts commit details like hash and files changed, and posts structured progress updates via Atlassian MCP integration.

What's the best way to link GitHub issues to commit activity automatically?

Linking GitHub issues to commit activity automatically requires parsing commit messages for issue references, extracting file change statistics, and posting formatted progress updates to GitHub using the GitHub CLI.

Does the git-issue-updater tool work with both GitHub and Jira?

Yes, the git-issue-updater tool works with both GitHub and Jira. It identifies linked issues or tickets from commit messages and posts formatted progress updates with file changes to both platforms simultaneously.

How do I post incremental progress updates to Jira from ongoing git commits?

To post incremental progress updates to Jira from ongoing git commits, the tool extracts hash, author, date, and changed files for each new commit, formatting them as structured updates linked to the corresponding ticket.

Do I need GitHub CLI and Atlassian MCP to automate issue tracking updates?

Yes, you need GitHub CLI and Atlassian MCP integration to automate issue tracking updates. The tool relies on these standard integrations to collect commit data and publish structured progress updates to both platforms.

Why should I automate issue tracking updates from commit activity?

Automating issue tracking updates from commit activity maintains clear traceability between code changes and project work, reducing manual update effort and ensuring GitHub issues and Jira tickets remain consistently synchronized with development progress.