Trace Every Background Job Back to Its Trigger
Map all background jobs, workers, and async tasks in a codebase to the exact user action or system event that starts them.
The Prompt
Already a member? Sign in.
Trace Every Background Job With No Observability Hook
Finds every background job, queue worker, and scheduled task that runs without logging, metrics, or alerting attached.
Trace Every Error That Gets Swallowed Before Reaching the User
Finds all the places in your codebase where errors are caught, logged, and silently dropped instead of surfaced.
Trace Every Database Write That Has No Audit Trail
Map every mutation that touches persistent storage without recording who changed what or when.
Slash Command: /auth-audit Trace Every Auth Check in the Request Path
A slash command that maps every route to its auth enforcement and surfaces gaps where requests reach handlers unauthenticated.