fix-issue

Automate GitHub issue fixes from triage to pull request creation.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/yu-iskw/lightdash-tools --skill fix-issue-yu-iskw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/yu-iskw/lightdash-tools/tree/main/.claude/skills/fix-issue
Command: npx skills add https://github.com/yu-iskw/lightdash-tools --skill fix-issue-yu-iskw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive workflow to address and resolve GitHub issues, from initial understanding to the creation of a pull request.

Core Features & Use Cases

  • Issue Triage: View and understand the details of a GitHub issue.
  • Codebase Research: Efficiently search and locate relevant code sections for debugging.
  • Automated Branching & Committing: Streamlines the process of creating feature branches and committing fixes with proper issue linking.
  • Pull Request Generation: Automates the creation of pull requests with pre-filled titles and bodies, linking back to the original issue.
  • Use Case: When a bug is reported on GitHub, this Skill can guide you through diagnosing the problem, implementing a fix, testing it, and submitting a pull request to resolve the issue.

Quick Start

Use the fix-issue skill to resolve issue number 123.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I automate GitHub issue resolution end-to-end?▼

Automating GitHub issue resolution involves viewing the issue, searching the codebase, creating a branch, committing the fix, and submitting a pull request. This workflow integrates with GitHub CLI and Git.

What is the best way to create a pull request for a bug fix?▼

Creating a pull request for a bug fix requires linking the commit to the original issue. This workflow automates PR generation with pre-filled titles and bodies that link back to the specific GitHub issue.

How do I search a codebase to debug a GitHub issue?▼

Searching a codebase to debug a GitHub issue is part of issue triage. This workflow provides a structured approach to efficiently locate relevant code sections needed for implementing the fix.

Does this GitHub issue workflow require the GitHub CLI?▼

Yes, this GitHub issue workflow requires the GitHub CLI and Git. The process integrates directly with these tools for issue viewing, branch management, code searching, and pull request creation.

Can I use this to link a bug fix commit to an existing GitHub issue?▼

Yes, you can link a bug fix commit to an existing GitHub issue. The workflow streamlines automated branching and committing, ensuring proper issue linking between the code changes and the original report.

Why should I use a structured workflow for pull request generation?▼

Using a structured workflow for pull request generation ensures comprehensive issue triage and codebase research before submitting fixes. It prevents incomplete bug fixes by enforcing a systematic process from understanding to PR creation.