Trace Every Environment Variable to Its Consumer
Maps each env var in your codebase to where it's read, how it's validated, and what breaks if it's missing.
The Prompt
Already a member? Sign in.
Cursor: Trace a Bug Through the Call Stack
Make Cursor walk a bug backwards through the codebase before suggesting any fix, so you understand the real cause.
Trace Every State Mutation That Skips the Reducer
Finds every place in a Redux or Zustand codebase where state is mutated directly instead of through the proper store update path.
Cursor: Trace a Bug Across Async Boundaries
Forces Cursor to map the full async execution path before guessing at a fix for race conditions or stale state bugs.
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.