fix-issue

Automate GitHub issue resolution by creating branches, researching code, and committing tested fixes.

Updated May 7, 2026
One-click install
npx skills add https://github.com/chtugha/brassclaw --skill fix-issue-chtugha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/chtugha/brassclaw/tree/main/.bob/skills/fix-issue
Command: npx skills add https://github.com/chtugha/brassclaw --skill fix-issue-chtugha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of fixing GitHub issues by facilitating codebase research, planning, implementation, testing, and committing changes.

Core Features & Use Cases

  • GitHub Issue Automation: Fetches issues, creates branches, and commits changes.
  • Codebase Analysis: Researches relevant code, traces execution flows, and identifies existing tests.
  • Implementation with Testing: Plans fixes, implements changes with tests, and commits them.
  • Use Case: Ideal for teams using GitHub for issue tracking and needing an efficient way to resolve code-related issues.

Quick Start

Run the skill with the GitHub issue number or URL to start the process.

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 resolution in my codebase?

Automate GitHub issue resolution by fetching the issue, creating a branch, researching the codebase, planning the fix, implementing changes with tests, and committing. Provide the issue number or URL to start the process.

How does codebase analysis work for fixing bugs?

Codebase analysis for bug fixes researches relevant code, traces execution flows, and identifies existing tests to plan and implement the required changes accurately before committing to the branch.

What do I need to automate bug fixes on GitHub?

To automate bug fixes on GitHub, you need git installed, GitHub API access, and knowledge of your codebase structure to allow the system to research, implement, and test changes correctly.

Can I use automated issue resolution for teams using GitHub for issue tracking?

Yes, automated issue resolution is ideal for teams using GitHub for issue tracking and needing an efficient way to resolve code-related issues by automating branch creation and code fixes.

Does GitHub issue automation write tests for the code fix?

Yes, GitHub issue automation implements the planned fix alongside tests to verify the changes before committing them to the repository branch.

What is the best way to resolve GitHub issues with codebase analysis?

The best way to resolve GitHub issues with codebase analysis is automating the workflow: fetching the issue, creating a branch, researching code, planning the fix, implementing it with tests, and committing.