create-issue

Create GitHub issues from natural language prompts with templates and auto-assignment.

1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/ruchernchong/claude-kit --skill create-issue-ruchernchong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/ruchernchong/claude-kit/tree/main/skills/create-issue
Command: npx skills add https://github.com/ruchernchong/claude-kit --skill create-issue-ruchernchong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of GitHub issues from natural language prompts, eliminating manual typing and inconsistent formatting.

Core Features & Use Cases

  • Auto-create issues from user prompts, including title and body.
  • Respect repository templates and issue types, selecting an appropriate type when available.
  • Auto-assign to the current user and attach to the target repository, supporting both user-owned and organization-owned repos.

Quick Start

Provide the repository (owner/repo), issue title, and description to create a new GitHub issue. The skill will fetch the current user, apply any relevant templates, create the issue with the given title and body, and assign it to you.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I automate GitHub issue creation from natural language prompts?

Automate GitHub issue creation by using this Skill to detect repository templates, fetch the current user, and generate an issue with a title and body from your text prompt. It works across personal and organization repositories.

Can I auto-assign GitHub issues to myself when creating them?

Yes, you can auto-assign GitHub issues to yourself. The Skill fetches the current user via MCP tools and automatically assigns the newly created issue to them in the target repository.

How do I ensure new GitHub issues respect repository templates and issue types?

To ensure new GitHub issues respect templates, the Skill utilizes MCP tools to detect available repository templates and issue types, selecting an appropriate type when available before generating the issue body.

Does this issue automation tool work with organization-owned repositories?

Yes, this issue automation tool works with organization-owned repositories. It supports attaching and creating issues in both user-owned and organization-owned GitHub repositories.

What do I need to provide to create a GitHub issue using MCP tools?

You need to provide the repository name in owner/repo format, the issue title, and the description. The Skill will then handle user fetching, template application, and issue creation automatically.