fix-github-issue

Create feature branches, run local tests, and open pull requests for GitHub issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fix GitHub issues by implementing targeted solutions on feature branches, ensuring tests pass locally, and automating PR creation.

Core Features & Use Cases

  • Create a dedicated feature branch for each issue.
  • Run and verify tests locally before pushing.
  • Open a PR with a clear message once tests succeed, maintaining conventional commit style.

Quick Start

Create a feature branch, implement the fix, run tests locally, and open a pull request.

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 resolution with branch creation and pull requests?

Automating GitHub issue resolution involves creating a feature branch, implementing the fix, running local tests, and opening a pull request. This workflow uses the gh CLI to manage branch creation and PR automation deterministically after tests pass.

How do I ensure local tests pass before opening a pull request for an issue fix?

To ensure local tests pass before opening a pull request, implement the issue fix on a dedicated feature branch and execute your local test suite. The workflow verifies test success before automating PR creation with conventional commit messages.

Does this GitHub issue fix workflow require the gh CLI?

Yes, this GitHub issue fix workflow requires the gh CLI. It applies to software projects that use the gh CLI to automate the deterministic process of branch creation, local test verification, and pull request opening.

Can I use this automated issue fix workflow for diverse software project types?

Yes, you can use this automated issue fix workflow across diverse software project types. It applies to any software project using the gh CLI that requires local testing and automates pull request creation after successful test execution.

What is the best way to manage feature branches when fixing GitHub issues?

The best way to manage feature branches when fixing GitHub issues is to create a dedicated branch for each issue, implement the targeted solution, run tests, and open a PR. This deterministic workflow ensures safe PRs with conventional commit style.