tools debugging Skills
Discover the best skills in this category.
rg-code-search
by laurigates
Fast code search using ripgrep (rg) with smart defaults, regex patterns, and file filtering. Use when searching for text...
To see function or method signatures at a cursor position, get signature help for the API being called.
code-tools
by tao3k
Code search, analysis, and refactoring using AST patterns. Search code structure, analyze modules, and refactor with pre...
bifrost-vibecode-debugger
by jackmusick
Debug and improve the Bifrost vibe coding experience. Use this skill when working on Bifrost platform development in Cla...
tzurot-observability
by lbds137
Contains MANDATORY logging and debugging patterns for Tzurot v3. MUST be consulted before adding logs or debugging produ...
To read console logs from the current page, retrieve console messages for debugging JavaScript output.
To take a screenshot of a page or element, capture an image for visual verification.
To read recent runtime errors from a running Dart or Flutter app, fetch runtime errors after connecting to the Dart Tool...
To run JavaScript in the page context, evaluate an expression on the page or a specific element for inspection or manipu...
To inspect network activity since page load, list network requests to review API calls and resources.
To capture an accessibility snapshot of the current page, take a structured snapshot for UI inspection.
To inspect the Flutter widget tree of the running app, retrieve the widget hierarchy after connecting to the Dart Toolin...
code-review
by Tai-ch0802
Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
functype
by jordanburke
Help developers use functype functional programming patterns in their TypeScript projects. Use this skill when convertin...
tokio-troubleshooting
by geoffjay
Debugging and troubleshooting Tokio applications using tokio-console, detecting deadlocks, memory leaks, and performance...
cli-ux-patterns
by geoffjay
CLI user experience best practices for error messages, colors, progress indicators, and output formatting. Use when impr...
gpui-performance
by geoffjay
Performance optimization techniques for GPUI including rendering optimization, layout performance, memory management, an...
go-optimization
by geoffjay
Performance optimization techniques including profiling, memory management, benchmarking, and runtime tuning. Use when o...
elixir-root-cause-only
by mkreyman
MANDATORY systematic debugging - trace to root cause before proposing fixes. NO random changes, NO symptom fixes, NO "tr...
Test documentation procedures using Doc Detective (doc-detective.com). Use when (1) testing procedures in markdown/text...
Specialized reverse engineering analysis workflows for binary analysis, pattern recognition, and vulnerability assessmen...
godot-optimization
by Zate
Expert knowledge of Godot performance optimization, profiling, bottleneck identification, and optimization techniques. U...
godot-debugging
by Zate
Expert knowledge of Godot debugging, error interpretation, common bugs, and troubleshooting techniques. Use when helping...