create-sub-issue

Create GitHub sub-issues from a parent issue with repository-specific settings.

8|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/sasamuku/dotfiles --skill create-sub-issue-sasamuku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-sub-issue
Source: https://github.com/sasamuku/dotfiles/tree/main/.claude/skills/create-sub-issue
Command: npx skills add https://github.com/sasamuku/dotfiles --skill create-sub-issue-sasamuku

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the process of creating sub-issues in GitHub repositories, ensuring compliance with each repository's unique issue management standards.

Core Features & Use Cases

  • Repository Specific Issue Creation: Automatically generate sub-issues based on the parent issue, adhering to repository-specific titles, labels, GitHub Projects, Issue Type, and Team settings.
  • User-Friendly: Streamlines the issue creation process by simplifying the arguments required and ensuring ease of use for users without extensive coding knowledge.
  • Use Case: Ideal for developers or project managers looking to create well-structured sub-issues within a repository that need to maintain consistency in issue titles, labels, and other conventions.

Quick Start

Use the 'create-sub-issue' skill by providing the parent issue number or URL, followed by an optional description for the sub-issue.

Frequently Asked Questions about create-sub-issue

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

FAQPage Schema
How do I create sub-issues in GitHub based on a parent issue?

To create GitHub sub-issues, provide the parent issue number or URL and an optional description. The skill generates sub-issues via the GitHub API while adhering to repository conventions like labels and titles.

How does sub-issue creation handle repository-specific conventions?

Sub-issue creation automatically respects repository-specific standards by inheriting configurations for titles, labels, GitHub Projects, Issue Type, and Team from the parent issue to ensure consistency.

Can I automatically assign GitHub Projects and Issue Types when creating sub-issues?

Yes, you can automatically assign GitHub Projects and Issue Types. The skill reads the parent issue's settings and applies these repository-specific conventions to the newly created sub-issues.

Do I need extensive coding knowledge to automate GitHub sub-issue creation?

No extensive coding knowledge is needed to automate GitHub sub-issue creation. The skill streamlines the process by simplifying required arguments for developers and project managers.

What is the best way to manage sub-issues for consistent project management in GitHub?

The best way to manage sub-issues for consistent project management is using an automated tool that reads parent issue settings and applies repository-specific labels, titles, and Team assignments.

Why are my manually created GitHub sub-issues missing standard labels and Issue Types?

Manual GitHub sub-issues often miss standard labels and Issue Types because they bypass repository conventions. Using an automated skill ensures these settings are inherited from the parent issue.