gh-pr-issue-workflow

Automates GitHub issue and PR creation with sub-issue linking.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/anyeloamt/cuentica --skill gh-pr-issue-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-issue-workflow
Source: https://github.com/anyeloamt/cuentica/tree/main/.claude/skills/gh-pr-issue-workflow
Command: npx skills add https://github.com/anyeloamt/cuentica --skill gh-pr-issue-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of GitHub Issues and Pull Requests, especially when dealing with complex Markdown content and ensuring proper linking and structure.

Core Features & Use Cases

  • Automated Issue/PR Creation: Generate new issues or PRs with structured Markdown bodies.
  • Efficient Editing: Update existing issues and PRs using file-based bodies to preserve formatting.
  • Sub-Issue Linking: Programmatically establish parent-child relationships between issues for better project organization (epics, tasks).
  • Use Case: When asked to create a detailed bug report issue, this Skill will use the gh CLI to create it with a predefined template, apply necessary labels, and ensure it's correctly linked to its parent epic.

Quick Start

Use the gh-pr-issue-workflow skill to create a new issue with the title "Fix login bug" and the body content from the file "/tmp/bug_report.md".

Frequently Asked Questions about gh-pr-issue-workflow

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

FAQPage Schema
How do I automate GitHub issue creation with complex Markdown formatting?

Automating GitHub issue creation with complex Markdown formatting is handled by using the gh CLI to generate issues from file-based bodies, which preserves the exact structure and prevents formatting loss during input.

What is the best way to link sub-issues to a parent epic in GitHub?

Linking sub-issues to a parent epic in GitHub is best achieved by programmatically establishing parent-child relationships, ensuring structured project tracking and clear hierarchical organization for repository management.

Can I update existing pull requests using a file-based Markdown body?

Updating existing pull requests with a file-based Markdown body is fully supported, allowing you to preserve complex formatting and apply structured edits efficiently without manual text entry.

Do I need the GitHub CLI installed to automate PR and issue management?

Automating PR and issue management requires the GitHub CLI, as the workflow directly executes gh commands to create and edit repository items, apply labels, and manage structural linking.

How do I apply labels and templates when creating a bug report issue through the CLI?

Applying labels and templates when creating a bug report issue through the CLI involves passing predefined structured Markdown bodies and specifying label parameters directly in the gh command execution.