fix-bug-pr

Automate bug-fix pull requests by applying code fixes and updating PR status.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/graysurf/agent-kit --skill fix-bug-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-bug-pr
Source: https://github.com/graysurf/agent-kit/tree/main/skills/automation/fix-bug-pr
Command: npx skills add https://github.com/graysurf/agent-kit --skill fix-bug-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of identifying, fixing, and updating bug-related pull requests, ensuring that issues are resolved efficiently and PRs are kept in sync.

Core Features & Use Cases

  • Automated Bug Resolution: Automatically finds open PRs with unresolved bug items and applies fixes.
  • Status Synchronization: Updates the PR body to reflect the status of bug fixes and marks the PR as fixed when complete.
  • Use Case: A developer can use this Skill to automatically pick up an open bug-fix PR, implement the necessary code changes, run tests, push the updates, and update the PR's issue tracking table.

Quick Start

Use the fix-bug-pr skill to automatically resolve the next open bug-type pull request.

Frequently Asked Questions about fix-bug-pr

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

FAQPage Schema
How do I automate bug fixing in pull requests?

To automate bug fixing in pull requests, use a skill that finds open bug-type PRs, applies minimal code fixes, commits, and pushes changes. It handles checking out branches and synchronizing the PR body's issue tracking table.

How does an automated pull request bug fixer update issue tracking tables?

An automated pull request bug fixer synchronizes the PR body's issue tracking table after applying code changes. It marks bug items as resolved and updates the PR status to reflect the completed fixes.

Do I need git and python3 to automate GitHub Actions bug resolution?

Yes, you need git, gh, and python3 to run automated GitHub Actions bug resolution. These dependencies are required for checking out branches, implementing fixes, pushing changes, and updating PR statuses.

What is the best way to resolve open bug-type pull requests automatically?

The best way to resolve open bug-type pull requests automatically is using a script that identifies unresolved issues, implements minimal fixes, and pushes updates. This ensures PRs are kept in sync without manual code changes.

Can I use GitHub Actions to automatically check out branches and apply code fixes?

Yes, you can use GitHub Actions to automatically check out branches and apply code fixes. The automation identifies bug-type PRs, implements the necessary changes, runs tests, and pushes updates to synchronize the PR body.