test-job

Automates test job creation and monitoring via API calls and database checks.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sabyunrepo/IaaS --skill test-job
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-job
Source: https://github.com/sabyunrepo/IaaS/tree/main/.claude/skills/test-job
Command: npx skills add https://github.com/sabyunrepo/IaaS --skill test-job

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation and monitoring of test jobs, streamlining the process of running and tracking automated tests.

Core Features & Use Cases

  • Job Creation: Generates new test jobs with specified parameters like experience level and output language.
  • Job Monitoring: Tracks the progress and status of existing jobs.
  • Use Case: A developer needs to run a new set of tests for a feature. They can use this skill to quickly create a job with specific configurations and then monitor its execution in real-time.

Quick Start

Use the test-job skill to create a job with default settings.

Frequently Asked Questions about test-job

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

FAQPage Schema
How do I automate API test job creation and submission?

You can automate test job creation by configuring parameters like experience level and output language, then submitting the job via API calls. The process handles JWT token generation and portfolio upload automatically.

How do I monitor an API job execution status in real-time?

You can monitor job execution by tracking worker logs and checking database status updates. This allows you to follow the progress and current state of your automated test jobs.

Can I dynamically configure experience level and output language for job creation?

Yes, test job creation supports dynamic configuration for both experience level and output language. You can specify these parameters when generating a new job via the API.

Do I need to generate a JWT token manually before submitting a test job?

No, manual JWT token generation is not required. The test job automation handles JWT token generation internally as part of the API job submission and portfolio upload workflow.

What is the best way to track worker logs during automated job execution?

The best way to track worker logs is to use the job monitoring feature, which reads worker logs and queries database status. This provides real-time tracking of automated test job progress.