fix-issue

Analyze GitHub issues, generate plans, apply fixes, and submit pull requests.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/tim-hub/powerball --skill fix-issue-tim-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/tim-hub/powerball/tree/main/personal/skills/fix-issue
Command: npx skills add https://github.com/tim-hub/powerball --skill fix-issue-tim-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates GitHub issue remediation by analyzing issue details, planning corresponding code changes, and applying fixes within a structured, auditable workflow.

Core Features & Use Cases

  • Issue analysis and plan generation to translate user-reported problems into concrete development tasks.
  • Branch creation, changes application, and verification via tests, followed by code review and PR submission.
  • End-to-end delivery with issue reference and automatic archiving after merge.

Quick Start

Ask it to fix an issue by providing the issue number or URL, and it will generate a plan, implement changes in a new branch, run tests, and open a PR.

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 remediation end-to-end?

To automate GitHub issue remediation, you provide an issue number or URL. The system then analyzes the issue, generates a plan with OpenSpec, applies code changes in a new branch, runs tests, performs a review, and submits a PR.

Can I automatically generate a pull request from a GitHub issue?

Yes, you can automatically generate a pull request from a GitHub issue. The workflow translates the issue into a development plan, implements the necessary code changes, verifies them through testing and linting, and opens a PR.

How does automated issue analysis translate user-reported problems into code changes?

Automated issue analysis translates user-reported problems into code changes by evaluating the issue details and generating a structured, auditable plan. This plan guides the implementation of fixes in a dedicated branch before review.

Does automated issue fixing support codebase testing and linting before PR submission?

Yes, automated issue fixing supports codebase testing and linting. After applying changes to a new branch, the workflow runs tests and linting checks to verify the code before proceeding to the review and PR submission stages.

What is the workflow for applying a code fix to a GitHub issue?

The workflow for applying a code fix involves analyzing the issue, generating a plan, creating a new branch, applying changes, running tests, reviewing the code, and submitting a PR. The issue is then referenced and archived after the merge.

When should I not use automated PR generation for issue remediation?

You should not use automated PR generation for issue remediation if your software project lacks a standard testing framework or if the issue requires complex, ambiguous planning that cannot be resolved by analyzing the issue details.