auto-solve-issue

Automates end-to-end issue resolution via a five-phase Python-coordinator workflow with checkpoints and resume capability.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/aifuun/u-safe-archive --skill auto-solve-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-solve-issue
Source: https://github.com/aifuun/u-safe-archive/tree/main/.claude/skills/auto-solve-issue
Command: npx skills add https://github.com/aifuun/u-safe-archive --skill auto-solve-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates end-to-end issue resolution by orchestrating a five-phase workflow with a Python coordinator.

Core Features & Use Cases

  • Script-based orchestration using coordinator.py to manage a 5-phase lifecycle with checkpoints
  • Checkpointed execution and resume capabilities enabling safe recovery from failures
  • Optional interactive checkpoints for manual validation, and direct skill execution by default for performance
  • Clear separation of concerns with modular docs and testable code

Quick Start

Run /auto-solve-issue <issue-number> to begin a fully automated resolution workflow.

Frequently Asked Questions about auto-solve-issue

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

FAQPage Schema
How do I automate full issue resolution with a checkpointed workflow?

You can automate full issue resolution by running a script-based coordinator that manages a five-phase lifecycle with checkpoints. This handles planning, execution, and quality checks automatically.

Can I resume an automated workflow after an interruption or failure?

Yes, the automated workflow supports resume state persistence and checkpoint-driven control. This enables safe recovery from failures, allowing you to resume interrupted tasks without losing progress.

Does the workflow orchestration support manual validation checkpoints?

Yes, the workflow orchestration supports optional interactive checkpoints for manual validation. By default, it uses direct skill execution for performance, but you can enable manual review steps.

What is the best way to orchestrate dependency-managed task chains for issue resolution?

The best way to orchestrate dependency-managed task chains is using a Python coordinator script. It separates concerns with modular docs and testable code to manage the multi-phase execution safely.

When should I use script-based orchestration for issue resolution?

You should use script-based orchestration for well-defined issues requiring structured planning, execution, and quality checks. It is ideal when you need dependency-managed task chains and safe resumption after interruptions.

How do I start an automated end-to-end issue resolution process?

To start automated end-to-end issue resolution, run the coordinator command with your issue number. This initiates a fully automated five-phase workflow managed by the script-based coordinator.