tools debugging Skills
Discover the best skills in this category.
Quality Tools - ESLint, TypeScript, Prettier. Use when setting up quality tools or CI.
performance-testing
by aj-geddes
Design and execute performance tests to measure response times, throughput, and resource utilization. Use for performanc...
memory-leak-detection
by aj-geddes
Detect and fix memory leaks using heap snapshots, memory profiling, and leak detection tools. Use when investigating mem...
log-analysis
by aj-geddes
Analyze application and system logs to identify errors, patterns, and root causes. Use log aggregation tools and structu...
distributed-tracing
by aj-geddes
Implement distributed tracing with Jaeger and Zipkin for tracking requests across microservices. Use when debugging dist...
browser-debugging
by aj-geddes
Debug client-side issues using browser developer tools. Identify JavaScript errors, styling issues, and performance prob...
technical-debt-assessment
by aj-geddes
Assess, quantify, and prioritize technical debt using code analysis, metrics, and impact analysis. Use when planning ref...
error-tracking
by aj-geddes
Implement error tracking with Sentry for automatic exception monitoring, release tracking, and performance issues. Use w...
accessibility-testing
by aj-geddes
Test web applications for WCAG compliance and ensure usability for users with disabilities. Use for accessibility test,...
web-performance-optimizat...
by aj-geddes
Optimize web application performance using code splitting, lazy loading, caching, compression, and monitoring. Use when...
database-performance-debu...
by aj-geddes
Debug database performance issues through query analysis, index optimization, and execution plan review. Identify and fi...
visual-regression-testing
by aj-geddes
Detect unintended visual changes in UI by comparing screenshots across versions. Use for visual regression, screenshot d...
code-review-analysis
by aj-geddes
Perform comprehensive code reviews with best practices, security checks, and constructive feedback. Use when reviewing p...
cpu-profiling
by aj-geddes
Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better performa...
database-monitoring
by aj-geddes
Monitor database performance and health. Use when setting up monitoring, analyzing metrics, or troubleshooting database...
grafana-dashboard
by aj-geddes
Create professional Grafana dashboards with visualizations, templating, and alerts. Use when building monitoring dashboa...
web-performance-audit
by aj-geddes
Conduct comprehensive web performance audits. Measure page speed, identify bottlenecks, and recommend optimizations to i...
memory-optimization
by aj-geddes
Profile and optimize application memory usage. Identify memory leaks, reduce memory footprint, and improve efficiency fo...
performance-regression-de...
by aj-geddes
Identify and debug performance regressions from code changes. Use comparison and profiling to locate what degraded perfo...
profiling-optimization
by aj-geddes
Profile application performance, identify bottlenecks, and optimize hot paths using CPU profiling, flame graphs, and ben...
intermittent-issue-debugg...
by aj-geddes
Debug issues that occur sporadically and are hard to reproduce. Use monitoring and systematic investigation to identify...