get-job-progress

Fetch current progress metrics for a running NovaDB job by jobId.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/novadb/claude-plugins --skill get-job-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-job-progress
Source: https://github.com/novadb/claude-plugins/tree/main/consulting/skills/get-job-progress
Command: npx skills add https://github.com/novadb/claude-plugins --skill get-job-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a quick, reliable way to retrieve current progress metrics for a running NovaDB job so stakeholders and agents can monitor completion and throughput without inspecting raw logs.

Core Features & Use Cases

  • Progress Retrieval: Returns percentage complete and items processed for a specified jobId.
  • Lightweight Monitoring: Enables periodic checks for long-running operations such as data imports, migrations, and background processing.
  • Agent Integration: Designed to be called by automation or agents using the novadb_cms_get_job_progress tool to surface live status updates.

Quick Start

Get the current progress for job abc-123 by providing its jobId to the skill.

Frequently Asked Questions about get-job-progress

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

FAQPage Schema
How do I check the progress of a running NovaDB job?

To check running job progress instantly, provide the specific jobId to the skill. It fetches current progress metrics for NovaDB operations, returning percentage complete and items processed without needing raw log inspection.

What is the best way to monitor long-running data imports and migrations in NovaDB?

Monitoring long-running data imports and migrations is done by retrieving structured progress metrics via a periodic job status check. This lightweight approach surfaces live status updates on percentage complete and items processed for background processing.

Can I use this skill to get job status updates for background processing automation?

Yes, getting job status for background processing automation is supported. It is designed for agent integration, allowing automation to call the tool and surface live status updates for running operations without manual log checks.

What do I need to retrieve current progress metrics for a specified NovaDB job?

You need the specific jobId parameter to retrieve current progress metrics. Providing this identifier allows the tool to fetch structured data, including percentage complete and items processed, for the targeted running job.