create-issue

Automate GitHub issue creation with a structured format via the API.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hhagely/job-applier --skill create-issue-hhagely
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/hhagely/job-applier/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/hhagely/job-applier --skill create-issue-hhagely

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub issues with consistent formatting, making them easily consumable by other automation tools.

Core Features & Use Cases

  • Structured Issue Creation: Guides users through creating GitHub issues with a standardized format.
  • Automated Workflow: Integrates with GitHub's issue creation API to streamline the process.
  • Use Case: When a user wants to report a bug or request a feature, this Skill can be used to generate a well-structured issue that can be automatically processed by other tools.

Quick Start

Use the create-issue skill to create a new issue in the repository.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I create a GitHub issue with a consistent structured format for automation?โ–ผ

To create a GitHub issue with consistent formatting, use this Skill to guide you through structuring details and automatically submitting them via the GitHub API. This ensures the generated issues are easily consumable by other automation tools.

Do I need the gh CLI installed to automate GitHub issue creation?โ–ผ

Yes, you need the gh command-line tool installed and configured. The Skill relies on gh to access the GitHub API and process the automated creation of issues within your repository.

Why use an automated tool for structured GitHub bug reporting?โ–ผ

Automated GitHub bug reporting ensures a standardized format for every issue. This consistency is crucial for facilitating downstream automation, enabling other tools to easily track and process bug reports or feature requests.

What is the best way to automate GitHub issue creation for code review tracking?โ–ผ

The best way to automate GitHub issue creation for code review tracking is using a script-based Skill that formats issue details and integrates directly with the GitHub API, ensuring standardized reports for automated processing.

Can I use this automation tool to generate GitHub issues for any repository?โ–ผ

Yes, you can generate structured GitHub issues for any repository where your gh tool has API access. You simply need to provide the specific issue details during the automated creation process.