check-status

Retrieve and display background operation statuses and active job progress.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blueraai/bluera-knowledge --skill check-status-blueraai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-status
Source: https://github.com/blueraai/bluera-knowledge/tree/main/skills/check-status
Command: npx skills add https://github.com/blueraai/bluera-knowledge --skill check-status-blueraai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides visibility into the status and progress of background operations, allowing users to track ongoing tasks and identify potential issues.

Core Features & Use Cases

  • Real-time Job Monitoring: View the current status, phase, and progress of active background jobs.
  • Detailed Job Information: Access specific details for individual jobs, including file counts and started times.
  • Use Case: When a large data indexing process is running, use this Skill to check its progress and estimate the remaining time, ensuring the system is operating as expected.

Quick Start

Use the check-status skill to see all active background jobs.

Frequently Asked Questions about check-status

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

FAQPage Schema
How do I check the progress of background jobs?

You can monitor background job progress by listing all active operations or querying specific job IDs to retrieve real-time status, current phase, and detailed progress metrics like file counts and start times.

What is background task monitoring and how does it work?

Background task monitoring provides visibility into ongoing operations by retrieving and displaying the status, phase, and progress of active jobs. It works by executing deterministic queries to report current task states.

How do I list all currently running background tasks?

You can list all currently running background tasks by querying the system to display every active job along with its current operational status, phase, and progress details.

Can I get detailed information for a specific background job ID?

Yes, you can retrieve detailed information for a specific background job ID by querying that exact identifier. The system returns specific details including file counts, started times, and current progress.

Why does my background data indexing process show no progress?

If your background data indexing process shows no progress, checking the job status helps identify potential issues by displaying the current phase and active task details to verify the system is operating as expected.