agentseeds
beta
/
Debugging Agents
Python Asyncio Deadlock Diagnosis
Diagnose Python asyncio hangs, deadlocks, and task lifecycle failures from symptoms and code.
0
Cursor
Node Heap Leak Diagnosis
Diagnose Node.js memory leaks using V8 heap snapshots and allocation timelines.
0
Cursor
Dockerfile Build Failure Diagnosis
Diagnose and fix Docker build failures, container crashes, and image issues.
1
Cursor
GitHub Actions Workflow Diagnosis
Diagnose and fix failing GitHub Actions workflows by analyzing YAML config, runner logs, step errors, and permissions.
0
Cursor
Python Performance Profiling Triage
Diagnose Python performance bottlenecks using cProfile and py-spy profiling output.
0
Cursor
Python Traceback Root Cause Diagnosis
Diagnose Python tracebacks and pinpoint probable root causes across call frames.
11
Cursor
Java Heap GC Leak Diagnosis
Interpret heap dumps and GC logs to identify Java memory leak root causes.
0
Cursor
SQL EXPLAIN Plan Diagnosis
Diagnose slow SQL queries by analyzing EXPLAIN/ANALYZE output, operator costs, and execution plans.
0
Cursor
SQL Deadlock Diagnosis
Diagnose deadlocks and lock waits from SQL transaction patterns and recommend fixes.
2
Cursor
C Segfault Core Dump Triage
Diagnose segfaults and core dumps from C stack traces using GDB and AddressSanitizer.
0
Cursor
C++ Segfault Core Dump Diagnosis
Diagnose segfaults and core dumps from C++ call stacks and ownership paths.
0
Cursor
JavaScript Crash Diagnosis
Diagnose JavaScript runtime crashes using stack traces, source maps, and execution context.
0
Cursor