create-github-issues

Create GitHub issues from validated PRD files using the GitHub CLI.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/ductrung-nguyen/Orca-vscode --skill create-github-issues-ductrung-nguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issues
Source: https://github.com/ductrung-nguyen/Orca-vscode/tree/main/.github/skills/create-github-issues
Command: npx skills add https://github.com/ductrung-nguyen/Orca-vscode --skill create-github-issues-ductrung-nguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of GitHub issues directly from validated Product Requirement Documents (PRDs), streamlining the transition from planning to execution.

Core Features & Use Cases

  • Automated Issue Creation: Generates one or more GitHub issues based on PRD content.
  • Intelligent Splitting: Splits complex PRDs into 2-5 manageable issues (features/bugs).
  • Template Integration: Leverages repository-specific issue templates for consistency.
  • Use Case: After a PRD is validated, use this Skill to automatically create trackable GitHub issues for each feature and bug, ensuring all requirements are captured and assigned.

Quick Start

Use the create-github-issues skill to create GitHub issues from the PRD file located at .tot-docs/prd/001-feature.md.

Frequently Asked Questions about create-github-issues

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

FAQPage Schema
How do I create GitHub issues from a PRD file?

To create GitHub issues from a PRD file, use this Skill to parse validated PRD content and generate corresponding trackable issues in your repository. It intelligently splits complex documents into 2-5 manageable issues and applies repository-specific templates.

Do I need the GitHub CLI installed to automate issue tracking?

Yes, you need the GitHub CLI (gh) installed and authenticated to automate issue tracking. The Skill relies on the gh tool to search existing issues, verify status files, and perform idempotent issue creation directly in your repository.

Can I generate multiple feature and bug issues from a single validated PRD?

Yes, you can generate multiple feature and bug issues from a single validated PRD. The agent-driven process reads your document and intelligently splits complex requirements into 2 to 5 distinct manageable issues for comprehensive task tracking.

How does idempotent GitHub issue creation prevent duplicate entries?

Idempotent GitHub issue creation prevents duplicates by checking status files and searching GitHub for existing issues before processing. This ensures that running the task multiple times on the same PRD will not create redundant entries in your repository.

Does this issue tracking automation work with repository templates?

Yes, this issue tracking automation integrates with repository templates. It leverages your existing repository-specific issue templates to ensure that every generated feature and bug issue maintains consistent formatting and required fields.

What is the best way to transition a PRD into GitHub task management?

The best way to transition a PRD into GitHub task management is using an automated Skill that reads validated PRD files and generates structured issues. This streamlines the transition from product planning to execution by capturing all requirements as trackable items.