continue-bugfix

Determine the current phase of an in-progress bugfix and route to the appropriate phase skill.

27|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/leeovery/agentic-workflows --skill continue-bugfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue-bugfix
Source: https://github.com/leeovery/agentic-workflows/tree/main/skills/continue-bugfix
Command: npx skills add https://github.com/leeovery/agentic-workflows --skill continue-bugfix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams resume an in-progress bugfix by automatically identifying the current phase and routing to the appropriate phase skill.

Core Features & Use Cases

  • Determines the current phase of an in-progress bugfix and dispatches to the corresponding phase skill (investigation, specification, planning, implementation, or review).
  • Supports backwards navigation by detecting completed phases and proposing revisit options when applicable.
  • Keeps users in control with explicit prompts before routing or revisiting phases.

Quick Start

Resume a paused bugfix by letting the system determine the current phase and route to the appropriate phase skill.

Frequently Asked Questions about continue-bugfix

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

FAQPage Schema
How do I resume a paused bugfix workflow after stopping mid-process?

To resume a paused bugfix workflow, this Skill automatically determines the current phase—investigation, specification, planning, implementation, or review—and routes you to the appropriate phase skill. It validates routing decisions and enforces structured phase transitions across the maintenance lifecycle.

What is the process for routing an in-progress software bugfix to the correct phase?

Routing an in-progress bugfix involves detecting the current phase and dispatching to the corresponding phase skill. The mechanism enforces guardrails across the lifecycle, validates transitions, and prompts you explicitly before routing or revisiting phases to keep you in control.

Can I navigate backwards to a previous phase during a bugfix lifecycle?

Yes, you can navigate backwards during a bugfix lifecycle. The Skill detects completed phases and proposes revisit options when applicable, prompting you explicitly before routing or revisiting any phase to maintain control over the workflow process.

Does the bugfix routing process support backwards navigation across all maintenance phases?

The bugfix routing process supports backwards navigation by detecting completed phases and proposing revisit options. It covers investigation, specification, planning, implementation, and review, ensuring guardrails across the entire lifecycle transitions.

When do I need automated phase routing for software maintenance workflows?

You need automated phase routing for software maintenance workflows when an in-progress bugfix is paused and must resume across structured phases like investigation, specification, planning, implementation, and review. It enforces guardrails and validates transitions.

What are the limitations of auto-routing a bugfix through investigation and implementation phases?

A limitation of auto-routing a bugfix is that it requires explicit user prompts before routing or revisiting phases, meaning it does not fully automate transitions. It enforces structured phase transitions but depends on your confirmation to proceed.