ghp:organize

Triage unorganized GitHub issues into a Project board with statuses.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/fredericosantos/skills --skill ghp-organize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghp:organize
Source: https://github.com/fredericosantos/skills/tree/main/skills/ghp/commands/organize
Command: npx skills add https://github.com/fredericosantos/skills --skill ghp-organize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill triages unorganized GitHub issues into a Project board, scans for issues missing from the Project, and presents an interactive or automatic workflow to assign statuses and apply changes.

Core Features & Use Cases

  • Project integration: scans for issues missing from the Project and proposes status updates.
  • Interactive or automatic workflow: lets you choose per milestone or per item, or auto-apply Todo when many issues exist.
  • Rule-based application: applies final statuses back to the Project using the gh CLI and a local organize.sh script.

Quick Start

Run the organize.sh script to scan for unorganized issues and begin the interactive or automatic organization flow.

Frequently Asked Questions about ghp:organize

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

FAQPage Schema
How do I triage unorganized GitHub issues into a Project board automatically?

To triage unorganized GitHub issues into a Project board, this Skill scans for missing issues and applies milestone-aware status assignments using the gh CLI and a local organize.sh script, with a batch Todo fallback for large issue pools.

Can I use gh CLI to assign per-item statuses for GitHub issue triage?

Yes, you can assign per-item statuses during GitHub issue triage interactively, or auto-apply Todo statuses in batch when dealing with a large pool of issues via the gh CLI.

What is the best way to organize GitHub issues by milestone in a Project board?

Organizing GitHub issues by milestone is handled by scanning unassigned issues and proposing interactive or automatic status updates mapped to your Project board milestones.

Do I need a local script to apply issue triage changes to a GitHub Project board?

Yes, applying triage changes to a GitHub Project board requires a local organize.sh script alongside the gh project and gh issue commands to execute the rule-based status assignments.

Does this GitHub issue triage workflow support batch processing for large issue pools?

Yes, this GitHub issue triage workflow supports batch processing by falling back to an automatic Todo status assignment when the unorganized issue pool is too large for interactive review.