fix-github-issue

Implement GitHub issue fixes on feature branches and open PRs after tests pass.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/samzzi/dotfiles --skill fix-github-issue-samzzi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-github-issue
Source: https://github.com/samzzi/dotfiles/tree/main/config/claude/skills/fix-github-issue
Command: npx skills add https://github.com/samzzi/dotfiles --skill fix-github-issue-samzzi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates safe GitHub issue fixes by implementing solutions on feature branches, testing locally, and opening PRs when green.

Core Features & Use Cases

  • Create dedicated fix branches on issues
  • Run tests locally and verify passing status
  • Open PRs with changelist and test results
  • Requires gh CLI authenticated and repo cloned

Quick Start

Instruct the AI to fix an issue on GitHub by creating a feature branch, running tests, and opening a PR after all tests pass.

Frequently Asked Questions about fix-github-issue

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

FAQPage Schema
How do I automate GitHub issue fixes with feature branches and PRs?

Automating GitHub issue fixes involves creating a dedicated feature branch, implementing the solution, and opening a pull request. This Skill handles the entire workflow by generating the branch, running local tests, and submitting a PR only when the test suite passes.

What is the best way to ensure local tests pass before opening a GitHub pull request?

To ensure local tests pass before opening a GitHub pull request, you should run the project's test suite on your feature branch. This Skill automates that verification by executing tests locally and preventing PR creation until all tests report a passing status.

Do I need the gh CLI authenticated to automate opening pull requests for issue fixes?

Yes, you need the gh CLI authenticated and the repository cloned locally to automate opening pull requests. This Skill relies on gh CLI access to create feature branches and submit pull requests with changelists and test results directly to GitHub.

Can I use this issue fix automation for any software repository?

You can use this issue fix automation for typical software repositories that have gh CLI access, a configured test suite, and a standard pull request workflow. It applies to fix, review, and merge scenarios by implementing solutions on feature branches and verifying tests locally.

What happens if my local test suite fails during automated GitHub issue resolution?

If your local test suite fails during GitHub issue resolution, the workflow halts the pull request creation. This Skill enforces safe fixes by requiring tests to pass locally on the feature branch before proceeding to open a PR with the changelist and test results.