tools debugging Skills
Discover the best skills in this category.
root-cause-tracing
by obra
Systematically trace bugs backward through call stack to find original trigger
simplifying-control-flow
by obra
Flatten nested conditionals with early returns or table-driven methods - keep nesting depth under 3 levels
systematic-debugging
by obra
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Analyze system and application log data from sosreport archives, extracting error patterns, kernel panics, OOM events, s...
Analyze system resource usage data from sosreport archives, extracting memory statistics, CPU load averages, disk space...
xdebug
by koriym
PHP debugging and analysis tools using Xdebug. Use when asked to trace, debug, profile, or analyze coverage of PHP code.
specswarm-modify
by MartyBonacci
Impact-analysis-first modification workflow with backward compatibility assessment and breaking change detection. Auto-e...
specswarm-upgrade
by MartyBonacci
Systematic compatibility analysis, migration guidance, and breaking change detection for dependency/framework upgrades....
review
by vmarcosp
Reviews code for quality, patterns, and adherence to project conventions. Creates detailed review documents with actiona...
Persistent memory management for Claude Code via AutoMem. Use this skill when: - Starting a session (recall project cont...
dojo-debug
by dojoengine
Use when debugging and troubleshooting dojo.js applications. Triggers: dojo error, torii connection, entity not found, t...
React Native best practices, hooks, navigation ve performance optimization.
Comprehensive Test Driven Development guide. Master testing, debugging, fixing bugs, QA workflows, unit tests, integrati...
When validating system performance under load, identifying bottlenecks through profiling, or optimizing application resp...
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functional...
Playwright E2E testing specialist for web applications. Invoke for browser automation, E2E tests, Page Object Model, tes...
React specialist for production-grade web applications. Invoke for component architecture, hooks, state management, Serv...
CPU/Memory profiling, bottleneck analizi, benchmark teknikleri ve performans optimizasyonu rehberi.
FORGE NANO v3.1 - Compact mode for Party Mode sessions (~4KB vs 50KB full). Use when: Multi-agent sessions, context is l...
5whys
by neurofoo
Five Whys root cause analysis. Iteratively asks "why" to drill past symptoms to underlying causes. Use for debugging, in...
postmortem
by neurofoo
Blameless post-mortem incident analysis with timeline, root cause, and action items. Use after outages, security inciden...
redteam
by neurofoo
Red team adversarial analysis to find weaknesses, vulnerabilities, and failure modes. Use before launches, for security...