resolve-workflow

Orchestrate ticket workflows by loading steps and delegating tasks to subagents.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/nicolas-codemate/claudeCodeConfig --skill resolve-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-workflow
Source: https://github.com/nicolas-codemate/claudeCodeConfig/tree/main/skills/resolve-workflow
Command: npx skills add https://github.com/nicolas-codemate/claudeCodeConfig --skill resolve-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

## What problem does it solve? The Resolve Workflow orchestrates a modular, end-to-end ticket resolution process by loading and executing the defined steps in sequence, adapting to mode and state to optimize automation and collaboration.

## Core Features & Use Cases

  • Dynamic step loading based on mode (INIT, AUTO, INTERACTIVE)
  • Delegation of heavy tasks to subagents to preserve context for orchestration
  • End-to-end workflow from ticket fetch to PR finalize with optional visual verification

### Quick Start To begin, run the workflow with a ticket id, selecting a mode to tailor the experience, then execute /resolve {ticket-id}.

Frequently Asked Questions about resolve-workflow

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

FAQPage Schema
How do I automate ticket resolution workflows end-to-end?

You can automate ticket resolution workflows by running the workflow with a ticket id and selecting a mode like INIT, AUTO, or INTERACTIVE. It orchestrates steps dynamically, delegating heavy tasks to subagents to preserve context for orchestration.

What is dynamic step loading in workflow orchestration?

Dynamic step loading executes defined steps in sequence based on the current mode and state. This mechanism optimizes ticket resolution automation by adapting to INIT, AUTO, or INTERACTIVE modes to balance automation and collaboration.

How do I delegate heavy tasks to subagents during ticket resolution?

Delegate heavy tasks to subagents during ticket resolution to preserve context for orchestration. The workflow coordinates the end-to-end process, dynamically loading steps while offloading intensive operations to subagents for robust operation.

Can I run workflow orchestration in interactive mode for ticket management?

Yes, you can run workflow orchestration in INTERACTIVE mode for ticket management. This mode adapts the ticket resolution experience by loading steps dynamically based on current state, enabling collaboration from ticket fetch to PR finalize.

Does automated ticket workflow orchestration support visual verification and PR creation?

Yes, automated ticket workflow orchestration supports optional visual verification and PR creation. The workflow coordinates end-to-end from ticket fetch to PR finalize, ensuring robust operation with clear status updates and error handling.