managing-github-issues

Automate GitHub issue creation, editing, searching, triaging, and closing via gh CLI.

121|10|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/sortie-ai/sortie --skill managing-github-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-github-issues
Source: https://github.com/sortie-ai/sortie/tree/main/.github/skills/managing-github-issues
Command: npx skills add https://github.com/sortie-ai/sortie --skill managing-github-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

GitHub issue management for the Sortie project is error-prone and time-consuming; this Skill automates creating, editing, searching, closing, and triaging issues using the gh CLI, while handling labels, milestones, and project board interactions to keep the backlog organized.

Core Features & Use Cases

  • Create, edit, search, triage, and close issues with taxonomy-driven labels and milestones via gh CLI for consistent project governance.
  • Detect duplicates, enforce issue templates, and integrate with project boards to reflect work state across the backlog.
  • Provide scalable guidance for various workflows: feature requests, bug reports, tasks, and documentation issues, all within a public and professional context.

Quick Start

Run the taxonomy fetch script to pull live labels and milestones, then manage issues with gh CLI.

Frequently Asked Questions about managing-github-issues

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

FAQPage Schema
How do I automate GitHub issue triage and management using gh CLI?

Automate GitHub issue triage by running a taxonomy fetch script to pull live labels and milestones, then use gh CLI commands to create, edit, search, and close issues with consistent project governance.

What is the best way to manage GitHub project board issues and milestones?

Manage GitHub project board issues by using gh CLI to integrate issue tracking with project boards, applying taxonomy-driven labels and milestones to accurately reflect work state across the entire backlog.

Does the GitHub issue automation workflow support duplicate detection and issue templates?

Yes, the GitHub issue automation workflow detects duplicates and enforces issue templates via safety checks, ensuring consistent formatting for feature requests, bug reports, tasks, and documentation issues.

Can I use gh CLI to bulk create and label GitHub issues?

Yes, you can use gh CLI to bulk create and label GitHub issues by fetching a live taxonomy of available types and milestones, then applying taxonomy-driven labels to maintain an organized backlog.

Do I need to install gh CLI to automate GitHub issue workflows for project management?

Yes, you need the gh CLI installed as a dependency to execute the automation scripts that manage GitHub issues, apply labels, handle milestones, and interact with project boards.

Why are my GitHub issue labels failing to apply during automated triage?

GitHub issue labels fail to apply during automated triage when the live taxonomy fetch script has not been run; execute the script first to populate available issue types, labels, and milestones before managing issues.