run-jobs

Create and execute multi-step job chains with queue and worker management.

11|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/manushi4/Screenhand --skill run-jobs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-jobs
Source: https://github.com/manushi4/Screenhand/tree/main/.claude/plugins/screenhand/skills/run-jobs
Command: npx skills add https://github.com/manushi4/Screenhand --skill run-jobs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and coordinates the execution of complex, multi-step automation pipelines by managing jobs, chains, and workers to reduce manual orchestration and errors.

Core Features & Use Cases

  • Create and run jobs and job chains, monitor progress, and recover from failures within production-grade automation.
  • Orchestrate background workers and a supervisor to sustain long-running workflows and ensure reliability.
  • Use cases include batch processing, parallel task execution, and cross-service automation across multiple apps.

Quick Start

Create a job chain and start the supervisor and worker to run it in the background.

Frequently Asked Questions about run-jobs

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

FAQPage Schema
How do I orchestrate multi-step automation jobs in production?

Multi-step automation jobs are orchestrated by creating job chains, managing queues, and running background workers. A supervisor process sustains long-running workflows with built-in health checks and recovery mechanisms to ensure reliable execution.

What is the best way to recover failed background workers in an automation pipeline?

Recovering failed background workers requires a supervisor health check mechanism integrated into the automation pipeline. The supervisor monitors worker status and triggers automated recovery processes to sustain long-running workflows without manual intervention.

How do I set up job chaining for batch processing pipelines?

Setting up job chaining for batch processing involves creating a sequence of dependent jobs within a queue. You start a supervisor and worker to execute the chain in the background, enabling parallel task execution and cross-service automation.

Can I run parallel task execution across multiple apps with job queues?

Yes, parallel task execution across multiple apps is supported through job queue management. You can distribute cross-service automation tasks to background workers, which process the queued jobs concurrently to sustain production-grade workflows.

When do I need a supervisor for background workers in automation workflows?

A supervisor is needed for background workers when running long-running automation workflows that require sustained reliability. It provides continuous health checks and automated recovery to prevent workflow interruptions in production-grade pipelines.