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
1

debugging

Hypothesis-driven debugging with systematic investigation. Identifies root causes, creates minimal reproductions, and implements fixes. Use when investigating errors, bugs, crashes, or unexpected behavior.

1ambda
1ambda
tools
open
debugging
1

scout

バグ調査・根本原因分析(RCA)・再現手順の特定・影響範囲の評価。「なぜ起きたか」「どこを直すべきか」を特定する調査専門エージェント。コードは書かない。

simota
simota
tools
open
debugging
1

repairing-state

Performs forensic investigation and applies permanent fixes. MUST USE when diagnosing component failures, hallucinations, or instruction drift. Do not use for routine tasks, standard debugging, or preventive maintenance.

Git-Fg
Git-Fg
tools
open
debugging
1

arcanea-systematic-debug

Systematic debugging methodology - scientific approach to finding and fixing bugs using hypothesis testing, isolation, and root cause analysis. Based on the Arcanean principle that understanding precedes execution.

frankxai
frankxai
tools
open
debugging
1

improve

Analyze code and provide specific improvement suggestions with code examples.

xiaoju111a
xiaoju111a
tools
open
debugging
1

detecting-arbitrary-read

Detects arbitrary read vulnerabilities by identifying unchecked array indexing and out-of-bounds memory access. Use when analyzing array access patterns, pointer arithmetic, or investigating information disclosure vulnerabilities.

waiwai24
waiwai24
tools
open
debugging
1

fingerprinting-binaries

Identifies binary file characteristics including compiler signatures, version information, and build environment details. Use when analyzing unknown binaries, investigating binary origins, or identifying build configurations.

waiwai24
waiwai24
tools
open
debugging
1

instruments-profiling

Use when profiling native macOS or iOS apps with Instruments/xctrace. Covers correct binary selection, CLI arguments, exports, and common gotchas.

chrisrodz
chrisrodz
tools
open
debugging
1

nethercore-debugging

Debug inspector and runtime debugging tools (all consoles). Triggers on "debug", "F4 inspector", "debug_register", "debug panel", "live editing", "watch values", "frame stepping", "pause game". **Load references when:** - Full debug API details -> `references/inspector-api.md`

nethercore-systems
nethercore-systems
tools
open
debugging
1

systematic-debugging

Use when encountering bugs or unexpected behavior. Methodical approach to identify root cause: Reproduce → Isolate → Identify → Fix → Verify.

liauw-media
liauw-media
tools
open
debugging
1

root-cause-tracing

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

Vpr99
Vpr99
tools
open
debugging
1

detecting-incorrect-free

Detects incorrect use of free() including freeing non-heap memory, invalid pointers, and mismatched allocators. Use when analyzing memory deallocation, heap management, or investigating free() usage errors.

waiwai24
waiwai24
tools
open
debugging
1

ailang-debug

Debug AILANG code errors. Use when you encounter type errors, parse errors, or runtime failures in AILANG programs.

sunholo-data
sunholo-data
tools
open
debugging
1

analyze

심층 코드 분석 - 별도 컨텍스트에서 처리

soundbluemusic
soundbluemusic
tools
open
debugging
1

debugger

Investigate and fix bugs. Use when debugging errors, analyzing stack traces, or tracing code execution.

wtthornton
wtthornton
tools
open
debugging
1

astro-performance

Core Web Vitals and performance optimization for Astro sites. LCP, CLS, INP optimization, bundle size, fonts, third-party scripts. Use for performance tuning.

Soborbo
Soborbo
tools
open
debugging
1

performance-profiling

Diagnose and improve WPF performance for the widget host app: UI virtualization, async usage, rendering cost, memory leaks, and profiling workflow. Use when investigating slow startup, laggy UI, or high memory usage.

YosrBennagra
YosrBennagra
tools
open
debugging
1

claude-devtools

Claude Code development tools and debugging utilities

oimiragieo
oimiragieo
tools
open
debugging
1

backend-debugging

Systematic debugging for Encore.ts backend incidents using diagnostic scripts, database queries, and structured logging. Use when backend tests fail, services crash, or async flows stall.

nirukk52
nirukk52
tools
open
debugging
1

analyzing-crypto-weakness

Identifies weak cryptographic algorithms, hardcoded keys, and insecure key management practices in binary code. Use when analyzing encryption/decryption, authentication mechanisms, or reviewing cryptographic implementations.

waiwai24
waiwai24
tools
open
debugging
1

testingperformance-testing

Performance testing patterns including load testing, stress testing, benchmarking, and profiling for optimal application performance

doanchienthangdev
doanchienthangdev
tools
open
debugging
1

doherty-threshold

Mantén tiempos de respuesta bajo 400ms para mantener la atención del usuario. Use cuando optimice performance, diseñe feedback de carga, o evalúe latencia percibida.

vjrivmon
vjrivmon
tools
open
debugging
1

analyze-with-ida-domain-api

Analyze binaries using IDA Pro's Python Domain API (ida-domain) in headless mode (idalib). Use when examining program structure, functions, disassembly, cross-references, or strings without the GUI.

williballenthin
williballenthin
tools
open
debugging
1

swiftui-debugging

Use when debugging SwiftUI view updates, preview crashes, or layout issues - diagnostic decision trees to identify root causes quickly and avoid misdiagnosis under pressure

derKlinke
derKlinke
tools
open
Previous
Page 125 / 178
Next