quick-fix

Fetch GitHub issues, implement code fixes, run type checks, and create pull requests.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sogadaiki/claude-code-skills --skill quick-fix-sogadaiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-fix
Source: https://github.com/sogadaiki/claude-code-skills/tree/main/skills/quick-fix
Command: npx skills add https://github.com/sogadaiki/claude-code-skills --skill quick-fix-sogadaiki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing GitHub issues by automating the entire workflow from issue retrieval to pull request creation, significantly reducing the time spent on bug fixes and small enhancements.

Core Features & Use Cases

  • Automated Issue Handling: Fetches GitHub issues, identifies relevant code, implements fixes, and handles version control operations.
  • Integrated Checks: Includes type checking to ensure code integrity before committing.
  • Use Case: When a bug is reported in issue #123, you can use this skill to automatically fix it, commit the changes with a relevant message, and prepare a pull request, all with a single command.

Quick Start

Use the quick-fix skill to address GitHub issue number 123.

Frequently Asked Questions about quick-fix

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

FAQPage Schema
How do I automatically fix a GitHub issue and create a pull request?

To automatically fix a GitHub issue, this skill fetches the issue details, identifies relevant code files, implements minimal code changes, performs type checks, and prepares a pull request with an issue-referenced commit message.

Can I automate bug fixes from GitHub issues without manual code review?

You can automate bug fixes from GitHub issues by using this skill to retrieve the issue, locate the affected code, apply minimal changes, run type checks, and generate a commit and pull request, though reviewing the automated changes before merging is recommended.

What is the best way to streamline GitHub issue resolution for rapid bug fixes?

The best way to streamline GitHub issue resolution is to automate the entire workflow from issue retrieval and code identification to type checking, committing, and pull request preparation, significantly reducing the time spent on bug fixes.

Does this automated issue fixing process include type checking before committing?

Yes, the automated issue fixing process includes integrated type checking to ensure code integrity and verify that the minimal code changes compile correctly before creating a commit and preparing the pull request.

How are GitHub issues linked to commits when automating bug fixes?

When automating bug fixes, the skill creates a commit with an issue-referenced message, ensuring that the resulting pull request and version control history are directly linked to the original GitHub issue details.

Can I use this automated pull request creation for small feature implementations as well?

Yes, you can use this automated pull request creation for small feature implementations and rapid bug resolution, as it addresses software development workflows requiring minimal code changes derived from GitHub issue details.