bugfix-flow

Orchestrate end-to-end bug fixes across diagnosis, planning, implementation, regression testing, and PR workflows.

23|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/kirich1409/krozov-ai-tools --skill bugfix-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bugfix-flow
Source: https://github.com/kirich1409/krozov-ai-tools/tree/main/plugins/developer-workflow/skills/bugfix-flow
Command: npx skills add https://github.com/kirich1409/krozov-ai-tools --skill bugfix-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end bug fixes by orchestrating diagnosis, planning, implementation, regression testing, and PR workflows through dedicated subskills.

Core Features & Use Cases

  • High-level workflow orchestration across discovery, planning, execution, validation, and merge.
  • Precise routing through phases (Debug, Plan, Implement, RegressionTest, Finalize, Acceptance, PR) with strict state transitions and rollback.
  • Artifacts and gates management, including swarm reports and cross-skill context passing.

Quick Start

Invoke the bugfix-flow skill with your bug report to start the end-to-end bug-fix orchestration.

Frequently Asked Questions about bugfix-flow

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

FAQPage Schema
How do I orchestrate an end-to-end bug fix workflow across multiple modules?

Coordinated bug fixes route context through dedicated phases for diagnosis, planning, implementation, regression testing, and PR finalization. This workflow manages cross-module remediation using strict state transitions, rollback support, and artifact generation.

What is the best way to automate regression testing during software defect remediation?

Automated regression testing is handled as a strict workflow phase during software defect remediation. The orchestration passes diagnostic context directly to the regression test stage to validate fixes before finalizing the pull request.

Can I use an AI agent to manage diagnosis and pull request workflows for complex bugs?

Yes, an AI agent can manage diagnosis and pull request workflows for complex bugs. The orchestration coordinates dedicated subskills to handle cross-expert review, acceptance gates, and traceable routing of decisions between stages.

When should I use a multi-phase orchestration workflow for debugging?

Use multi-phase orchestration for debugging when software defects span multiple modules or teams. It is designed for complex remediation requiring strict phase transitions, coordination, validation, and cross-expert review rather than simple isolated fixes.

How does context routing work between planning and implementation phases in an AI agent workflow?

Context routing between planning and implementation phases works by passing artifacts and swarm reports across strict state transitions. This ensures traceable decisions and modular orchestration throughout the debug, implement, and finalize stages.