← ClaudeAtlas

forge-jobslisted

Inspect queued and scheduled work for durability, idempotency, retries, poison messages, and operability. Use for queues, workers, cron, scheduled functions, and outbox consumers.
seroneyemmanuel4-afk/fullstack-forge-skill · ★ 0 · API & Backend · score 72
Install: claude install-skill seroneyemmanuel4-afk/fullstack-forge-skill
# forge-jobs: Background jobs ## Purpose Inspect queued and scheduled work for durability, idempotency, retries, poison messages, and operability. Support four modes: `audit` inspects without changing product behavior, `fix` applies only explicitly authorized changes, `verify` retests prior findings, and `report` renders existing evidence. If no mode is supplied, use `audit`. ## Trigger conditions Use this module when a request names `forge-jobs`, asks about background jobs, or discovery finds an applicable boundary. Run it from the repository root after project discovery. ## When it applies - Queues, workers, cron, scheduled functions, and outbox consumers ## When it does not apply - Applications with no asynchronous or scheduled execution Do not silently skip it. Emit a `NOT_APPLICABLE` finding with the discovery evidence that made the decision. ## Inputs from project discovery - queue and scheduler configuration - producers and consumers - job tests Prefer `.forge/project-profile.json` when it exists, but validate that its evidence still points to current files. Read `../fullstack-forge/references/PROTOCOL.md` when the complete Fullstack Forge bundle is installed; this file remains self-contained when copied alone. ## Inspection procedure 1. Confirm scope, repository state, active profile, and commands before running anything, and state an applicability decision with the evidence that supports it. 2. Inventory queues, workers, and scheduled jobs with their t