github-create-issue

Create GitHub issues from git context with generated titles and descriptions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating GitHub issues by automatically extracting relevant context from your git repository, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Automated Context Extraction: Gathers information from git history, branch names, and file changes.
  • Intelligent Draft Generation: Auto-generates titles, descriptions, and acceptance criteria based on code context.
  • Use Case: When you finish a feature on a new branch, run this skill to create a well-formatted issue that includes a summary of your commits, a suggested title, and acceptance criteria derived from your code changes.

Quick Start

Use the github-create-issue skill to create a new GitHub issue based on your current branch's git context.

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 branch context?

This Skill automates GitHub issue creation by extracting git context like branch names and commit messages to generate formatted titles, descriptions, and acceptance criteria directly from your code changes.

Can I generate GitHub issue acceptance criteria from my code diffs?

Yes, the tool analyzes file diffs and commit history to intelligently draft acceptance criteria alongside the issue title and description based on your actual code changes.

Does this issue creation tool auto-detect GitHub labels and milestones?

Yes, it auto-detects and assigns labels and milestones specifically for the sipherxyz/s2 repository, ensuring issues are properly categorized without manual tagging.

What is the best way to integrate GitHub issue creation into a developer workflow?

The best way is to use its programmatic invocation or quick mode, allowing seamless, automated issue generation immediately after finishing a feature branch.

Do I need to manually write issue descriptions when using git context extraction?

No, you do not need to manually write descriptions because the tool automatically drafts summaries and acceptance criteria derived from your commit history and file changes.

Why use automated git context extraction instead of manual GitHub issue creation?

Automated git context extraction reduces manual effort and ensures consistency by pulling summaries directly from your code changes, preventing missing details in GitHub issues.