do-execute-qa-bugfix

Diagnose a QA bug, implement a fix with regression tests, and update the bug file status.

28|1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/fabio-barboza/development-orchestrator --skill do-execute-qa-bugfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do-execute-qa-bugfix
Source: https://github.com/fabio-barboza/development-orchestrator/tree/main/skills/do-execute-qa-bugfix
Command: npx skills add https://github.com/fabio-barboza/development-orchestrator --skill do-execute-qa-bugfix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill recebe o caminho de um único bug reportado em qa-bugs/ (ex: qa-bugs/bug-01-alta-formulario.md), analisa a raiz do problema, implementa a correção com testes de regressão, valida a suíte de testes e atualiza o status do arquivo. Use quando o usuário pedir para corrigir um bug específico encontrado no QA. Não use para correções em lote — invoque uma vez por bug. Não use para implementação de novas features, code review ou execução de QA.

Core Features & Use Cases

  • Analisa a causa raiz de um bug reportado em qa-bugs/.
  • Implementa a correção com testes de regressão e validação da suíte de testes.
  • Atualiza o status do arquivo de bug para refletir a correção.

Quick Start

Passe o caminho do bug para o comando e permita que o fluxo completo seja executado automaticamente.

Frequently Asked Questions about do-execute-qa-bugfix

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

FAQPage Schema
How do I fix a QA bug with regression tests?

A QA bug fix requires root cause analysis and code correction. This skill processes a single bug file from the qa-bugs directory, implements the fix, adds regression tests, validates the test suite, and updates the bug file status.

What is root cause analysis for software quality bugfix?

Root cause analysis for a software quality bugfix involves investigating the underlying origin of a reported defect rather than just patching symptoms. This skill performs this analysis on a single bug file to implement a robust correction with regression tests.

How do I update bug file status after running regression tests?

To update bug file status after running regression tests, the skill automatically modifies the original bug report file in the qa-bugs directory. It changes the status to reflect the completed correction once the project test suite validates successfully.

Can I use this QA bugfix process for batch fixes or new features?

You cannot use this QA bugfix process for batch fixes or new feature development. The skill is strictly designed to process one bug at a time from the qa-bugs directory and should not be invoked for code reviews, feature implementation, or general QA execution.

Does the bugfix skill validate changes against the project test suite?

Yes, the bugfix skill validates changes against the project test suite. After implementing the root cause correction and adding regression tests, it runs the full validation to ensure the fix does not break existing software quality.

What format should the QA bug file be in for root cause analysis?

The QA bug file should follow the naming convention bug-[XX]-[severity]-[slug].md inside the qa-bugs directory. This format allows the skill to parse the report and perform root cause analysis, bugfix implementation, and regression test validation.