# Monitor Jobs

> Monitor the progress of a Gawain AI video generation job. Compatible with /loop for periodic checking.

- Skill: `nogeass/monitor-jobs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nogeass/monitor-jobs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nogeass/monitor-jobs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nogeass (https://skillmd.com/u/nogeass)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nogeass/monitor-jobs

---


# Job Monitor Skill

Check the status of a video generation job.

## Processing

1. Parse the job ID from arguments
2. If no job ID provided, ask the user for it
3. Call the `check_job_status` MCP tool
4. Display results based on status:

### Status: pending / processing
- Show current progress percentage
- Suggest checking again in 30 seconds or using `/loop 30s /monitor-jobs [job_id]`

### Status: completed
- Display the video URL
- Congratulate the user

### Status: failed
- Show the error code and message
- Suggest retrying with `/generate-video`

