job-status

Inspect Weaver job execution state via RESTful HTTP requests.

30|6|Updated Mar 5, 2019
One-click install
npx skills add https://github.com/crim-ca/weaver --skill job-status-crim-ca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-status
Source: https://github.com/crim-ca/weaver/tree/main/.agents/skills/job-status
Command: npx skills add https://github.com/crim-ca/weaver --skill job-status-crim-ca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides the ability to quickly inspect the status and progress of a job in a Weaver workflow, making it easier to debug and monitor job execution.

Core Features & Use Cases

  • Job Status: Retrieve detailed status information such as job progress, start time, and final status.
  • Progress Tracking: Monitor the progression of a job step-by-step to identify bottlenecks or failures early.
  • Use Case: Ideal for developers or operators who need real-time insights into long-running or resource-intensive jobs.

Quick Start

Check the status of the job with the identifier 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'.

Frequently Asked Questions about job-status

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

FAQPage Schema
How do I check my Weaver workflow job status?

To track Weaver job progress, this Skill queries the Weaver API via RESTful HTTP requests to retrieve real-time execution state, step-by-step progression, and final completion status for long-running jobs.

Can I monitor long-running job execution progress in real-time?

Yes, you can monitor job execution progress in real-time. The Skill inspects the Weaver workflow management system to provide step-by-step progression updates, helping developers identify bottlenecks or failures early.

What API endpoint do I need to inspect job execution state?

You need access to the Weaver API endpoint to inspect job execution state. The Skill utilizes RESTful HTTP requests against this endpoint to gather detailed job information such as start time and final status.

Does job monitoring work for resource-intensive workflows?

Job monitoring works effectively for resource-intensive workflows. This Skill is designed for developers or operators who need real-time insights into long-running or resource-intensive jobs managed by Weaver.

What details can I retrieve when tracking job execution status?

When tracking job execution status, you can retrieve detailed information such as job progress, start time, and final status. This provides the ability to quickly inspect and debug job execution in a Weaver workflow.