ghp

Coordinate GitHub project management tasks and development workflows using the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The root ghp skill provides a comprehensive guide for managing GitHub projects, issues, milestones, sub-issues, and development workflows using the gh CLI. It helps you plan, start sessions, triage work, and coordinate collaboration across a repository.

Core Features & Use Cases

  • Start a development session with /ghp:init to read project state, summarize progress, and pick what to work on.
  • See in-progress work with /ghp:work and identify unblocked tasks to focus on.
  • Triage and organize unstructured issues with /ghp:organize for efficient project planning.
  • Wrap up work by closing issues or milestones via /ghp:wrap-issue and /ghp:wrap-milestone, including proper PRs and summaries.
  • Delegates planning to haiku subagents and coordinates with extensions (gh-issue-ext) to manage blockers and sub-issues.

Quick Start

Start a session on your repository to review current projects and pick the next task.

Frequently Asked Questions about ghp

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

FAQPage Schema
How do I automate GitHub project management tasks using the gh CLI?

You can automate GitHub project management by using the gh CLI to coordinate issues, milestones, sub-issues, and development workflows. It validates your project state and guides actions like organizing issues or wrapping milestones across repositories.

What is the best way to triage unstructured GitHub issues for project planning?

Triage unstructured GitHub issues by applying an organization workflow that categorizes and structures them for efficient project planning, identifying blockers and sub-issues to clarify dependencies before development begins.

Can I use gh CLI extensions to manage milestone blockers and sub-issues?

Yes, you can use gh CLI extensions to manage milestone blockers and sub-issues. The workflow coordinates with extensions like gh-issue-ext to track dependencies, validate project state, and handle blocking relationships.

Do I need the gh CLI installed to coordinate GitHub development workflows?

Yes, you need the gh CLI installed to coordinate GitHub development workflows. The system relies on the gh CLI and its extensions to read project state, manage milestones, and execute repository actions.

How do I start a development session and pick what to work on in GitHub?

Start a development session by initializing the workflow to read your repository's project state, summarize current progress, and identify unblocked tasks to focus on for your next work.

What is the process for wrapping up GitHub milestones with proper summaries?

Wrapping up GitHub milestones involves closing the milestone via the gh CLI, ensuring associated issues are resolved, proper PRs are merged, and generating a final progress summary of the completed work.