trace

Execution-path mapping for entry points, data flow, side effects, and blast radius before risky work.

staticpayload/oh-my-codex1 installsMITSynced Aug 22

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
---
name: trace
description: Execution-path mapping for entry points, data flow, side effects, and blast radius before risky work.
license: MIT
---

# Trace

## Purpose

Use `$trace` before a risky edit or review when you need to know what code path actually runs, what it touches, and what could break downstream.

## Workflow

1. Find the entry points.
2. Follow data flow through the changed or targeted path.
3. Map side effects:
   - storage writes
   - network calls
   - UI state changes
   - background work
4. Identify risky branches and missing guards.
5. Name the concrete files the next pass should touch.

## Suggested Tools

- `omx explore search`
- `omx explore symbols`
- `omx explore refs`
- `omx explore diff`

## Output Standard

- entry points
- downstream side effects
- risky branches
- likely blast radius
- recommended edit boundary

More Debugging skills

← All Debugging skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY