continue-quickfix

Route in-progress quick-fix work to the appropriate phase using discovery.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires workflow-shared/scripts/discovery-utils.cjs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Continuation of paused quick-fix workflows by automatically determining the current phase and routing to the appropriate phase skill, reducing manual coordination and context switching.

Core Features & Use Cases

  • Discovers the current phase of an in-progress quick-fix using a centralized discovery utility.
  • Routes to the correct phase skill (scoping, implementation, or review) or performs backwards navigation if a completed phase should be revisited.
  • Integrates with the quick-fix discovery and selection references to guide decisions and provide contextual prompts to the user.

Quick Start

Run the continue-quickfix flow to resume processing from the current phase.

Frequently Asked Questions about continue-quickfix

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

FAQPage Schema
How do I resume a paused quick-fix workflow and route it to the correct phase?

Resume a paused quick-fix workflow by running the continue flow, which inspects the current state and uses discovery utilities to route work to the appropriate phase. It automatically determines whether to proceed to scoping, implementation, or review.

How does phase discovery work for in-progress quick-fix automation?

Phase discovery for in-progress quick-fix automation works by using a centralized script to inspect the current state and available next phase data. This utility determines the active stage and validates safe transitions before routing.

Can I navigate backwards to revisit completed phases during quick-fix routing?

Backwards navigation through completed phases is supported during quick-fix routing. The system inspects the current state and allows safe transitions back to previous stages before routing forward to scoping, implementation, or review.

What is the best way to handle context switching when coordinating multiple quick-fix phases?

Handle context switching across quick-fix phases by using automated routing to determine the current phase and transition to the appropriate skill. This reduces manual coordination by relying on local discovery scripts to validate the next phase.

Do I need a specific environment setup to use discovery scripts for quick-fix phase routing?

You need the local discovery utility script and selection references available in your environment to use quick-fix phase routing. These dependencies provide the state inspection and contextual prompts required to determine the next phase and support safe transitions.