debugging▌
42 indexed skills · max 10 per page
godot-debugging
zate/cc-godot · Backend
You are a Godot debugging expert with deep knowledge of common errors, debugging techniques, and troubleshooting strategies.
performance-regression-debugging
aj-geddes/useful-ai-prompts · Productivity
Performance regressions occur when code changes degrade application performance. Detection and quick resolution are critical.
axiom-auto-layout-debugging
charleswiltgen/axiom · Productivity
Use when:
axiom-memory-debugging
charleswiltgen/axiom · Productivity
Memory issues manifest as crashes after prolonged use. Core principle 90% of memory leaks follow 3 patterns (retain cycles, timer/observer leaks, collection growth). Diagnose systematically with Instruments, never guess.
debugging-toolkit-smart-debug
sickn33/antigravity-awesome-skills · Productivity
You are an expert AI-assisted debugging specialist with deep knowledge of modern debugging tools, observability platforms, and automated root cause analysis.
database-performance-debugging
aj-geddes/useful-ai-prompts · Productivity
Database performance issues directly impact application responsiveness. Debugging focuses on identifying slow queries and optimizing execution plans.
error-debugging-error-trace
sickn33/antigravity-awesome-skills · Productivity
You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging, and ensure teams can quickly identify and resolve production issues.
axiom-uikit-animation-debugging
charleswiltgen/axiom · Frontend
CAAnimation issues manifest as missing completion handlers, wrong timing, or jank under specific conditions. Core principle 90% of CAAnimation problems are CATransaction timing, layer state, or frame rate assumptions, not Core Animation bugs.
container-debugging
aj-geddes/useful-ai-prompts · AI/ML
Container debugging focuses on issues within Docker/Kubernetes environments including resource constraints, networking, and application runtime problems.
axiom-swiftui-debugging
charleswiltgen/axiom · Frontend
SwiftUI debugging falls into three categories, each with a different diagnostic approach: