project-create-github-issue

Create GitHub issues from *.plan.md files using the GitHub CLI.

1|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/rodrigorjsf/political-authority-highlighter --skill project-create-github-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-create-github-issue
Source: https://github.com/rodrigorjsf/political-authority-highlighter/tree/main/.claude/skills/project-create-github-issue
Command: npx skills add https://github.com/rodrigorjsf/political-authority-highlighter --skill project-create-github-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures that every implementation plan has a corresponding GitHub issue, streamlining project tracking and development workflow.

Core Features & Use Cases

  • Automated Issue Creation: Creates GitHub issues automatically based on *.plan.md files.
  • Parallel Execution: Runs in the background without blocking the main workflow.
  • Use Case: After defining a new feature in a .plan.md file, this skill automatically creates a GitHub issue for it, ensuring it's tracked and visible to the team.

Quick Start

Use the project-create-github-issue skill to create a GitHub issue from the plan file located at .claude/PRPs/plans/new-feature.plan.md.

Frequently Asked Questions about project-create-github-issue

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

FAQPage Schema
How do I create GitHub issues from markdown plan files?

Creating GitHub issues from markdown plan files involves parsing `*.plan.md` documents and using the GitHub CLI to generate corresponding tracking issues. This ensures every implementation plan has a visible development task.

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

Yes, automating issue tracking for development features requires the GitHub CLI (`gh`). The workflow integrates directly with the CLI to ensure every implementation plan generates a corresponding GitHub issue.

What is the best way to ensure my project management plans have corresponding GitHub issues?

The best way to ensure project management plans have corresponding GitHub issues is to use an automated workflow that checks for `*.plan.md` files and creates formatted issues via the GitHub CLI, maintaining consistent tracking.

How does parallel execution work when creating GitHub issues from implementation plans?

Parallel execution when creating GitHub issues from implementation plans runs the issue creation process in the background without blocking the main developer workflow, allowing continuous development while issues are generated.

Can I use a custom template when I create GitHub issues from plan files?

Yes, creating GitHub issues from plan files requires adherence to a predefined issue template. This ensures consistent issue formatting across all development tasks and features generated from your `*.plan.md` files.