github-issues

Manage GitHub issues via `gh` or REST API with CRUD, labeling, and bulk updates.

1|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-agent --skill github-issues-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/aayushsoam/clawbot-agent/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/aayushsoam/clawbot-agent --skill github-issues-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-auth, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing GitHub issues, from creating and triaging to closing and reassigning, all with ease.

Core Features & Use Cases

  • Issue Creation: Create issues using gh or REST API with title, body, labels, and assignees.
  • Issue Management: View, update, and manage issues with powerful filtering and labeling options.
  • Triage Workflow: Efficiently triage and categorize issues for quick resolution.
  • Bulk Operations: Perform batch operations on issues, such as closing or updating multiple issues at once.
  • Integration: Seamless integration with the github-auth skill for authentication.
  • Use Case: Automate issue management tasks, saving time and reducing manual effort in GitHub projects.

Quick Start

Use the github-issues skill to list all open issues in your repository.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I manage GitHub issues in bulk without manual clicking?

You can manage GitHub issues in bulk by using this Skill to perform batch operations like closing or updating multiple issues at once. It leverages the gh command or REST API to execute bulk updates efficiently.

What is the best way to triage GitHub issues using the command line?

Triage GitHub issues efficiently by using this Skill to categorize, filter, and label issues directly. It supports the triage workflow through the gh command or REST API, enabling quick resolution routing.

Do I need a GitHub authentication token to create and update issues via API?

Yes, you need to authenticate via the github-auth skill to create and update GitHub issues. This dependency is required to authorize CRUD operations and manage repository issues through the API.

Can I use the gh CLI to filter and label GitHub issues automatically?

Yes, you can use the gh CLI to automatically filter and label GitHub issues. The Skill provides powerful filtering and labeling options to view, update, and manage issues within your repository context.

Does this issue management tool support adding assignees and bodies when creating issues?

Yes, this issue management tool supports creating issues with title, body, labels, and assignees. It handles issue creation seamlessly through either the gh command or the REST API.