issue

Automate GitHub issue workflows from code fetching to pull request creation.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill issue-youhei-ushio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/issue
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill issue-youhei-ushio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of managing GitHub issues, from fetching the latest code to creating pull requests and conducting reviews, automating the entire workflow.

Core Features & Use Cases

  • Automated Issue Handling: Execute a series of commands to handle issues, including fetching the latest code, creating branches, writing ADRs, and more.
  • Code Review and Testing: Facilitate code reviews and testing by automating the creation of pull requests and managing reviews.
  • Documentation Integration: Integrate with documentation standards to ensure all changes are well-documented.
  • Use Case: Imagine you need to address a GitHub issue. Use this Skill to automatically handle all the steps from fetching the latest code to creating a pull request and conducting a review.

Quick Start

Use the issue skill to handle GitHub issue #123.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I automate GitHub issue workflow from fetching code to creating pull requests?

Automating GitHub issue management involves executing sequential commands for branch creation, code fetching, ADR writing, testing, and pull request creation. This Skill orchestrates these steps automatically to streamline the entire development workflow.

Can I use GitHub CLI to manage code reviews and pull request creation automatically?

GitHub CLI supports automated code review and pull request creation when combined with workflow automation. This Skill requires the gh command-line tool alongside git and jq to orchestrate branch creation, testing, and review processes.

What's the best way to integrate ADR writing into a GitHub issue workflow?

Integrating ADR writing into a GitHub issue workflow ensures all changes are well-documented. This Skill automatically includes Architecture Decision Record creation as part of the issue handling process, maintaining documentation standards alongside code changes.

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

Yes, jq and GitHub CLI (gh) are required dependencies alongside git for automating issue management. These tools enable branch creation, code fetching, pull request generation, and JSON data processing throughout the automated workflow.

How does automated branch creation work when starting work on a GitHub issue?

Automated branch creation fetches the latest code and generates a new branch tied to the GitHub issue. This Skill handles the full sequence from code fetching through branch creation, ADR writing, testing, and pull request submission for review.

What limitations exist when automating pull request workflows with GitHub CLI?

Automating pull request workflows with GitHub CLI depends on proper authentication, repository permissions, and testing tool availability. This Skill applies specifically to software development projects using GitHub for issue tracking and code management.