pac-github-issue-create

Create a GitHub issue in the current repository using the gh CLI.

2|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/ladislas/mypac --skill pac-github-issue-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pac-github-issue-create
Source: https://github.com/ladislas/mypac/tree/main/skills/pac-github-issue-create
Command: npx skills add https://github.com/ladislas/mypac --skill pac-github-issue-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly capture work as GitHub issues directly from Pi by turning notes into tracked issues with a properly formatted body.

Core Features & Use Cases

  • Structured issue drafting: Generates a concise title and a body with sections like Summary, Motivation, and Acceptance Criteria from your input.
  • GitHub integration: Creates the issue in the current repository using gh and returns the created URL.
  • Workflow-friendly: Works with in-session notes or slash commands to quickly turn ideas into issues.

Quick Start

Ask Pi to create a GitHub issue for the current project using the gh CLI.

Frequently Asked Questions about pac-github-issue-create

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

FAQPage Schema
How do I create GitHub issues from command line notes automatically?

You can create GitHub issues from command line notes using the gh CLI to generate a structured issue with a title, body sections, and URL. The workflow validates your git repository status and gh authentication before drafting the issue.

What is needed to generate structured GitHub issues with gh?

Generating structured GitHub issues with gh requires being in a git repository and having the gh CLI authenticated. The tool resolves the repository context to create issues containing Summary, Motivation, and Acceptance Criteria sections.

Does the gh CLI work with quick capture workflows for GitHub issues?

Yes, the gh CLI works with quick capture workflows by turning in-session notes or slash commands into tracked GitHub issues. It formats input into a structured body and returns the created issue URL for easy linking.

How do I format GitHub issue bodies with acceptance criteria from plain text?

To format GitHub issue bodies from plain text, the tool parses notes and generates a structured body with Summary, Motivation, and Acceptance Criteria sections. It creates a concise title and provides the issue URL upon creation.

What happens if gh is not authenticated when creating a GitHub issue?

If gh is not authenticated, GitHub issue creation fails because the tool validates gh authentication before proceeding. You must ensure the gh CLI is authenticated and that you are in a valid git repository context.