add-sub-issue

Create parent-child sub-issue relationships between GitHub issues via GraphQL mutations.

23|1|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/qauth-labs/qauth --skill add-sub-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-sub-issue
Source: https://github.com/qauth-labs/qauth/tree/main/.claude/skills/add-sub-issue
Command: npx skills add https://github.com/qauth-labs/qauth --skill add-sub-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of establishing parent-child (sub-issue) relationships between GitHub issues, making project organization more manageable.

Core Features & Use Cases

  • Create hierarchical issue links: Automatically connect issues using GraphQL mutations for structured tracking.
  • Manage sub-issues: List, add, or remove sub-issues from a parent issue to maintain clarity in complex project workflows.
  • Use Case: Manage a large feature development by creating an epic issue and linking related sub-tasks or bugs under it for organized progress tracking.

Quick Start

Use the add-sub-issue skill to link two existing issues as parent and child by providing their issue numbers.

Frequently Asked Questions about add-sub-issue

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

FAQPage Schema
How do I link GitHub issues as parent and child sub-issues?

To link GitHub issues as parent and child sub-issues, you provide the issue numbers to establish a hierarchical structure. This automates the creation of parent-child relationships using GraphQL mutations for structured tracking.

Can I manage existing sub-issues on a GitHub project?

Yes, you can manage existing sub-issues by listing, adding, or removing them from a parent issue. This maintains clarity in complex project workflows involving multiple nested sub-tasks or bugs.

Does GitHub sub-issue management require GraphQL API support?

Yes, managing GitHub sub-issues through this method requires GitHub's GraphQL API with sub-issue feature support. The solution depends on these GraphQL mutations to ensure reliable creation and management of hierarchical issue links.

What is the best way to organize large feature development in GitHub issues?

The best way to organize large feature development is to create an epic issue and link related sub-tasks or bugs under it. This establishes hierarchical issue links for organized progress tracking across complex project workflows.

Why use automated linking for GitHub project organization?

Automated linking for GitHub project organization streamlines the process of establishing parent-child relationships between issues. It makes managing multiple sub-tasks more efficient by automating GraphQL mutations instead of manual tracking.