🪲
QualityPython

Bug Fix Protocol

by nimadorostkar

Bug Fix Protocol is a Quality skill for Claude Code, published by nimadorostkar in Claude-Skills-collection.

25 stars3 forkson nimadorostkar/Claude-Skills-collectionAdded 2026/08/12Repository updated 2026/07/26
aiclaudeclaude-skillsskills
Install in seconds
Install Bug Fix Protocol
Copy Bug Fix Protocol into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/nimadorostkar/Claude-Skills-collection/tree/main/skills/development/bug-fix-protocol ~/.claude/skills/bug-fix-protocol

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/nimadorostkar/Claude-Skills-collection.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/development/bug-fix-protocol/SKILL.md in nimadorostkar/Claude-Skills-collection
Installs to
~/.claude/skills/bug-fix-protocol
Collection
One of 50 skills cataloged from this repository
Category
Quality1354 skills

What Bug Fix Protocol does

Bug Fix Protocol guides a disciplined bug fix workflow end to end: reproduce the issue, write a failing test, apply the smallest fix, verify it, and check for related cases. Use it for reported defects, regressions, and hotfixes.

Bug Fix Protocol is cataloged under Quality on DirSkills. Bug Fix Protocol comes from a repository tagged ai, claude, claude-skills and skills.

Documentation

README

Bug Fix Protocol

Purpose

Turn a bug report into a merged fix without introducing a second bug. The protocol is deliberately rigid: it exists to prevent the two most common failures — fixing the symptom, and fixing the cause without proving it.

When to Use

  • Any reported defect with a reproducible symptom.
  • A regression discovered in CI or production.
  • A hotfix under time pressure — especially then.

Capabilities

  • Reproduction and minimization.
  • Root-cause isolation (see the debugging skill for the search method).
  • Minimal, targeted fixes with regression tests.
  • Blast-radius assessment for the same class of defect elsewhere.

Inputs

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bug Fix Protocol

  • What else does nimadorostkar publish alongside Bug Fix Protocol?

    Bug Fix Protocol is one of 50 skills that DirSkills catalogs from nimadorostkar/Claude-Skills-collection, the repository it ships in. Its siblings there include API Design, Agent Design and Agent Instructions. Each one is a separate skill with its own page in this directory, installs the same way Bug Fix Protocol does, and is maintained by nimadorostkar in that same repository. The rest of the collection is listed on the nimadorostkar/Claude-Skills-collection page.

  • How does Bug Fix Protocol compare to other Quality skills?

    Bug Fix Protocol ranks #1321 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bug Fix Protocol against them. Open each page to compare what they document and how they install.

More from nimadorostkar/Claude-Skills-collection

Bug Fix Protocol is one of 50 skills cataloged on DirSkills from nimadorostkar/Claude-Skills-collection.

See all 50 skills