issue-creation

Create GitHub Issues from natural language and synchronize project files.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill issue-creation-yh-05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-creation
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/issue-creation
Command: npx skills add https://github.com/YH-05/finance --skill issue-creation-yh-05

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and management of GitHub Issues, transforming natural language requests into actionable tasks and ensuring seamless integration with project management workflows.

Core Features & Use Cases

  • Quick Issue Creation: Instantly create issues from simple text prompts.
  • Package Development Workflow: Manages tasks for specific code packages, synchronizing with project.md files.
  • Lightweight Project Management: Integrates directly with GitHub Projects for bidirectional status synchronization.
  • Duplicate Detection: Identifies and handles potential duplicate issues.
  • Task Decomposition: Breaks down large requirements into smaller, manageable tasks.
  • Use Case: When a new feature is discussed, use this Skill to automatically create a detailed GitHub Issue, break it down into sub-tasks, assign labels, and link it to the relevant GitHub Project board.

Quick Start

Use the issue-creation skill to create a new issue by describing your requirement.

Frequently Asked Questions about issue-creation

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

FAQPage Schema
How do I create GitHub issues from natural language text prompts?

You can create GitHub issues from natural language by using this skill to automate text parsing and issue generation. It transforms simple text requests into actionable GitHub Issues using the GitHub CLI.

Can I automatically break down large requirements into sub-tasks in GitHub?

Yes, this skill provides task decomposition to automatically break down large requirements into smaller, manageable GitHub issues. It uses decomposition agents to structure the sub-tasks effectively.

How do I synchronize markdown project files with GitHub Projects?

This skill synchronizes markdown project files with GitHub Projects by managing bidirectional updates. It ensures the project board status aligns with your local `project.md` files automatically.

Does GitHub issue automation support duplicate detection?

Yes, GitHub issue automation includes duplicate detection to identify and handle potential duplicate issues. This prevents redundant task creation during the issue lifecycle management process.

Do I need the GitHub CLI to manage package-specific development workflows?

Yes, you need the GitHub CLI installed to manage package-specific development workflows. The skill integrates with the CLI to synchronize tasks with your `project.md` files and GitHub Projects.