What problem does it solve?
This Skill simplifies managing complex GitHub issue hierarchies and breaking down large epics into manageable sub-tasks. It links existing issues directly, preserving their numbers and history, unlike manual methods that often create fragmented records.
Core Features & Use Cases
- Non-Destructive Linking: Link existing issues as sub-tasks without closing or recreating them, maintaining full issue history and references.
- Hierarchical Creation: Create new issues with parent relationships established from the start, streamlining the breakdown process.
- Use Case: Break down a large "Implement User Authentication" epic (issue #92) into smaller phases like "Design API" (issue #103) and "Implement JWT" (issue #104), ensuring they are officially linked as sub-issues in GitHub.
Quick Start
Link issue #103 as a sub-task of issue #92 in the current GitHub repository.