github-create-issue

Create GitHub issues from git history with titles, descriptions, and acceptance criteria.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill github-create-issue-buihuuloc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-create-issue
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/github-create-issue
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill github-create-issue-buihuuloc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub issues by intelligently extracting context from your current git branch, commit history, and file changes, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Generation: Drafts titles, descriptions, acceptance criteria, and estimates effort based on git data.
  • Contextual Information: Leverages commit messages, file diffs, and branch names for accurate issue details.
  • Use Case: After completing a feature, run this skill to instantly generate a well-formatted issue that summarizes your work, ready for review and submission.

Quick Start

Use the github-create-issue skill to create a new GitHub issue based on your current git branch and commit history.

Frequently Asked Questions about github-create-issue

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

FAQPage Schema
How do I create GitHub issues automatically from git commit history?

To create GitHub issues automatically, this skill extracts context from your git commit history, branch names, and file diffs to auto-generate issue titles, descriptions, and acceptance criteria. It leverages git context to streamline the issue creation process directly from your development workflow.

What is the best way to generate issue descriptions from git branch context?

Generating issue descriptions from git branch context involves analyzing file changes and commit messages to draft accurate details. This skill automates that process by extracting the contextual information from your branch to produce well-formatted acceptance criteria and effort estimates.

Does the GitHub issue automation skill work with the GitHub CLI and project boards?

Yes, the GitHub issue automation integrates directly with the GitHub CLI and project boards. It detects domain labels and milestones automatically, allowing you to submit generated issues seamlessly into your existing developer workflow and project management setup.

Can I manually input issue details when creating GitHub issues from git context?

Yes, you can manually input issue details when creating GitHub issues from git context. Alongside automated context extraction, the skill offers manual input and quick modes, providing flexibility to adjust auto-generated titles, descriptions, and acceptance criteria before submission.

How are domain labels and milestones detected when automating GitHub issue creation?

Domain labels and milestones are detected during automated GitHub issue creation by analyzing the extracted git context, including branch names and file changes. This contextual information allows the skill to accurately categorize the generated issue within your project management framework.