github-issues

Create, edit, search, and bulk-manage GitHub issues via CLI.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/weisberg/agent_tools --skill github-issues-weisberg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/weisberg/agent_tools/tree/main/.agents/skills/github-issues
Command: npx skills add https://github.com/weisberg/agent_tools --skill github-issues-weisberg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Managing GitHub issues manually can be time-consuming and error-prone, leading to inefficiencies in project workflows.

Core Features & Use Cases

  • Issue creation and editing: Quickly file, update, and categorize issues with detailed metadata.
  • Issue tracking and search: Efficiently locate and monitor issues across repositories using labels, assignees, and search queries.
  • Automation: Perform bulk operations like closing, labeling, or commenting across multiple issues to streamline project management workflows.
  • Integration: Link issues to projects, milestones, branches, and transfer issues seamlessly within GitHub.

Quick Start

Use the GitHub Issues skill to create a new issue with a descriptive title and detailed body content.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I automate GitHub issue management for my workflow?

Automating GitHub issue management involves using the GitHub CLI to bulk create, edit, label, and close issues, streamlining project tracking and reducing manual workflow overhead for development teams.

How do I set up GitHub CLI authentication for issue automation?

Setting up GitHub CLI authentication requires configuring a GitHub token to enable API access, which is a prerequisite for executing automated issue tracking and bulk workflow operations across repositories.

Can I perform bulk operations on GitHub issues using the CLI?

Yes, bulk operations on GitHub issues can be performed via the CLI to simultaneously close, label, or comment across multiple items, streamlining project management workflows and automating team task tracking.

How do I link GitHub issues to projects and milestones?

Linking GitHub issues to projects and milestones uses API integrations to connect issues with relevant branches and project phases, facilitating comprehensive management and seamless tracking within GitHub.

What are the limitations of using CLI for GitHub issue tracking?

CLI-based GitHub issue tracking requires initial token setup and authentication, and while it supports bulk operations and search, complex visual project management may still require the standard GitHub web interface.