home/categories/debugging
category focus

Debugging

Tools for finding and fixing code issues.

4271 स्किल्सall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
debugging
0

netgraph-dev

NetGraph contributor development workflow. Use when: setting up dev environment, running tests or lint, fixing CI failures, running performance benchmarks, troubleshooting venv issues, or asking about make targets. For running scenarios and interpreting results, use netgraph-dsl instead.

networmix
networmix
tools
open
debugging
0

systematic-debugging

Four-phase structured debugging methodology. Use when (1) tests fail unexpectedly, (2) functions produce wrong values, (3) systems show anomalous results, (4) unexpected errors appear, (5) performance regresses, (6) multiple quick fixes have already failed. Enforces root cause investigation before any fix attempt.

nandkapadia
nandkapadia
tools
open
debugging
0

debugging

Systematic debugging approaches for isolating and fixing software defects

weholt
weholt
tools
open
debugging
0

checking-breaking-changes-in-php-framework

外部公開を想定したphpフレームワークのコードレビューをする際に、破壊的変更(breaking change)の有無を確認し、破壊的変更がある場合は適切に処理されているかをチェックするスキルです。

Seika139
Seika139
tools
open
debugging
0

optimizing-python-performance

Optimizes Python library performance through profiling (cProfile, PyInstrument), memory analysis (memray, tracemalloc), benchmarking (pytest-benchmark), and optimization strategies. Use when analyzing performance bottlenecks, finding memory leaks, or setting up performance regression testing.

wdm0006
wdm0006
tools
open
debugging
0

debug

系统化调试方法论。当用户遇到 Bug、代码错误、程序异常、需要排查问题时触发。提供三阶段调试法(精准定位→辅助排查→清洗代码)。即使不确定也要反问用户,不能卡住。

kexin94yyds
kexin94yyds
tools
open
debugging
0

code-navigation

Use when you need to understand the codebase structure, find definitions, or trace references without reading entire files.

JackSmack1971
JackSmack1971
tools
open
debugging
0

perf-analyzer

WHEN: Performance analysis, bundle size optimization, rendering, Core Web Vitals, code splitting WHAT: Bundle analysis + large dependency detection + re-render issues + useMemo/useCallback suggestions + LCP/FID/CLS improvements WHEN NOT: Code quality → code-reviewer, Security → security-scanner

physics91
physics91
tools
open
debugging
0

profiling-memory-allocations

Experimental allocation profiler tracking memory allocations at guest-language level. Shows allocation sites, object types, and memory pressure patterns. Use to identify allocation-heavy locations, find unnecessary object creation, and understand memory behavior. High allocations in hot loops = optimization opportunity if escape analysis isn't eliminating them.

antonykamp
antonykamp
tools
open
debugging
0

network-forensics

Analyze network traffic captures and artifacts for forensic investigation. Use when investigating data exfiltration, command and control communications, lateral movement, or network-based attacks. Supports PCAP, PCAPNG, and NetFlow analysis.

SherifEldeeb
SherifEldeeb
tools
open
debugging
0

navigating-visual-logical-tree

Navigates WPF Visual Tree and Logical Tree with VisualTreeHelper and LogicalTreeHelper patterns. Use when traversing elements, accessing template internals, or understanding event routing.

christian289
christian289
tools
open
debugging
0

binary-analysis-patterns

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

pelan05
pelan05
tools
open
debugging
0

macos-app-triage

Static triage for macOS .app bundles and Mach-O binaries; bundle map, signature/entitlements, imports/symbol hints.

jscraik
jscraik
tools
open
debugging
0

worklog

Use when a Codex worklog or session recap is requested, or when auditing context usage (rot/smash) across recent Codex CLI sessions.

lajarre
lajarre
tools
open
debugging
0

detect-n-plus-one

Detect N+1 query patterns in the codebase. Finds loops that contain database or API calls that should be batched. Works across all languages. Use when user asks to find performance issues or N+1 patterns.

anortham
anortham
tools
open
debugging
0

fullstory-logging

Comprehensive guide for implementing Fullstory's Logging API (log method) for web applications. Teaches proper log level usage, message formatting, and capturing application logs in session replay. Includes detailed good/bad examples for error tracking, debugging, and operational monitoring to help developers add contextual log messages to Fullstory sessions.

rcmaples
rcmaples
tools
open
debugging
0

debug

Add traceable debug logs that can be auto-removed with a single command. Use when debugging issues - logs follow a strict format for clean removal.

perfux
perfux
tools
open
debugging
0

mcp-testing

MCP testing guidance and patterns. Loaded by /ops/test/mcp command or subagents for comprehensive Navigator MCP server testing.

outfitter-dev
outfitter-dev
tools
open
debugging
0

api-investigator

note.com APIの調査を支援します。mitmproxyとPlaywrightを使用してHTTPトラフィックをキャプチャ・分析し、API動作を解明します。

drillan
drillan
tools
open
debugging
0

caniuse-docs

Browser compatibility documentation for web features. Use when checking browser support, feature compatibility, CSS/JS/HTML feature availability, or answering "can I use" questions. Covers 569 web features and 19 browsers with version-specific support data. (project)

ronaldeddings
ronaldeddings
tools
open
debugging
0

cve-tracking-system

Эксперт CVE tracking. Используй для vulnerability management, security advisories и patch prioritization.

dengineproblem
dengineproblem
tools
open
Previous
Page 164 / 178
Next