tools debugging Skills
Discover the best skills in this category.
deep-code-audit
by Bn0u0
Perform a comprehensive, cognitive static analysis of a specific feature or logic flow to identify logical flaws, missin...
Gather threat intelligence using Shodan. Use for tracking threat actors, identifying attack infrastructure, and monitori...
Identify vulnerabilities in internet-facing systems using Shodan. Use for vulnerability assessment, CVE discovery, and s...
dev-execution
by miethe
Unified execution engine for all development workflows. Progressive disclosure for phase execution, quick features, stor...
Use when automating browsers with Playwright/Puppeteer, testing Chrome extensions, using Chrome DevTools Protocol (CDP),...
tracing-inlining-decision...
by antonykamp
Shows inlining decisions during compilation with call tree and reasons for inline/don't-inline. Use to verify critical c...
detecting-deoptimizations
by antonykamp
Traces deoptimization events where execution falls back from compiled code to interpreter. Use to detect deoptimization...
tracing-execution-counts
by antonykamp
Counts exact execution frequencies (not time) at function/statement level. Shows interpreted vs compiled execution split...
fetching-truffle-document...
by antonykamp
Fetches information from official GraalVM, Truffle, and Graal compiler documentation for API guidance, performance optim...
profiling-with-cpu-sample...
by antonykamp
Time-based sampling profiler showing WHERE execution time is spent (wall-clock time, not frequency). Provides histogram...
implementing-performance-...
by antonykamp
[PHASE 4] Implements and validates fixes for verified theories. Entry: PERFORMANCE_THEORIES.md has a verified theory. Ou...
profiling-memory-allocati...
by antonykamp
Experimental allocation profiler tracking memory allocations at guest-language level. Shows allocation sites, object typ...
detecting-performance-war...
by antonykamp
Detects optimization barriers during Truffle compilation. Identifies virtual calls, non-constant stores, unresolved type...
analyzing-compiler-graphs
by antonykamp
Dumps and analyzes Graal IR compiler graphs showing optimization decisions. Use BGV format with bgv2json/seafoam to insp...
generating-performance-th...
by antonykamp
[PHASE 2] Analyzes code to identify optimization opportunities. Entry: BENCHMARK_BASELINE.md exists AND (no PERFORMANCE_...
verifying-performance-the...
by antonykamp
[PHASE 3] Proves theories with profiling tools. Entry: PERFORMANCE_THEORIES.md has unverified theories. Outputs: Theory...
tracing-compilation-event...
by antonykamp
Logs every compilation event with timing, tier (T1/T2), success/failure, and invalidation reasons. Use to verify hot cod...
establishing-benchmark-ba...
by antonykamp
[PHASE 1] Creates benchmark suite and performance expectations. Entry: No BENCHMARK_BASELINE.md exists. Outputs: BENCHMA...
svelte-performance-optimi...
by maxnoller
Performance optimization techniques for Svelte 5 and SvelteKit applications. Use when users ask about performance, optim...
analytics
by MigzCtrl
Analytics & Product Insight Specialist that tracks what users actually do. Use when implementing tracking, analyzing usa...
qa-destroyer
by MigzCtrl
QA & Edge-Case Destroyer that kills weird bugs before users see them. Use when testing, reviewing edge cases, or hunting...
debug
by MigzCtrl
Debug issues in TireOps. Use when encountering errors, bugs, or unexpected behavior.
performance
by MigzCtrl
Performance & React Optimization Engineer that makes the app feel instant. Use when optimizing load times, fixing re-ren...
tireops-context
by MigzCtrl
Provides context about the TireOps codebase architecture, database schema, and project structure. Use when starting work...