solve-issues

Delegate issue resolution to the auto-solve engine with batch progress and error handling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This wrapper simplifies automation of issue resolution by providing a single entry point that delegates work to the core /auto-solve-issue engine, enables batch processing, progress reporting, and consistent error handling.

Core Features & Use Cases

  • Single-issue delegation: directly pass a single issue to /auto-solve-issue with minimal overhead.
  • Batch processing: iterate over a list of issues, apply the same automated resolution, and gather results.
  • Progress reporting and error handling: show step progress, honor stop-on-error or continue-on-error modes, and generate a batch report.

Quick Start

Provide a batch of issues or a single issue to automatically resolve them through the core engine.

Frequently Asked Questions about solve-issues

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

FAQPage Schema
How do I automate issue resolution for a large batch of tickets?▼

Batch processing works by iterating over a list of issues, applying the same automated resolution to each, and gathering results. It provides step progress reporting and generates a final batch report for complete visibility.

What happens when an error occurs during batch issue processing?▼

Batch issue processing enforces configurable error policies to handle failures gracefully. You can choose stop-on-error to halt immediately or continue-on-error to process remaining items and review failures in the final batch report.

Can I track progress when delegating multiple issues to an auto-solve engine?▼

Yes, delegating multiple issues to the auto-solve engine includes built-in progress tracking. It shows step progress during execution and uses an evaluation-and-checkpoint workflow, allowing you to monitor status and resume processing if needed.

What is the best way to handle a single issue through automated resolution?▼

For single-issue delegation, you pass the issue directly to the auto-solve engine with minimal overhead. It skips batch iteration while still enforcing the same evaluation-and-checkpoint workflow to ensure consistent resolution results.

Does the automated issue resolution workflow support resuming after interruptions?▼

Yes, the automated issue resolution workflow supports resume functionality. It uses an evaluation-and-checkpoint system that saves progress across batches, allowing you to resume processing and handle errors from the last completed checkpoint.

When should I use batch issue automation instead of handling issues individually?▼

Use batch issue automation when you need to apply the same resolution to a large list of issues and require aggregated results. It adds progress reporting, configurable error policies, and batch reporting that individual processing lacks.