create-github-issue

Create GitHub issues with gh CLI using YAML project templates.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/x402agent/openclawd-stack --skill create-github-issue-x402agent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-github-issue
Source: https://github.com/x402agent/openclawd-stack/tree/main/openclawd-stack/OpenShell-main/.agents/skills/create-github-issue
Command: npx skills add https://github.com/x402agent/openclawd-stack --skill create-github-issue-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create issues on GitHub using the gh CLI. Issues must conform to the project's issue templates.

Core Features & Use Cases

  • Create issues on GitHub using gh CLI while conforming to the templates.
  • Supports bug reports, feature requests, and tasks by automating issue creation with template-compliant bodies.

Quick Start

Authenticate gh and start issuing prompts to create GitHub issues.

Frequently Asked Questions about create-github-issue

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

FAQPage Schema
How do I create GitHub issues from the command line using templates?▼

Yes, you can create bug reports, feature requests, and tasks by automating issue creation with the gh CLI. It uses the project's YAML-formatted templates to shape the issue title and body automatically.

How does gh CLI issue automation work with YAML templates?▼

GitHub issue automation works by using the gh CLI to read a project's YAML-formatted templates and apply them to the generated issue. This ensures bug reports and feature requests maintain a consistent structure.

Do I need to authenticate gh CLI before creating GitHub issues?▼

Yes, you need to authenticate the gh CLI before creating GitHub issues. Once authenticated, you can start issuing prompts to generate bug reports, feature requests, and tasks across your repositories.

Can I automate feature requests and bug reports across multiple repositories?▼

Yes, you can automate generating bug reports, feature requests, and tasks across GitHub repositories. The automation applies the project's YAML templates to ensure every issue maintains a consistent structure.