fix-github-issues

Investigate open GitHub issues and implement verified code fixes.

2|1|Updated May 17, 2026
One-click install
npx skills add https://github.com/rakibulism/agent-skills-os --skill fix-github-issues-rakibulism
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-github-issues
Source: https://github.com/rakibulism/agent-skills-os/tree/main/skills/fix-github-issues
Command: npx skills add https://github.com/rakibulism/agent-skills-os --skill fix-github-issues-rakibulism

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of hunting through GitHub Projects boards and open issues to figure out what is actually broken, then turns that issue into a concrete code fix in the real repository.

Core Features & Use Cases

  • Issue discovery: Check a specific GitHub Projects v2 board, a single repo, or sweep all repos owned by an account for open issues.
  • Issue investigation: Read issue details, comments, and surrounding code to identify the true root cause before making changes.
  • Implementation and verification: Apply a scoped fix, run the best available validation, and prepare a commit with clear reasoning.
  • Use case: Ask the agent to check your open GitHub issues and fix the highest-priority bug in the affected codebase.

Quick Start

Ask the agent to check your GitHub issues or project board, investigate the relevant issue, and implement and verify the fix in the codebase.

Frequently Asked Questions about fix-github-issues

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

FAQPage Schema
How do I find and fix open GitHub issues automatically?

To find and fix open GitHub issues, this Skill discovers issues via GraphQL, investigates their root causes in the codebase, and implements scoped code fixes with verification before committing.

Can I sweep all owned repositories for open GitHub issues at once?

Yes, you can sweep all owned repositories for open GitHub issues at once. The Skill supports account-wide issue sweeps, single repository checks, and GitHub Projects v2 board item discovery.

Do I need GitHub CLI authentication to investigate and fix project board items?

Yes, GitHub CLI authentication is required to investigate and fix project board items. The Skill uses the GitHub CLI to discover issues through GraphQL and access the corresponding codebase for fixes.

How does this Skill investigate the root cause of a bug before applying a code fix?

To investigate the root cause of a bug before applying a code fix, the Skill reads issue details, comments, and surrounding code to identify the true source of the problem before making scoped edits.

What is the best way to triage and verify fixes for GitHub Projects v2 boards?

The best way to triage and verify fixes for GitHub Projects v2 boards is to use this Skill, which discovers board items, investigates the codebase, applies fixes, and runs the best available validation before pushing.

What are the limitations of automating GitHub issue triage and codebase fixes?

A limitation of automating GitHub issue triage and codebase fixes is that the Skill applies only scoped edits and requires available validation tools to verify changes before committing or pushing to the repository.