Files
antigravity-skills-reference/skills/gdb-cli
Xiansen Chen 9804329926 Add gdb-cli skill - GDB debugging assistant for AI agents (#375)
* Add gdb-cli skill for AI-assisted GDB debugging

A GDB debugging skill designed for AI agents that combines source
code analysis with runtime state inspection. Supports core dump
analysis, live process debugging, crash investigation, and deadlock
analysis.

Features:
- Core dump analysis with millisecond-level response
- Live process attach debugging
- Source code correlation with runtime state
- Multi-threaded debugging support
- Common debugging patterns (null pointer, deadlock, memory corruption)

Repository: https://github.com/Cerdore/gdb-cli

* fix(skill): Reclassify gdb-cli risk label

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-22 19:12:32 +01:00
..