home/categories/debugging
category focus

Debugging

Tools for finding and fixing code issues.

4271 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
debugging
0

debug

Use when encountering bugs, test failures, or unexpected behavior - find root cause before fixing

TKontu
TKontu
tools
open
debugging
0

spec-miner

Reverse-engineer specifications from undocumented code. Use for legacy systems or creating documentation from implementations.

kamushadenes
kamushadenes
tools
open
debugging
0

code-review-repo

Review local codebase for bugs and CLAUDE.md compliance using multi-agent analysis

blueraai
blueraai
tools
open
debugging
0

profiling-with-cpu-sampler

Time-based sampling profiler showing WHERE execution time is spent (wall-clock time, not frequency). Provides histogram with self/total time, compilation tiers (T0/T1/T2), and flame graphs. Use as FIRST step to identify hot functions consuming most time. Low overhead, suitable for longer runs. Pair with tracing-execution-counts to understand time-per-execution vs execution frequency.

antonykamp
antonykamp
tools
open
debugging
0

chrome-devtools

Complete guide to using Chrome DevTools MCP server for browser automation with Claude Code

Lordsisodia
Lordsisodia
tools
open
debugging
0

a11y-checker

Accessibility audit for CSS covering focus styles, color contrast, text sizing, screen reader support, and WCAG compliance. Provides actionable fixes. Use when auditing accessibility or fixing a11y issues.

andronics
andronics
tools
open
debugging
0

browser-forensics

Analyze web browser artifacts for forensic investigation. Use when investigating user browsing activity, downloaded files, cached content, or web-based attacks. Supports Chrome, Firefox, Edge, Safari, and Internet Explorer artifacts.

SherifEldeeb
SherifEldeeb
tools
open
debugging
0

oe-backend-prod-hardening

Production hardening review for the OpenEvent backend. Use when scanning for LLM smells, noisy prints, swallowed exceptions, dev-only defaults, fallback diagnostic leakage, and inconsistent error/logging patterns; produce a prioritized, PR-sized cleanup plan.

shami-ah
shami-ah
tools
open
debugging
0

debugging

Systematic approach to debugging Python code - use when user encounters errors or unexpected behavior

mandersogit
mandersogit
tools
open
debugging
0

cloudflare-workers-observability

This skill should be used when the user asks about "worker logs", "debug worker", "worker errors", "request analytics", "worker metrics", "performance monitoring", "error rate", "invocation logs", "troubleshoot worker", "worker analytics", or needs to debug and monitor Cloudflare Workers.

FlorinPopaCodes
FlorinPopaCodes
tools
open
debugging
0

core-web-vitals

Measure and optimize Core Web Vitals (LCP, INP, CLS). Use when implementing CWV tracking or debugging performance.

nexus-labs-automation
nexus-labs-automation
tools
open
debugging
0

anti-reversing-techniques

Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or understanding software protection mechanisms.

pelan05
pelan05
tools
open
debugging
0

systematic-debugging

体系的デバッグスキル。根本原因調査を先に行い、修正は後に行う規律あるアプローチ。

HaRu-LLC
HaRu-LLC
tools
open
debugging
0

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior in C#/.NET code before proposing fixes; applies to gRPC services, EF Core queries, async operations, and build failures

donellmccoy
donellmccoy
tools
open
debugging
0

chrome-devtools-site-search

Validate website parsing and browser automation feasibility by browsing and searching within a user-specified website scope using the chrome-devtools MCP server (mcp_servers.chrome-devtools); summarize results backed by observed page content (real titles/URLs), and open matching pages for review. Use when the user asks you to open a site, find specific content on it, run a site-scoped query, and keep the relevant pages open.

graysurf
graysurf
tools
open
debugging
0

cache-observability

Track cache hit rates, latency, and detect cache-related issues

nexus-labs-automation
nexus-labs-automation
tools
open
debugging
0

chrome-devtools

This skill should be used when the user asks to "inspect the page", "take a screenshot", "check how it looks", "check console", "console errors", "JavaScript errors", "debug the page", "analyze performance", "page speed", "performance trace", "why is it slow", "check network", "API calls", "network requests", "loading issues", "check localhost", or mentions frontend debugging, browser inspection, or DevTools analysis.

kriscard
kriscard
tools
open
debugging
0

javascript-best-practices

JavaScript coding standards and best practices. This skill should be used when writing, reviewing, or refactoring JavaScript code. Triggers on tasks involving vanilla JavaScript, DOM manipulation, async operations, or performance optimization.

jcastillotx
jcastillotx
tools
open
debugging
0

debug-console

Debug web app by capturing and analyzing console errors using Chrome DevTools MCP

rayzru
rayzru
tools
open
debugging
0

go-performance-best-practices

Go performance optimization guidelines for profiling, allocation, GC tuning, concurrency, PGO, and I/O. This skill should be used when writing, reviewing, or optimizing Go code for performance. Triggers on tasks involving slow services, high latency, high memory usage, memory leaks, goroutine leaks, GC pressure, CPU profiling, pprof analysis, allocation reduction, sync.Pool, mutex contention, HTTP client tuning, Profile-Guided Optimization, GOMEMLIMIT tuning, Go 1.24 features, Swiss Tables, or any Go performance investigation.

mcart13
mcart13
tools
open
debugging
0

ios-sim-interrogate

iOS Simulator interrogation: simctl screenshots/video, Web Inspector for web content, Instruments for native behaviors.

jscraik
jscraik
tools
open
debugging
0

explore

快速代码库搜索代理,专注于在当前项目中定位代码、文件和模式。当用户需要以下帮助时使用:(1) 查找特定代码位置 (2) 搜索文件和模块 (3) 理解代码结构 (4) 追踪函数调用链 (5) 查找相似实现。触发词包括:「在哪里」「哪个文件」「找一下」「有没有」「搜索」「定位」等代码搜索类问题。

bahayonghang
bahayonghang
tools
open
debugging
0

chrome-devtools-mcp

Use Chrome DevTools MCP for browser-side dev/test/debug (console, network, performance, UI issues). Trigger when debugging frontend behavior or performance.

HuynhSang2005
HuynhSang2005
tools
open
Previous
Page 163 / 178
Next