tools debugging Skills
Discover the best skills in this category.
ncu-analysis
by meta-pytorch
Analyze CUDA kernel performance using NVIDIA Nsight Compute (NCU). Use when the user wants to: (1) profile a CUDA kernel...
debug-phase
by marcusgoll
Systematic debugging techniques including error classification, root cause analysis (5 Whys), reproduction strategies, a...
debug
by arpitnath
Systematic debugging using error-detective and debugger agents instead of manual investigation. Triggers automatically o...
code-spec-backfill
by liza-mas
Backfill function-level contracts (docstrings, type annotations) where missing. Report unresolvable gaps with misuse sce...
apk-bugbounty
by mswell
Android APK static analysis for bug bounty hunting. Analyzes decompiled APKs (Jadx/Apktool output) focusing on HIGH-IMPA...
js-code-analysis
by mswell
Specialized JavaScript/TypeScript static analysis for bug bounty hunting. Focuses on Node.js, Express.js, and Next.js. U...
security-audit
by mswell
Comprehensive security code audit using multi-phase analysis (Assessment → STRIDE Threat Modeling → Code Review → Report...
collaborating-with-gemini
by cnfjlhj
Use when you want Gemini CLI as a second opinion for coding tasks such as prototyping, debugging, or diff review, while...
session-recovery-codex
by cnfjlhj
Use when recovering a Codex session, especially if the user provides a Codex session id or wants recent Codex sessions l...
blogwatcher
by emanueleielo
Monitor RSS/Atom feeds for new articles. Use when user asks to track blogs, news sources, or content updates. No API key...
troubleshooting
by emanueleielo
Diagnose and resolve errors with Ciana's host bridges, CLI tools, Claude Code mode, macOS permissions, and gateway conne...
code-quality-pipeline
by FgForrest
Use when dropping a class name or folder path to perform a full quality pass - tests, simplification, and bug hunting -...
browser-automation
by freema
This skill should be used when the user asks about browser automation, testing web pages, scraping content, filling form...
application-logging
by NeverSight
Implement structured logging across applications with log aggregation and centralized analysis. Use when setting up appl...
browser-debugging
by NeverSight
Debug client-side issues using browser developer tools. Identify JavaScript errors, styling issues, and performance prob...
code-metrics-analysis
by NeverSight
Analyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when asse...
container-debugging
by NeverSight
Debug Docker containers and containerized applications. Diagnose deployment issues, container lifecycle problems, and re...
correlation-tracing
by NeverSight
Implement distributed tracing with correlation IDs, trace propagation, and span tracking across microservices. Use when...
cpu-profiling
by NeverSight
Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better performa...
cross-platform-compatibil...
by NeverSight
Handle cross-platform compatibility including file paths, environment detection, platform-specific dependencies, and tes...
database-performance-debu...
by NeverSight
Debug database performance issues through query analysis, index optimization, and execution plan review. Identify and fi...
distributed-tracing
by NeverSight
Implement distributed tracing with Jaeger and Zipkin for tracking requests across microservices. Use when debugging dist...