@tank/github-issues

Manage GitHub Issues lifecycle with gh CLI and GitHub Platform.

1|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/tankpkg/skills --skill tank-github-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @tank/github-issues
Source: https://github.com/tankpkg/skills/tree/main/skills/github-issues
Command: npx skills add https://github.com/tankpkg/skills --skill tank-github-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire lifecycle of managing GitHub Issues, from creation and triaging to automation and advanced API scripting, ensuring efficient project tracking and development workflows.

Core Features & Use Cases

  • Comprehensive Issue Management: Create, edit, close, search, and link issues and PRs using the gh CLI.
  • Workflow Automation: Implement issue forms, label taxonomies, and GitHub Actions for automated triage, assignment, and stale issue management.
  • Use Case: Automate the process of labeling new issues, assigning them to the correct team based on the area, and moving them to the appropriate project board, all triggered by issue creation.

Quick Start

Use the github-issues skill to list all open issues assigned to you.

Frequently Asked Questions about @tank/github-issues

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

FAQPage Schema
How do I automate GitHub Issues triage and assignment using gh CLI?

Manage the full GitHub Issues lifecycle by using the gh CLI to create, edit, close, search, and link issues and pull requests. This covers comprehensive issue management from initial reporting through resolution, ensuring efficient project tracking and development workflows.

Can I perform bulk operations on GitHub Issues with the gh api?

Perform bulk operations on GitHub Issues by scripting with the gh api, synthesizing GitHub REST and GraphQL API references. This enables advanced automation for large-scale issue management tasks that exceed standard CLI command capabilities.

What is the best way to design a label taxonomy for GitHub Issues?

Integrate GitHub Issues with Projects v2 by using the gh CLI and GitHub platform features to organize and track issues across project boards. This provides a unified view of issue progress and milestones within your development workflow.

Does this approach to GitHub issue management work with GitHub Actions?

GitHub issue management integrates directly with GitHub Actions to automate the full issue lifecycle, including automated triage, stale issue management, and custom workflows triggered by issue events. This enables continuous, automated project tracking.

How do I list all open GitHub Issues assigned to me via gh CLI?

List all open GitHub Issues assigned to you by executing a specific gh CLI search and filter command. This provides a quick, targeted view of your current responsibilities within the broader project issue management system.