github-issues

Create and manage GitHub issues with templates via gh CLI.

1|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/eric-sabe/engsys --skill github-issues-eric-sabe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/eric-sabe/engsys/tree/main/core/skills/github-issues
Command: npx skills add https://github.com/eric-sabe/engsys --skill github-issues-eric-sabe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually creating, updating, and tracking GitHub issues is time-consuming and often leads to inconsistent formatting, missing context, and disjointed project tracking for development teams.

Core Features & Use Cases

  • Standardized Issue Creation: Generate bug reports, feature requests, and task issues with pre-defined templates to ensure all required context is included.
  • Issue Updates & Management: Modify existing issues by adding labels, assignees, milestones, or changing issue state, without navigating the GitHub UI.
  • Use Case: A developer can quickly file a detailed bug report for a login SSO crash with steps to reproduce, or a project manager can update issue priorities and assignments across multiple issues in seconds.

Quick Start

Use the github-issues skill to create a bug report for the login page crash when SSO is enabled, including steps to reproduce and expected behavior.

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 creation to avoid manual formatting?

Automating GitHub issue creation eliminates manual formatting by using templates to generate standardized bug reports and feature requests. This ensures all required context is included directly through the gh CLI without navigating the GitHub UI.

Can I update GitHub issue labels, assignees, and milestones using the gh CLI?

Yes, you can update GitHub issues by modifying labels, assignees, and milestones using the gh CLI. This allows developers and project managers to change issue states and assignments in seconds without interacting with the web interface.

What is the best way to standardize bug tracking and feature requests across repositories?

Standardizing bug tracking and feature requests across repositories is best achieved by applying pre-defined templates for issue creation. This approach ensures consistent formatting and eliminates disjointed project tracking for development teams.

Does this issue automation approach work with GitHub MCP tooling?

Yes, this issue automation approach supports GitHub MCP tooling alongside the gh CLI for full issue operations. It enables comprehensive management including label, assignee, milestone, and comment management with template-based content structuring.

How do I add structured comments and steps to reproduce when I create a GitHub issue?

To add structured comments and steps to reproduce when you create a GitHub issue, use template-based content structuring. This ensures detailed bug reports capture the necessary context, expected behavior, and reproduction steps automatically.