bug-fix-task

Diagnose codebase bugs and create a TDD-based fix plan.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/MADTeacher/skills --skill bug-fix-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-fix-task
Source: https://github.com/MADTeacher/skills/tree/main/bug-fix-task
Command: npx skills add https://github.com/MADTeacher/skills --skill bug-fix-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Исследовать заявленную проблему, найти корневую причину в кодовой базе и сформировать задачу на исправление с планом по TDD. Использовать, когда пользователь сообщает о баге, просит разобраться в проблеме, выполнить диагностику, найти причину сбоя или составить план исправления.

Core Features & Use Cases

  • Диагностика кода и среды выполнения для выявления корневой причины проблемы.
  • Формирование детального плана исправления в духе TDD: RED → GREEN → REFACTOR.
  • Документация результатов диагностики и план действий для команды.

Quick Start

Опишите проблему, запустите диагностику и сформируйте план исправления через подход TDD.

Frequently Asked Questions about bug-fix-task

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

FAQPage Schema
How do I find the root cause of a bug in my codebase?

Bug root-cause analysis involves investigating the reported symptom, examining the codebase and execution environment, and documenting evidence to pinpoint the exact failure point and generate a prioritized fix task.

How do I plan a bug fix using TDD?

To plan a bug fix using TDD, this Skill crafts a structured RED, GREEN, and REFACTOR workflow, ensuring you write failing tests first, implement the fix to pass them, and then refactor safely.

What is the best way to triage software issues and failures?

Issue triage is best handled by applying an evidence-based diagnostic workflow to the reported symptoms, which systematically investigates the codebase to isolate the root cause and document a clear fix plan.

Can I use this to diagnose build failures and test issues?

Yes, you can use this diagnostic workflow whenever users report issues, symptoms, or failures across code, tests, or builds, ensuring the root cause is identified and a TDD-based fix plan is generated.

Do I need any specific testing frameworks to craft a TDD fix plan?

No specific testing frameworks are required as dependencies, because the Skill focuses on planning the TDD workflow structure of RED, GREEN, and REFACTOR rather than executing tests within a particular framework.