ghp:wrap-issue

Close issues by creating summary comments and opening PRs to milestone branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Close out issues efficiently by auto-generating a concise summary comment, opening a PR to the milestone branch (or main for standalone issues), and closing completed sub-issues to keep project tracking clean.

Core Features & Use Cases

  • Automatic PR creation to the milestone-specific or main branch with closes anchors for issue and sub-issues.
  • Summary comment generation on the issue detailing what was done and linking to the PR.
  • Sub-issue and blocker validation to ensure dependencies are resolved before closing.
  • Flexible workflow compatible with milestone-based releases and standalone fixes.

Quick Start

Run ghp wrap-issue to close the current issue and update the milestone, including sub-issues and PR creation.

Frequently Asked Questions about ghp:wrap-issue

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

FAQPage Schema
How do I automatically close a GitHub issue and open a pull request at the same time?

To automatically close a GitHub issue and open a pull request, you can run a workflow that generates a summary comment and creates a PR with closes references to the milestone or main branch.

What is the best way to ensure GitHub sub-issues and blockers are resolved before creating a PR?

The best way to validate sub-issues and blockers before PR creation is to use an automated workflow that checks dependency statuses and prevents closing the parent issue until all sub-issues are resolved.

How do I document a closed GitHub issue and link it to the milestone pull request?

You can document a closed GitHub issue by auto-generating a concise summary comment on the issue thread that details the completed work and links directly to the associated milestone PR.

Can I use gh and git Bash commands to finalize milestone tracking and close standalone fixes?

Yes, you can use gh and git Bash commands to finalize milestone tracking and close standalone fixes by validating branch prefixes, ensuring closes references are included, and updating project tracking accordingly.

Does automated issue closing work with both milestone-based release branches and standalone fixes?

Automated issue closing works with both milestone-based release branches and standalone fixes by detecting milestone prefixes in branch names or defaulting to the main branch for independent issues.