create-sub-issue

Create and link GitHub sub-issues to a parent issue using the GitHub CLI.

1|Updated Oct 13, 2022
One-click install
npx skills add https://github.com/kryota-dev/dotfiles --skill create-sub-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-sub-issue
Source: https://github.com/kryota-dev/dotfiles/tree/main/.bin/.claude/skills/create-sub-issue
Command: npx skills add https://github.com/kryota-dev/dotfiles --skill create-sub-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

親課題に対してサブ課題を作成し、適切に紐付ける作業を自動化します。

Core Features & Use Cases

  • 親課題に新しいサブ課題を作成する
  • 既存サブ課題を親課題に紐付ける
  • ラベル、担当者、マイルストーン、プロジェクトを含む複数オプションに対応
  • 複数リポジトリでの運用にも対応

Quick Start

Create a new sub-issue linked to a parent with a title and optional details.

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 a sub-issue linked to a parent issue on GitHub?

You can create a GitHub sub-issue by using the GitHub CLI with the --parent and --title options, alongside optional arguments like --body, --label, --assignee, --milestone, and --project to fully configure the linked sub-issue.

Can I link an existing issue to a parent issue instead of creating a new one?

Yes, you can link an existing sub-issue to a parent issue. This Skill enables organizing work items by allowing you to add existing sub-issues to a specified parent, automating the linking process via the GitHub CLI.

Does creating GitHub sub-issues support multiple repositories and project configurations?

Yes, creating GitHub sub-issues supports multi-repo contexts. It allows configuring sub-issues with specific --project and --milestone options, enabling you to organize work items across multiple repositories and project boards effectively.

What GitHub CLI options are required to automate sub-issue creation?

Automating sub-issue creation requires the --parent option to specify the target parent issue and the --title option for the new sub-issue. You can also apply --body, --label, --assignee, --milestone, and --project options for complete issue configuration.

When do I need to automate linking sub-issues to a parent issue?

You need to automate linking sub-issues to a parent issue when organizing work items across projects. This automates the breakdown of large tasks into manageable pieces, ensuring proper hierarchical tracking and metadata assignment within your GitHub workflow.