github-issues

Manage GitHub issues and repository triage via gh CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually handling GitHub issues by helping you find, create, triage, and resolve work items without switching between tools.

Core Features & Use Cases

  • Issue Discovery: List open issues, filter by labels or assignees, and search for duplicates or related reports.
  • Issue Management: Create issues from bug reports or feature requests, add labels, assign owners, comment with updates, and close or reopen items.
  • Workflow Support: Use it for daily triage, release coordination, bulk cleanup, and linking issues to pull requests with standard closing keywords.

Quick Start

Ask the GitHub issues skill to triage the current repository’s open issues, apply the right labels, assign owners, and close anything already resolved.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I triage GitHub issues across multiple repositories?

You can triage GitHub issues by filtering open items by labels or assignees, applying standard labels, assigning owners, and closing resolved items. Bulk processing supports daily triage and release coordination across discovered repositories.

Can I create and label GitHub issues from bug reports automatically?

Yes, you can create GitHub issues from bug reports or feature requests, add appropriate labels, assign owners, and post comments with updates. This workflow removes the friction of manually handling issue creation and categorization.

Do I need the gh CLI installed to manage GitHub issues?

You do not strictly need the gh CLI, as the workflow supports authenticated access through gh CLI or curl-based GitHub REST API fallbacks. Either method enables searching, creating, and managing issues across your repositories.

What's the best way to link GitHub issues to pull requests when closing them?

Linking GitHub issues to pull requests uses standard closing keywords within your workflow. This issue-to-PR linking mechanism ensures that merging associated pull requests automatically closes or reopens the corresponding tracked items.

How do I search for duplicate GitHub issues during repository triage?

To find duplicates during GitHub issue triage, you can list open issues and search for related reports using specific keywords or labels. This discovery process helps identify and consolidate duplicate bug tracking entries.