github-issues

Manage GitHub issue lifecycles via CLI or REST API.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill github-issues-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill github-issues-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction from managing GitHub repositories by automating the creation, triage, and status updates of issues, allowing you to focus on development rather than administrative overhead.

Core Features & Use Cases

  • Automated Triage: Quickly list, label, and assign issues that require attention using either the GitHub CLI or direct API calls.
  • Workflow Integration: Seamlessly create issues from templates, comment on progress, and link PRs to issues to keep your project board clean.
  • Use Case: A project manager can use this skill to automatically filter all open issues labeled as needs-triage, assign them to the appropriate team member, and add a priority label in a single session.

Quick Start

Use the github-issues skill to list all open issues in the current repository that are labeled as bug.

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 triage and assignment for my repository?

Automate GitHub issue triage by using this skill to list, label, and assign issues that require attention. It manages the issue lifecycle through the GitHub CLI or REST API to streamline project management workflows.

Can I create GitHub issues from templates and link pull requests automatically?

Yes, you can create issues from templates, comment on progress, and link pull requests to issues. This workflow integration keeps your project board clean by automating these administrative tasks through the GitHub API.

Do I need a GitHub token to manage issues via the CLI or REST API?

Yes, managing issues requires authenticated access to GitHub via the gh CLI or a valid GITHUB_TOKEN environment variable. This access is necessary to interact with your git-initialized repositories securely.

What's the best way to filter open bugs labeled as needs-triage in GitHub?

The best way to filter open bugs is using this skill to list all open issues labeled as bug or needs-triage. It allows a project manager to automatically assign them to team members and add priority labels in a single session.

Does this issue management skill work with any git-initialized repository?

Yes, this skill supports bug tracking and project management within any git-initialized repository. It leverages the GitHub CLI or REST API to manage issue lifecycles regardless of your specific project scale.