git-github-issue-manage

Create and manage GitHub issues using the GitHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation, management, and tracking of GitHub issues, ensuring efficient project workflows and clear communication.

Core Features & Use Cases

  • Issue Creation: Generate new issues with titles, bodies, labels, assignees, and milestones.
  • Issue Management: List, view, update, close, reopen, and comment on issues using the GitHub CLI.
  • Workflow Automation: Implement triage processes, manage labels, and link issues to commits or PRs.
  • Use Case: Quickly create a bug report with specific labels and assign it to a team member, or list all open issues assigned to you.

Quick Start

Use the git-github-issue-manage skill to create a new issue with the title "Bug: Fix login button" and the label "bug".

Frequently Asked Questions about git-github-issue-manage

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

FAQPage Schema
How do I automate GitHub issue creation using the CLI?

You can automate GitHub issue creation by utilizing the GitHub CLI to generate new issues with defined titles, bodies, labels, assignees, and milestones. This streamlines issue tracking and ensures clear communication within project workflows.

What is the best way to manage and update GitHub issues in bulk?

The best way to manage and update GitHub issues in bulk is by using CLI commands to list, view, update, close, and reopen multiple issues. This workflow automation supports triage processes and enhances productivity for development teams.

Can I assign labels and milestones to GitHub issues directly from the command line?

Yes, you can assign labels and milestones to GitHub issues directly from the command line. The GitHub CLI facilitates issue management by allowing you to attach these metadata fields during issue creation or when updating existing issues.

Does this approach support linking GitHub issues to commits or pull requests?

Yes, this approach supports linking GitHub issues to commits or pull requests. Workflow automation through the CLI enables developers to connect issues with relevant code changes, ensuring traceability across the software development lifecycle.

Do I need the GitHub CLI installed to automate issue tracking and lifecycle management?

Yes, you need the GitHub CLI installed to automate issue tracking and lifecycle management. The Skill relies on the CLI to execute commands for creating, updating, closing, and commenting on issues within your repositories.