fix-issue

Analyzes a GitHub issue and implements a patch with testing and PR creation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sugar-cat7/ai-avatar-interview --skill fix-issue-sugar-cat7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/sugar-cat7/ai-avatar-interview/tree/main/.agent/skills/fix-issue
Command: npx skills add https://github.com/sugar-cat7/ai-avatar-interview --skill fix-issue-sugar-cat7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub Issueを分析して修正し、PRを作成するワークフローを自動化します。

Core Features & Use Cases

  • Issueの詳細を取得して理解・原因分析を行う
  • 該当ファイルを検索して修正を実装する
  • 自動でテストを実行し、PRを作成する
  • Use Case: 大規模リポジトリのIssueに対して効率的な修正提案とPRを作成する

Quick Start

Provide the GitHub issue number or URL to start analyzing and generate a fix PR.

Frequently Asked Questions about fix-issue

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

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

To automatically fix GitHub issues and create a pull request, provide the issue number or URL. The tool analyzes the defect, searches repository files, applies a patch, runs tests, and opens a conventional-commit PR.

Can I automate code review and patching for bug fixes in large repositories?

Yes, you can automate code review and patching for bug fixes in large repositories. The tool investigates the issue details, implements the necessary code tweak, and generates a pull request automatically.

What steps are involved in automated issue investigation and patch generation?

Automated issue investigation and patch generation involves retrieving issue details, analyzing the root cause, searching relevant files, applying a patch, executing tests, and publishing a pull request with a conventional commit.

Does the automated fix workflow run tests before opening a pull request?

Yes, the automated fix workflow runs tests before opening a pull request. After analyzing the GitHub issue and applying the patch to correct the defect, it executes tests to validate the fix prior to PR creation.

What is needed to start automating GitHub issue fixes and pull request creation?

To start automating GitHub issue fixes, you need access to the target repository and the specific GitHub issue number or URL. The tool requires permissions to view issues, search files, apply patches, and publish PRs.

Are there limitations to automating GitHub issue patches for feature tweaks?

Automating GitHub issue patches works best for small bug fixes and feature tweaks. Complex issues requiring deep architectural changes may exceed the automated investigation and patching capabilities, necessitating manual code review.