tools debugging Skills
Discover the best skills in this category.
aggregating-gauge-metrics
by rustomax
Aggregate pre-computed metrics (gauge, counter, delta types) using OPAL. Use when analyzing request counts, error rates,...
time-series-analysis
by rustomax
Analyze event datasets (logs) and intervals over time using OPAL timechart. Use when you need to visualize trends, track...
project-structure
by jobergner
Generate comprehensive project structure documentation with intelligent tree representation, meaningful comments, and ut...
fast-playwright
by tontoko
Fast, persistent, and token-optimized browser automation using Playwright. Supports navigation, clicking, typing, screen...
detect-n-plus-one
by anortham
Detect N+1 query patterns in the codebase. Finds loops that contain database or API calls that should be batched. Works...
explore-codebase
by anortham
Autonomously explore unfamiliar codebases using Miller's code intelligence. Use semantic search, symbol navigation, and...
detect-empty-catch
by anortham
Detect empty catch blocks and exception swallowing anti-patterns. Finds catch blocks that silently ignore errors without...
Reviews code for architecture, performance, API design, and maintainability. AUTOMATICALLY INVOKE when user mentions "re...
Reviews React/TypeScript UX code for accessibility, performance, component design, and user experience. Specializes in R...
clean-code-principles
by emvnuel
Detects violations of Clean Code principles and suggests refactorings. Use when reviewing code quality, improving readab...
cdd-design-pillars
by emvnuel
Measures and limits cognitive load in Jakarta EE/MicroProfile code. Use when reviewing code complexity, designing servic...
debugging
by varubogu
フロントエンドとバックエンドのデバッグを支援します。エラーの原因特定、ログの確認、型エラーの修正、実行時エラーの解析、Ta...
go-performance
by jovermier
Go performance optimizations including memory allocation reduction, efficient string building, I/O operations, and resou...
context-detection
by jovermier
Automatically detect project tech stack, frameworks, and development context
Audit frontend codebases for security vulnerabilities and bad practices. Use when performing security reviews, auditing...
Analyse component dependencies and usage patterns in a Drupal/Twig component library. Use when user asks to find where a...
Master Redis performance - memory optimization, slow log analysis, benchmarking, monitoring, and tuning strategies