pbi-sub-issue

Create GitHub sub-issues from a task plan and link them to a parent issue.

1|2|Updated Jul 5, 2024
One-click install
npx skills add https://github.com/uuta/dotfiles --skill pbi-sub-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pbi-sub-issue
Source: https://github.com/uuta/dotfiles/tree/main/skills/pbi-sub-issue
Command: npx skills add https://github.com/uuta/dotfiles --skill pbi-sub-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、タスク分割プランを元に GitHub の Sub-issue を自動で作成し、親Issue との関係を自動で設定します。煩雑な手動作業を削減し、追跡性を高めます。

Core Features & Use Cases

  • タスク分割プランからサブ課題を自動作成
  • 親Issue とのリレーション設定とタイトルの整形
  • 依存関係の設定サポート(必要に応じて)

Quick Start

親 Issue の URL または番号と、タスク分割プランファイルを用意します。以下の gh CLI コマンドを使ってサブ課題を作成します。

  • テンプレートタイトル: "[{Layer}] {タスク名}"
  • サブ課題作成後、親 Issue へ紐付けるには gh sub-issue add <親Issue番号> --sub-issue-number <作成したIssue番号> を実行します。

Frequently Asked Questions about pbi-sub-issue

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

FAQPage Schema
How do I create GitHub sub-issues from a task plan automatically?

To create GitHub sub-issues automatically, this skill reads your structured task plan file and uses the gh CLI to generate sub-issues, formatting titles with Layer tags. It then links the created issues to a parent issue to establish a clear task hierarchy.

What is the best way to link sub-issues to a parent issue in GitHub?

The best way to link sub-issues to a parent issue is using the gh sub-issue extension. This skill automates running the "gh sub-issue add" command to attach newly created sub-issues to the specified parent issue number, establishing the parent-child relationship seamlessly.

Can I generate GitHub sub-issues from an Obsidian vault task plan?

Yes, you can generate GitHub sub-issues from an Obsidian vault or plan files. The skill targets software projects with structured task plans, reading the plan content to map tasks into a hierarchy of sub-issues under a single parent issue.

Do I need the gh CLI installed to create sub-issues from task plans?

Yes, you need the gh CLI installed to create sub-issues from task plans. The skill relies on the gh CLI and the gh-sub-issue extension to execute commands that create the sub-issues and establish parent-sub relationships within your GitHub repository.

How are sub-issue titles formatted when generated from a task plan?

Sub-issue titles are formatted using a specific template when generated from a task plan. The skill formats each sub-issue title with Layer tags, resulting in a structured naming convention like "[{Layer}] {Task Name}" to maintain clear categorization within the parent issue.