organize-meta-issues

Group related GitHub issues into meta-issues and phased epics.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/strawgate/agent-skills --skill organize-meta-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organize-meta-issues
Source: https://github.com/strawgate/agent-skills/tree/main/organize-meta-issues
Command: npx skills add https://github.com/strawgate/agent-skills --skill organize-meta-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, gh, and includes scripts (resource) components.

What problem does it solve?

This skill solves the issue of fragmented, unorganized, or oversized GitHub issue trackers that overwhelm both human maintainers and AI coding agents.

Core Features & Use Cases

  • Meta-Issue Structuring: Automatically identifies and groups related bugs, features, or refactors into parent meta-issues or phased epics.
  • Orphan Identification: Scans for open issues that lack proper tracking or parent-child relationships.
  • Use Case: Use this skill when a repository's issue list has become cluttered, allowing you to bundle mechanical tasks into assignable batches for Copilot while keeping high-level goals clear for human stakeholders.

Quick Start

Ask the agent to organize the meta-issues for the current repository by running the organize-meta-issues skill.

Frequently Asked Questions about organize-meta-issues

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

FAQPage Schema
How do I group related GitHub issues into epics and meta-issues?

You can group related GitHub issues into epics by auditing existing issue bodies and labels to map dependencies and logical work-units. This process identifies related bugs, features, or refactors and structures them into parent meta-issues for improved agent-based task assignment.

What's the best way to organize a cluttered GitHub issue tracker for AI agents?

The best way to organize a cluttered GitHub issue tracker for AI agents is to bundle mechanical tasks into assignable batches. This approach identifies orphan issues lacking parent-child relationships and structures them into phased epics, keeping high-level goals clear for human stakeholders.

How does identifying orphan issues improve project management workflows?

Identifying orphan issues improves project management workflows by scanning for open issues that lack proper tracking or parent-child relationships. It maps dependencies and logical work-units, generating actionable issue-tree summaries that prevent fragmented and unorganized trackers from overwhelming maintainers.

Do I need the GitHub CLI to structure issues into phased epics?

Yes, you need the GitHub CLI and Python 3 to structure issues into phased epics. The skill requires GitHub CLI integration to audit repository trackers and Python-based data processing to analyze issue bodies, labels, and dependencies for generating actionable summaries.

Can I use this skill to batch mechanical refactoring tasks for Copilot?

Yes, you can use this skill to batch mechanical refactoring tasks for Copilot. It automatically identifies and groups related bugs, features, or refactors into parent meta-issues, allowing you to bundle mechanical tasks into assignable batches while keeping high-level goals clear for human stakeholders.