project-create-issues

Convert GitHub project draft items into issues with field values and parent-child links.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill project-create-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-create-issues
Source: https://github.com/Fandhe-AI/agent-cli-skills/tree/main/skills/project-create-issues
Command: npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill project-create-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of converting draft items in a GitHub project to fully-fledged GitHub Issues, saving time and reducing manual effort.

Core Features & Use Cases

  • Draft to Issue Conversion: Automatically transform project draft items into GitHub Issues.
  • Field Value Retention: Preserve fields like Status, Priority, and Size from drafts.
  • Parent/Child Issue Linking: Create sub-issues linked to a parent issue.

Quick Start

Use the project-create-issues skill to convert draft items in your GitHub project to Issues. Run the command 'npx project-create-issues' and follow the prompts.

Frequently Asked Questions about project-create-issues

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

FAQPage Schema
How do I convert GitHub project draft items to issues?

This skill converts project draft items to GitHub Issues automatically, preserving field values like Status, Priority, and Size from the original drafts to eliminate manual data entry.

Can I preserve field values like Status and Priority when converting project drafts to GitHub Issues?

Yes, converting project draft items to GitHub Issues retains field values such as Status, Priority, and Size, ensuring that no project metadata is lost during the draft conversion process.

How do I create parent-child relationships when generating GitHub Issues from drafts?

Creating parent-child relationships is supported during draft conversion, allowing you to generate sub-issues that are automatically linked to a designated parent issue within your GitHub project.

Do I need the gh CLI to convert GitHub project drafts to issues?

Yes, you need the gh CLI installed and configured, because this administrative workflow relies on gh CLI and GitHub API access to read project drafts and create the corresponding issues.

What is the best way to automate issue creation from GitHub project drafts?

Automating issue creation from GitHub project drafts is best handled by running npx project-create-issues, which processes draft items in bulk and links parent-child issues without manual effort.