Debugging

Find and fix bugs, error analysis

Showing 505-528 of 4752 skills
actionbook

unsafe-checker

by actionbook

"CRITICAL: Use for unsafe Rust code review and FFI. Triggers on: unsafe, raw pointer, FFI, extern, transmute, *mut, *const, union, #[repr(C)], libc, std::ffi, MaybeUninit, NonNull, SAFETY comment, soundness, undefined behavior, UB, safe wrapper, memory layout, bindgen, cbindgen, CString, CStr, 安全抽象, 裸指针, 外部函数接口, 内存布局, 不安全代码, FFI 绑定, 未定义行为"

Code Review 1.3K 6mo ago
actionbook

domain-iot

by actionbook

"Use when building IoT apps. Keywords: IoT, Internet of Things, sensor, MQTT, device, edge computing, telemetry, actuator, smart home, gateway, protocol, 物联网, 传感器, 边缘计算, 智能家居"

Debugging 1.3K 6mo ago
actionbook

m02-resource

by actionbook

"CRITICAL: Use for smart pointers and resource management. Triggers: Box, Rc, Arc, Weak, RefCell, Cell, smart pointer, heap allocation, reference counting, RAII, Drop, should I use Box or Rc, when to use Arc vs Rc, 智能指针, 引用计数, 堆分配"

Debugging 1.3K 6mo ago
actionbook

rust-router

by actionbook

"CRITICAL: Use for ALL Rust questions including errors, design, and coding.

API Dev 1.3K 6mo ago
actionbook

domain-embedded

by actionbook

"Use when developing embedded/no_std Rust. Keywords: embedded, no_std, microcontroller, MCU, ARM, RISC-V, bare metal, firmware, HAL, PAC, RTIC, embassy, interrupt, DMA, peripheral, GPIO, SPI, I2C, UART, embedded-hal, cortex-m, esp32, stm32, nrf, 嵌入式, 单片机, 固件, 裸机"

Code Gen 1.3K 6mo ago
actionbook

m01-ownership

by actionbook

"CRITICAL: Use for ownership/borrow/lifetime issues. Triggers: E0382, E0597, E0506, E0507, E0515, E0716, E0106, value moved, borrowed value does not live long enough, cannot move out of, use of moved value, ownership, borrow, lifetime, 'a, 'static, move, clone, Copy, 所有权, 借用, 生命周期"

Processing 1.3K 6mo ago
actionbook

m04-zero-cost

by actionbook

"CRITICAL: Use for generics, traits, zero-cost abstraction. Triggers: E0277, E0308, E0599, generic, trait, impl, dyn, where, monomorphization, static dispatch, dynamic dispatch, impl Trait, trait bound not satisfied, 泛型, 特征, 零成本抽象, 单态化"

Debugging 1.3K 6mo ago
actionbook

m07-concurrency

by actionbook

"CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition, 并发, 线程, 异步, 死锁"

Debugging 1.3K 6mo ago
electron

electron-chromium-upgrade

by electron

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during e sync --3. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

Debugging 122.1K 5mo ago
streamlit

fixing-streamlit-ci

by streamlit

Analyze and fix failed GitHub Actions CI jobs for the current branch/PR. Use when CI checks fail, PR checks show failures, or you need to diagnose lint/type/test errors and verify fixes locally.

Code Review 45.3K 5mo ago
proffesor-for-testing

Debug Loop

by proffesor-for-testing

Agentic QE Fleet is an open-source AI-powered quality engineering platform designed for use with Claude Code, featuring specialized agents and skills to support testing activities for a product at any stage of the SDLC. Free to use, fork, build, and contribute. Based on the Agentic QE Framework created by Dragan Spiridonov.

CLI Tools 418 5mo ago
steipete

native-app-performance

by steipete

Native macOS/iOS app performance profiling via xctrace/Time Profiler and CLI-only analysis of Instruments traces. Use when asked to profile, attach, record, or analyze Instruments .trace files, find hotspots, or optimize native app performance without opening Instruments UI.

CLI Tools 6.4K 6mo ago
glebis

tdd

by glebis

This skill should be used when the user wants to implement features or fix bugs using test-driven development. Enforces the RED-GREEN-REFACTOR cycle with vertical slicing, context isolation between test writing and implementation, human checkpoints, and auto-test feedback loops. Uses multi-agent orchestration with the Task tool for architecturally enforced context isolation. Supports Jest, Vitest, pytest, Go test, cargo test, PHPUnit, and RSpec.

Debugging 329 5mo ago
blockscout

efficient-list-building

by blockscout

Build lists efficiently using prepend operations and Enum.reverse/1 instead of append. Appending to lists is O(n) while prepending is O(1). Use [head tail] notation and reverse at the end when order matters.

Processing 4.6K 4mo ago
woocommerce

woocommerce-markdown

by woocommerce

Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.

Debugging 10.4K 8mo ago
bobmatnyc

golang-http-frameworks

by bobmatnyc

"Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks"

API Dev 60 7mo ago
alpinejs

review-pr

by alpinejs

Review an open PR like a maintainer — checkout, fix issues, push changes, post a structured verdict comment. You just merge or close.

Code Review 31.8K 5mo ago
bitwize-music-studio

rename

by bitwize-music-studio

Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.

Code Gen 374 5mo ago
saleor

saleor-commit

by saleor

Commit changes in the Saleor codebase with pre-commit hook error handling. Use when asked to "commit", "commit changes", "make a commit", or any git commit task in the Saleor project. Handles virtual env activation, staging, commit message writing, and automatic resolution of pre-commit hook failures (ruff, mypy, schema, migrations).

Debugging 23.1K 5mo ago
BasedHardware

local-dev

by BasedHardware

Start local development environment with backend and macOS app

CLI Tools 13K 5mo ago
parhumm

sec-audit-remediate

by parhumm

Generate security fixes from detect-dev findings with regression tests. Use when remediating security vulnerabilities.

Code Gen 25 5mo ago
parhumm

detect-writing

by parhumm

Writing system extraction with NNg tone dimensions, UI copy classification, and i18n maturity. Use when auditing content systems.

Debugging 25 5mo ago
getsentry

sentry-javascript-bugs

by getsentry

'Sentry JavaScript frontend bug pattern review based on real production errors. Use when reviewing React/TypeScript frontend code for common bug patterns. Trigger keywords: "javascript bug review", "frontend errors", "react error patterns", "sentry frontend bugs".'

Code Review 44.4K 5mo ago
oven-sh

zig-system-calls

by oven-sh

Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.

Processing 94.9K 6mo ago