bug-fix

Automate the end-to-end bug fix workflow from investigation to validated fix.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/andrewnovykov/total-66 --skill bug-fix-andrewnovykov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-fix
Source: https://github.com/andrewnovykov/total-66/tree/main/.claude/skills/bug-fix
Command: npx skills add https://github.com/andrewnovykov/total-66 --skill bug-fix-andrewnovykov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end bug fix workflow. Takes a bug file path, enriches it with user stories and test cases, implements the fix, and adds tests. Use with /bug-fix BUGS/BUG-X.md

Core Features & Use Cases

  • End-to-end bug resolution: investigate, document, implement, test.
  • Enrich bugs with US/TC, and add regression tests.
  • Use Case: Given a bug file, perform end-to-end workflow to fix and verify.

Quick Start

Provide the bug file path to the bug-fix workflow to begin the end-to-end resolution process.

Frequently Asked Questions about bug-fix

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

FAQPage Schema
How do I automate an end-to-end bug fix workflow from investigation to regression testing?

To automate an end-to-end bug fix workflow, provide a bug file path like BUGS/BUG-X.md. The system then executes a four-phase process: investigating the issue, documenting user stories and test cases, implementing the fix, and adding regression tests.

What is the best way to document user stories and test cases for a bug file?

Documenting user stories and test cases for a bug file is handled automatically during the documentation phase. The workflow reads the provided bug file path and enriches it with the necessary user stories and test cases before proceeding to implementation.

Do I need to provide a specific file format to start the bug resolution process?

Yes, you need to provide a specific file path pointing to your bug file, such as BUGS/BUG-X.md. The bug resolution process requires this file path as its primary input to trigger the investigation, documentation, implementation, and testing phases.

Can I add regression tests automatically when fixing a bug?

Yes, you can add regression tests automatically when fixing a bug. The workflow includes a dedicated testing phase that generates and appends regression tests after the code fix is implemented, ensuring the defect is validated.

What are the limitations of automating bug fixes with a single bug file input?

A limitation of automating bug fixes with a single bug file input is that the workflow operates strictly on one provided file path. It processes investigation, documentation, implementation, and testing sequentially for that specific bug only.