Back to Skills

dag-execution-tracer

majiayu000
Updated 9 days ago
94 views
58
9
58
View on GitHub
Otherdagobservabilitytracingdebugginglogging

About

This skill traces complete execution paths in DAG workflows, recording node timing, inputs, outputs, and state transitions for debugging. Use it for execution tracing, path analysis, and logging when you need to understand workflow flow. It is specifically for execution path tracing, not for performance profiling or failure investigation.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dag-execution-tracer

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/dag-execution-tracer
0

Related Skills

smart-bug-fix

Testing

This skill provides an automated bug-fixing workflow that performs root cause analysis, generates fixes with Codex, and validates changes with testing. It's designed for developers to systematically debug issues by combining multi-model reasoning with iterative validation. Use it when you need a structured, AI-assisted approach to diagnose and resolve complex bugs.

View skill

when-debugging-ml-training-use-ml-training-debugger

Other

This skill helps developers diagnose and fix common machine learning training issues like loss divergence, overfitting, and slow convergence. It provides systematic debugging to identify root causes and generate fixes for training problems. Use it when you encounter poor validation performance or training instability to restore model convergence.

View skill

systematic-debugging

Other

This skill provides a structured four-phase debugging framework to replace random code changes with systematic problem diagnosis. It helps developers methodically investigate bugs, errors, and unexpected behavior by forming specific hypotheses and testing single changes. Use it when under time pressure or when quick fixes seem obvious to ensure reliable problem resolution.

View skill

Root Cause Tracing

Other

This skill systematically traces bugs backward through the call stack to identify their original triggers rather than just fixing symptoms. It's designed for use when errors occur deep in execution with unclear data origins or long call chains. The approach involves observing symptoms, finding immediate causes, and repeatedly asking "what called this" until reaching the source.

View skill