Back to tags
Tag

Agent Skills with tag: call-stack

5 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

debugging-strategies

Systematic debugging including root-cause tracing (trace backward through call stack), reproduction strategies, pdb/debugpy usage, logging analysis, binary search debugging, and error pattern recognition. Use when debugging errors, tracing bugs through call stacks, investigating production issues, or reproducing intermittent bugs.

debuggingroot-cause-analysispdblogging
randalmurphal
randalmurphal
0

root-cause-tracing

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

call-stackinstrumentationbug-tracingerror-analysis
samjhecht
samjhecht
1

debugging

Systematic debugging methodology with root cause analysis. Phases: investigate, hypothesize, validate, verify. Capabilities: backward call stack tracing, multi-layer validation, verification protocols, symptom analysis, regression prevention. Actions: debug, investigate, trace, analyze, validate, verify bugs. Keywords: debugging, root cause, bug fix, stack trace, error investigation, test failure, exception handling, breakpoint, logging, reproduce, isolate, regression, call stack, symptom vs cause, hypothesis testing, validation, verification protocol. Use when: encountering bugs, analyzing test failures, tracing unexpected behavior, investigating performance issues, preventing regressions, validating fixes before completion claims.

debuggingroot-cause-analysisbug-trackingcall-stack
samhvw8
samhvw8
2

root-cause-tracing

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

call-stackinstrumentationbug-tracingerror-tracing
NickCrew
NickCrew
52

root-cause-tracing

Use when errors occur deep in execution - traces bugs backward through call stack to find original trigger, not just symptom

root-cause-analysistroubleshootingdebuggingcall-stack
withzombies
withzombies
161