issue-auto-sync

Syncs GitHub/Gitea issues with commits and AIARTIFACT WORKS artifacts via API calls.

175|26|Updated Aug 14, 2025
One-click install
npx skills add https://github.com/jmagly/aiwg --skill issue-auto-sync-jmagly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-auto-sync
Source: https://github.com/jmagly/aiwg/tree/main/plugins/sdlc/skills/issue-auto-sync
Command: npx skills add https://github.com/jmagly/aiwg --skill issue-auto-sync-jmagly

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the tedious process of manually updating issue trackers based on code commits and artifact changes, ensuring your project's progress is always accurately reflected.

Core Features & Use Cases

  • Automated Issue Linking: Detects issue references in commit messages, artifact metadata, and code comments.
  • Status Updates: Automatically updates issues with progress, closes them upon completion, and notifies dependent issues.
  • Use Case: After committing code that fixes a bug, this Skill automatically updates the corresponding issue on GitHub, adds a "completed" label, and closes it, saving you manual steps.

Quick Start

Run the issue-auto-sync skill to synchronize linked issues after your latest commit.

Frequently Asked Questions about issue-auto-sync

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

FAQPage Schema
How do I automatically sync issue tracker updates with git commits?

To automatically sync issue tracker updates with git commits, this Skill detects issue references in commit messages and updates the corresponding issues via API calls to platforms like GitHub or Gitea. It manages issue states, adds labels, and posts progress comments based on predefined patterns.

Can I use this to automatically close GitHub issues from commit messages?

Yes, you can use this to automatically close GitHub issues from commit messages. After committing code that fixes a bug, the Skill detects the issue reference, updates the corresponding issue on GitHub, adds a "completed" label, and closes it to save manual steps.

What is the best way to link AIWG artifacts to existing issue tracking tickets?

The best way to link AIWG artifacts to existing issue tracking tickets is to run this Skill to scan artifact metadata, detect linked issue references, and automatically post progress or completion comments to platforms like GitHub or Gitea.

Does this issue synchronization tool work with Gitea as well as GitHub?

Yes, this issue synchronization tool works with Gitea as well as GitHub. It updates issues via API calls to both platforms, managing issue states and adding labels based on predefined patterns detected in commit messages and AIWG artifacts.

How do I run an issue sync after my latest code commit?

To run an issue sync after your latest code commit, simply execute the issue-auto-sync Skill. It will automatically detect issue references in your commit messages, scan AIWG artifacts, and update your linked issues with the current progress.