tools debugging Skills
Discover the best skills in this category.
project-analyzer
by chipoto69
Deep analysis of project codebases - LOC, dependencies, architecture, git history. Generates comprehensive project profi...
Analyze, track, and optimize web app performance metrics including INP optimization (< 200ms target), Core Web Vitals, b...
Patterns for optimizing database queries and preventing connection pool exhaustion. Use when writing batch operations, d...
Generic health check and data freshness monitoring patterns for marketing intelligence systems. Use when validating conn...
bl1nk-architect-v2
by billlzzz10
Complete reference for Bl1nk Architect v2.0 - Full-stack GitHub repository analyzer with notifications (Slack, Linear, C...
reviewing-ui-coverage
by sato-dev1234
Reviews UI test scenarios for RALPH chart and AC coverage. Detects uncovered constraints and acceptance criteria. Use as...
reviewing-comments
by sato-dev1234
Comment quality review. Detects LLM generation traces, implementation history, conversational tone, HOW vs WHY patterns,...
burn-debugger
by johnzfitch
Diagnoses Burn deep learning errors including tensor shape mismatches, backend panics, autodiff issues, and training fai...
burn-reviewer
by johnzfitch
Reviews Burn deep learning code for idiomatic patterns, performance, backend portability, and best practices. Use when a...
testing-coverage
by ferryhinardi
Guide for writing comprehensive tests and achieving >= 95% coverage. Use this when asked to write tests, fix test covera...
ui-test
by joshcanfield
Run TypeScript UI tests with Vitest and summarize results. Shows failures and coverage stats. Use when testing UI code i...
chrome-debug
by joshcanfield
Debug the scoreboard UI in Chrome using DevTools MCP. Inspect page state, console errors, network requests, and interact...
memory-reference
by DuncanJurman
Claude Code memory (CLAUDE.md) configuration reference. Use when setting up project memory, understanding memory hierarc...
frontend-testing-patterns
by allenlin90
Provides comprehensive testing strategies and patterns for React applications. This skill should be used when writing te...
frontend-performance
by allenlin90
Provides performance optimization patterns for React applications. This skill should be used when optimizing bundle size...
jsgui3-activation-debug
by metabench
Debug jsgui3 client-side activation issues. Use when SSR renders but clicks don’t work, this.dom.el is null, or you see...
react-debugging
by vassovass
Debugging React render loops, infinite re-renders, and performance issues in Next.js. Use when encountering "Maximum upd...
web-design-guidelines
by kl3inIT
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit...
react-best-practices
by OgDev-01
React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactori...
bug-interview
by neonwatty
Deeply interviews the user about a bug before investigating or fixing it. Use this when the user says "interview me abou...
debug
by ZhiruiFeng
Identifies bugs, analyzes errors, performs root cause analysis, and proposes fixes
research
by ZhiruiFeng
Analyzes codebase, searches documentation, investigates dependencies and architecture patterns
performance
by ZhiruiFeng
Analyzes performance, identifies bottlenecks, suggests and implements optimizations