gh-issue

Guide GitHub issue triage, root-cause analysis, and PR-ready patch creation.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill gh-issue-stevengonsalvez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issue
Source: https://github.com/stevengonsalvez/nanoclaw-standalone/tree/main/container/skills/gh-issue
Command: npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill gh-issue-stevengonsalvez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the lifecycle of GitHub issue resolution by guiding users through problem framing, root-cause analysis, and patch delivery, reducing manual triage time.

Core Features & Use Cases

  • Guided issue analysis: fetches issue details from GitHub and captures reproduction steps and acceptance criteria.
  • Plan, implement, and validate fixes: generates a structured implementation plan, creates a development branch, applies changes, and runs tests.
  • PR orchestration: posts comments with the plan, opens a PR-ready commit, and documents changes.

Quick Start

Provide the GitHub issue number or URL and let the skill guide you through analysis, planning, and implementation.

Frequently Asked Questions about gh-issue

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

FAQPage Schema
How do I automate GitHub issue triage and bug-fix planning?

Automate GitHub issue triage by providing an issue number or URL to fetch details, capture reproduction steps, and generate a structured plan for root-cause analysis and remediation.

Can I create a development branch and PR-ready commit directly from a GitHub issue?

Yes, you can create a development branch and PR-ready commit directly from a GitHub issue by following the guided workflow that applies changes, runs tests, and orchestrates the pull request.

What is the best way to perform root-cause analysis on a GitHub bug report?

Perform root-cause analysis on a GitHub bug report by extracting issue details and acceptance criteria, then following the guided AI workflow to frame the problem and plan the code repair.

Does this issue remediation workflow integrate with the gh CLI for small to medium codebases?

This issue remediation workflow integrates with the gh CLI to automate branch creation, post plan comments, and deliver PR-ready changes with documentation for small to medium codebases.

Do I need to provide reproduction steps manually for GitHub issue analysis?

You do not need to provide reproduction steps manually; the skill fetches issue details from GitHub and captures the necessary reproduction steps and acceptance criteria to guide the fix.

Are there limitations when automating pull-request orchestration across large codebases?

Automating pull-request orchestration is designed for small to medium codebases; larger repositories may exceed the deterministic workflow steps for branch creation, patch application, and validation.