manage-issue-execute

Execute planned issue solutions via server dispatch or local delegation.

511|63|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/catlog22/Maestro-Flow --skill manage-issue-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-issue-execute
Source: https://github.com/catlog22/Maestro-Flow/tree/main/.codex/skills/manage-issue-execute
Command: npx skills add https://github.com/catlog22/Maestro-Flow --skill manage-issue-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end execution of a planned issue solution by dispatching via a central server or delegating locally, updating the issue status, and routing to next steps (close, verify, or debug).

Core Features & Use Cases

  • Dual-mode execution: server-based dispatch when available, or local CLI delegation as a fallback.
  • Status management and history: updates issue status to in_progress and upon success to resolved, while appending history entries for auditability.
  • Next-step routing: provides explicit paths to close, verify, or debug after execution.
  • Dry-run support: previews prompts and steps without performing actions.

Quick Start

Invoke manage-issue-execute with an ISS-ID to run the planned solution, optionally using --dry-run or --executor.

Frequently Asked Questions about manage-issue-execute

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

FAQPage Schema
How do I automate issue solution execution with fallback to local delegation?

Automating issue solution execution involves dispatching the planned fix via a central server, falling back to local CLI delegation if the server health check fails. This dual-mode workflow ensures robust, auditable executions while updating issue status.

What is dual-mode issue execution and when is it needed?

Dual-mode issue execution is a dispatch mechanism that posts solutions to a central server when available, or delegates locally as a fallback. It is needed to ensure planned issue solutions execute reliably even when server connectivity fails.

How do I execute a planned issue solution using a dry-run preview?

Executing a planned issue solution with a dry-run preview requires invoking the command with the issue ID and dry-run flag. This validates the planned steps and prompts without performing actions, ensuring the solution is correct before dispatch.

Does issue execution require a planned solution to be present before dispatch?

Yes, issue execution requires a planned solution to be present before dispatch. The workflow enforces a safeguard validating issue.solution presence, ensuring a concrete plan exists before routing to server dispatch or local delegation.

What happens after issue solution execution fails or succeeds?

After issue solution execution succeeds, the status updates to resolved and routes to next steps like close or verify. If execution fails, the workflow routes to debug, appending history entries for auditability and status tracking.

Can I route issue execution to verify or debug after dispatch?

Yes, you can route issue execution to verify or debug after dispatch. The workflow provides explicit next-step routing paths to close, verify, or debug, updating the issue status accordingly based on the execution outcome.