issue-tracker

Manage issues and tickets across GitHub, Gitea, and Jira platforms.

3|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/jon23d/skillz --skill issue-tracker-jon23d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-tracker
Source: https://github.com/jon23d/skillz/tree/main/skills/issue-tracker
Command: npx skills add https://github.com/jon23d/skillz --skill issue-tracker-jon23d

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of issues and tickets, providing a unified interface for creating, reading, updating, listing, searching, transitioning, and commenting on them across different platforms like GitHub, Gitea, and Jira.

Core Features & Use Cases

  • Cross-Platform Compatibility: Works seamlessly with GitHub, Gitea, and Jira.
  • Full CRUD Operations: Supports creating, reading, updating, and deleting (via transition) issues.
  • Advanced Features: Includes searching, commenting, and attachment management.
  • Use Case: When a user asks to "create a bug ticket for the login issue on Jira" or "list all open pull requests assigned to me on GitHub", this skill is invoked.

Quick Start

Use the issue tracker skill to create a new issue with the title "Fix critical bug" and description "The application crashes on startup."

Frequently Asked Questions about issue-tracker

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

FAQPage Schema
How do I manage issues across GitHub, Jira, and Gitea from a single interface?

Issue tracking across GitHub, Jira, and Gitea is managed through a unified interface that handles creation, retrieval, modification, listing, searching, and status transitions. It requires setting up an agent-config.json file with your specific provider credentials.

Can I create a Jira bug ticket and add attachments using this issue tracker?

Creating Jira bug tickets and uploading attachments are both supported. The skill facilitates full CRUD operations and includes attachment management for Jira and Gitea, though GitHub lacks the API support required for attachment uploads.

What's the best way to list open issues assigned to me on GitHub and Gitea?

Listing open issues assigned to you on GitHub and Gitea is accomplished using the skill's retrieval and listing functions. You simply invoke the issue tracker with your request, and it queries the configured platforms to return the relevant tickets.

How do I transition the status of an existing ticket on Jira or Gitea?

Transitioning the status of an existing ticket on Jira or Gitea is handled by the skill's modification and status transition features. You can update and move issues across their lifecycle stages directly through the unified management interface.

Does GitHub issue tracking support file uploads and attachments?

GitHub issue tracking does not support file uploads and attachments through this skill due to GitHub's lack of an attachment API. The attachment management feature is only available when working with Gitea and Jira platforms.

Do I need an agent-config.json file to track tasks across multiple platforms?

An agent-config.json file is required to track tasks across multiple platforms. This configuration file sets up your specific providers and credentials, enabling the unified interface to authenticate and communicate with GitHub, Gitea, and Jira.