bugfix

Identify real bugs and apply minimal fixes preserving existing behavior.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/kamahei/agent-skills-lab --skill bugfix-kamahei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bugfix
Source: https://github.com/kamahei/agent-skills-lab/tree/main/.agents/skills/bugfix
Command: npx skills add https://github.com/kamahei/agent-skills-lab --skill bugfix-kamahei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inspect codebases to identify real bugs and implement safe, minimal fixes while preserving existing behavior.

Core Features & Use Cases

  • Systematic bug hunting across repository code and tests
  • Minimal-change safe fixes that preserve existing behavior
  • Self-review and rationale documentation for each change

Quick Start

Run a focused code review to locate real bugs, apply minimal safe fixes, and verify existing behavior.

Frequently Asked Questions about bugfix

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

FAQPage Schema
How do I systematically find and fix bugs in a codebase without breaking existing behavior?

To fix bugs safely, apply a structured debugging workflow with evidence-driven triage, minimal-change repairs, and documented rationale for every modification to preserve existing behavior.

What is the best way to debug failing tests and lint errors across a repository?

Debug failing tests and lint errors by running a focused code review to locate real bugs, apply minimal safe fixes, and verify existing behavior through targeted bug hunting and fix validation.

Can I use this to apply code review fixes to directories with reliability concerns?

Yes, you can apply code review fixes to directories with reliability concerns, enabling targeted bug hunting, fix validation, and thorough self-review to address reliability issues systematically.

How do minimal-change bug fixes help with risk management in software engineering?

Minimal-change bug fixes support risk management by preserving existing behavior while applying safe repairs, enforcing an evidence-driven triage process and documented rationale for each modification.

When should I not use an automated bugfix workflow for code repairs?

Avoid automated bugfix workflows when a codebase lacks failing tests or lint errors to triage, as the structured debugging workflow relies on evidence-driven triage to apply safe, minimal fixes.