wait-for-job
CommunityWait for external tasks to finish.
Software Engineering#workflow automation#polling#task completion#asynchronous tasks#job monitoring#cluster jobs
Authorolliecrow
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents Codex from proceeding until long-running external tasks, such as cluster jobs or batch pipelines, have successfully completed, ensuring downstream processes have the necessary prerequisites.
Core Features & Use Cases
- Asynchronous Task Monitoring: Polls the status of external jobs at a configurable interval.
- Flexible Completion Criteria: Supports completion based on command exit codes or output matching specific regular expressions.
- Robust Timeout and Retry Logic: Includes hard timeout caps and handles transient transport failures with retries.
- Use Case: You've submitted a large data processing job to a cluster. Use this Skill to pause your workflow until the job is done, then automatically proceed with analyzing the results.
Quick Start
Use the wait-for-job skill to poll the command 'kubectl get job my-job -n my-namespace -o jsonpath='{.status.conditions[*].type}'' for the 'Complete' status, checking every 120 seconds.
Dependency Matrix
Required Modules
None requiredComponents
scriptsagents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: wait-for-job Download link: https://github.com/olliecrow/codex/archive/main.zip#wait-for-job Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.