batch-issues

Decompose project plan files into GitHub issues with labels and effort estimates.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/VitaDynamics/vita-cc-market --skill batch-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-issues
Source: https://github.com/VitaDynamics/vita-cc-market/tree/main/plugins/Vengineer/skills/batch-issues
Command: npx skills add https://github.com/VitaDynamics/vita-cc-market --skill batch-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the tedious process of breaking down project plans into individual, actionable GitHub issues, saving significant time and ensuring consistency.

Core Features & Use Cases

  • Automated Issue Creation: Decomposes plan files into granular tasks, each suitable for 1-4 hours of work.
  • Structured Output: Generates issues with titles, bodies, labels, and effort estimates.
  • Review & Refinement: Allows users to review and edit issues before creation.
  • Use Case: After creating a project plan, use this Skill to automatically generate a list of GitHub issues for your development team, complete with all necessary details for implementation.

Quick Start

Use the batch-issues skill to create GitHub issues from the plan file located at docs/plans/feature-x.md.

Frequently Asked Questions about batch-issues

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

FAQPage Schema
How do I automate GitHub issue creation from a project plan file?

To automate GitHub issue creation, this Skill analyzes your project plan files and decomposes them into granular, actionable issues. It automatically generates titles, bodies, labels, and effort estimates for each task before creating them on GitHub.

What is the best way to break down a development plan into 1-4 hour tasks?

Breaking down a development plan into 1-4 hour tasks is handled by parsing project plan files into structured GitHub issues. This approach ensures development tasks are granular, actionable, and include relevant labels for efficient workflow management.

Do I need gh CLI authentication to generate GitHub issues from markdown plans?

Yes, gh CLI authentication is required to generate GitHub issues from markdown plans. The Skill uses the GitHub CLI to interact with your repository and automatically create the decomposed tasks as structured issues.

Can I review and edit GitHub issues before automated creation from a plan?

Yes, you can review and edit GitHub issues before automated creation. The Skill generates a structured output of proposed issues with titles, bodies, and labels, allowing you to refine the task decomposition before finalizing the creation process.

Does batch-issues support adding effort estimates and labels to generated tasks?

Yes, batch-issues supports adding effort estimates and labels to generated tasks. It parses your project plan files and structures the output to include specific effort sizing and relevant categorization labels for each created issue.