gen-issue-from-plan

Convert execute plan documents into GitHub issues and create linked branches.

16|3|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/Yomiamy/flutter_inspector_kit --skill gen-issue-from-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gen-issue-from-plan
Source: https://github.com/Yomiamy/flutter_inspector_kit/tree/main/.claude/skills/gen-issue-from-plan
Command: npx skills add https://github.com/Yomiamy/flutter_inspector_kit --skill gen-issue-from-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of converting execute plans into actionable GitHub issues and manages the corresponding branches. It eliminates the manual process of writing and setting up GitHub issues and branches from scratch.

Core Features & Use Cases

  • Plan Parsing: Extracts relevant information from execute plan files.
  • GitHub Issue Creation: Automatically creates an issue in GitHub based on the parsed plan.
  • Branch Management: Creates and manages branches linked to the created GitHub issue.
  • Use Case: If you have a detailed execute plan and want to track progress in GitHub, use this skill to quickly create issues and branches for each task mentioned in the plan.

Quick Start

Trigger the skill by entering 'gen issue-from-plan <plan-file-path>'.

Frequently Asked Questions about gen-issue-from-plan

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

FAQPage Schema
How do I convert an execute plan into GitHub issues?

You can create GitHub issues from an execute plan by running the command 'gen issue-from-plan <plan-file-path>'. This Skill parses the plan document and automatically uses the GitHub API to generate an issue for each task outlined.

Can I automatically create branches for GitHub issues from a plan file?

Yes, you can automatically create branches for GitHub issues directly from your plan file. This Skill handles branch management by creating a corresponding branch for each task outlined in the execute plan during the issue generation process.

Do I need the GitHub CLI installed to automate issue creation and branch management?

Yes, you need the GitHub CLI installed to automate issue creation and branch management. This Skill requires Git, the GitHub API via gh, and jq as dependencies to parse plans and execute project automation commands.

What is the best way to automate project ticketing from an execute plan?

The best way to automate project ticketing from an execute plan is using a command-line Skill that parses the document and interacts directly with the GitHub API. This approach automatically extracts relevant information and creates linked issues and branches.

What limitations exist when parsing execute plans to generate GitHub issues?

A limitation when parsing execute plans to generate GitHub issues is the strict dependency on command-line tools. You must have Git, gh, and jq properly configured, and your plan file must be structured for parsing to successfully extract relevant information.