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

systematic-debugging

バグやテスト失敗に遭遇した際に使用。修正前の4フェーズ根本原因分析を強制。

TakumiOkayasu
TakumiOkayasu
tools
open
debugging
0

code-search

コードベースを探索。「〜を探して」「〜はどこ?」「〜の実装箇所」「〜を検索」と言われた時に使用

trysmr
trysmr
tools
open
debugging
0

moai-cc-memory

Managing Claude Code Session Memory & Context. Understand session context limits, use just-in-time retrieval, cache insights, manage memory files. Use when optimizing context usage, handling large projects, or implementing efficient workflows.

kivo360
kivo360
tools
open
debugging
0

caching-optimizer

Optimize caching strategies for performance. Use when analyzing cache effectiveness, implementing multi-layer caching, optimizing Redis/memory caches, or troubleshooting slow response times.

j0KZ
j0KZ
tools
open
debugging
0

profile

指定したコードの実行速度をプロファイリングし、ボトルネックを特定する

tatsuki-washimi
tatsuki-washimi
tools
open
debugging
0

rxswift-memory-check

Quick RxSwift memory leak detection for iOS. Finds missing dispose bags, retain cycles, and strong self references. Use when debugging memory issues, checking Observable subscriptions, or investigating retain cycles in RxSwift code.

daispacy
daispacy
tools
open
debugging
0

detecting-performance-warnings

Detects optimization barriers during Truffle compilation. Identifies virtual calls, non-constant stores, unresolved type checks, and TruffleBoundary issues that prevent peak performance. Reports exact source locations with stack traces. Use as essential step for eliminating compilation warnings. ONLY works with traditional Truffle DSL nodes (NOT Bytecode DSL).

antonykamp
antonykamp
tools
open
debugging
0

verify-debug-mode

Confirm a requested feature change via AERA Debug mode (Debug view, console, logs). Use when validation must happen through Debug UI or when you need to add debug-only probes/commands to make a change observable.

CheekyCodexConjurer
CheekyCodexConjurer
tools
open
debugging
0

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

JohnStrunk
JohnStrunk
tools
open
debugging
0

ue5-vscode-debugger

Setup VSCode for F5 Python debugging in UE5 editor. Use when users need to (1) configure VSCode for UE5 Python debugging, (2) setup debugpy remote debugging workflow, (3) enable breakpoint debugging in UE5 Python scripts, or (4) create VSCode launch/task configurations for UE5.

chengdagong
chengdagong
tools
open
debugging
0

debugdjango

Debug Django web applications with systematic diagnostic approaches. This skill covers troubleshooting Django-specific errors including TemplateDoesNotExist, ImproperlyConfigured, IntegrityError, migration conflicts, CSRF failures, N+1 query problems, and circular imports. Includes Django Debug Toolbar setup, ORM query logging, pdb/ipdb usage, shell_plus debugging, and comprehensive logging configuration. Provides four-phase methodology for root cause analysis and regression prevention.

SnakeO
SnakeO
tools
open
debugging
0

moai-essentials-perf

Performance optimization with profiling, memory analysis, and benchmarking

jg-chalk-io
jg-chalk-io
tools
open
debugging
0

oe-test-matrix-navigator

Maps a code change or bug symptom to the smallest high-signal test subset. Use when deciding what tests to run (DET_/FLOW_/REG_), when a regression guard mentions a test ID, or when you need a minimal repro that matches tests/TEST_MATRIX_detection_and_flow.md.

shami-ah
shami-ah
tools
open
debugging
0

chrome-dev-protocol

Lightweight Chromium DevTools automation via the bundled browser-tools.ts CLI (Puppeteer connect). Use when you need to launch a Chromium-based browser with a remote-debugging port, navigate pages, run JS in the active tab, capture screenshots, inspect DevTools sessions, or extract readable content without a full browser automation server.

douglascamata
douglascamata
tools
open
debugging
0

uloop-get-logs

Retrieve Unity Console logs via uloop CLI. Use when you need to: (1) Check for errors or warnings after operations, (2) Debug runtime issues in Unity Editor, (3) Investigate unexpected behavior or exceptions.

hatayama
hatayama
tools
open
debugging
0

fvtt-error-handling

This skill should be used when adding error handling to catch blocks, standardizing error handling across a codebase, or ensuring proper UX with user messages vs technical logs. Covers NotificationOptions, Hooks.onError, and preventing console noise.

ImproperSubset
ImproperSubset
tools
open
debugging
0

debug

Debug your application to find and fix a bug or errors

ibnuhalimm
ibnuhalimm
tools
open
debugging
0

memory-save

Execute when you see "[MEMORY_KEEPER]" in hook output. Follow the numbered steps exactly to save session memory.

ZipperBagCoffee
ZipperBagCoffee
tools
open
debugging
0

debug-assistant

调试辅助工具。快速诊断后端、前端和数据库问题。适用于 API 失败、日志分析、服务健康检查等场景。

j4xie
j4xie
tools
open
debugging
0

session-replay

Set up session replay for visual debugging. Use when implementing DOM recording with privacy controls.

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

ast-search

This skill should be used automatically when searching for code patterns, function usages, class definitions, or syntax structures. Prefer ast-grep over grep/find/ripgrep for code-aware searching that understands language syntax. Use for finding function calls, understanding API usage, locating pattern implementations, and code exploration.

bcowdery
bcowdery
tools
open
debugging
0

midenc-execution-trace

Use when working on the Miden compiler (`midenc` / `cargo miden`), debugging failing tests or implementing compiler changes, and you need a Miden VM MASM execution trace to understand the stack state after each instruction. Covers `MIDENC_TRACE=executor=trace` (typically with `cargo make test -- --no-capture ...`).

greenhat
greenhat
tools
open
debugging
0

ios-performance

iOSアプリのパフォーマンス最適化支援スキル。Instruments活用、メモリ/CPU/GPU使用率分析、アプリ起動時間・バッテリー消費の最適化をサポート。Use when: パフォーマンス問題の調査、アプリ最適化、メモリリーク検出、起動時間短縮、バッテリー消費改善。

CAPHTECH
CAPHTECH
tools
open
debugging
0

modern-javascript-patterns

Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.

HermeticOrmus
HermeticOrmus
tools
open
Previous
Page 160 / 178
Next