fix

Automate bug fixing from issue triage to pull request merging.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/jonkraatz/claude-skills --skill fix-jonkraatz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/jonkraatz/claude-skills/tree/main/skills/fix
Command: npx skills add https://github.com/jonkraatz/claude-skills --skill fix-jonkraatz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of fixing bugs and issues in codebases, providing a structured workflow from triage to merge.

Core Features & Use Cases

  • End-to-End Bug Fixing: Offers a complete loop for bug identification, reproduction, and resolution.
  • Triage & Reproduction: Automated steps to classify and reproduce issues.
  • Independent Review: Facilitates a separate code reviewer to ensure unbiased fixes.
  • PR Management: Manages pull requests from opening to merging with automated checks.

Quick Start

To fix a bug, run: /fix <issue#>

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate the bug fixing process from issue identification to PR merging?

You can automate the bug fixing process by running a command like /fix <issue#>, which handles issue triage, reproduction, code review, and pull request verification end-to-end. It integrates directly with version control systems to streamline the entire workflow.

What is the best way to streamline code review and issue tracking for software fixes?

Streamlining code review and issue tracking is achieved through a structured workflow that automates bug triage, facilitates independent code review, and manages pull requests with automated checks. This enforces structured development practices from issue identification to merge.

How does automated issue triage and reproduction work for codebase bug fixes?

Automated issue triage and reproduction works by executing predefined scripts that classify the issue and replicate the environment conditions. This structured approach ensures unbiased fixes before proceeding to the independent review and pull request management phases.

Do I need specific version control systems or CI/CD pipelines to manage pull requests with this workflow?

Yes, managing pull requests with this workflow requires adherence to structured development practices and integration with version control systems. It is intended for developers working on software fixes and relies on automated checks within CI/CD pipelines for verification before merging.

Can I use this automated approach for code enhancements or is it limited to bug fixing?

You can use this automated approach for both bug fixing and code enhancements. It is intended for developers working on software fixes and enhancements, providing a complete loop from issue identification and reproduction through to resolution and PR merging.

When should I not use an automated end-to-end workflow for bug fixing?

You should not use an automated end-to-end bug fixing workflow if your project lacks structured development practices or cannot integrate with standard version control systems. It requires an environment that supports automated CI/CD pipeline checks and independent code review.