Debugging

Find and fix bugs, error analysis

Showing 2209-2232 of 4970 skills
DanielMadsenDK

servicenow-script-server-logic

by DanielMadsenDK

General server-side operations including system interactions, user session management, event queuing, and utility functions. Covers GlideSystem (gs) methods, logging, system properties, and background job coordination. Use for system-level tasks, user context operations, event publishing, or when performing administrative functions not specific to data manipulation, flows, or security.

Processing 9 6mo ago
ingpoc

mcp-builder

by ingpoc

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

Code Review 9 8mo ago
gear-foundation

vara-skills

by gear-foundation

Use when a builder needs the top-level router for the provisional standard Gear/Vara Sails skill pack across Codex, Claude, or OpenClaw. Covers standard Sails apps and ethexe-specific work via dedicated skills. Do not use for non-Sails programs or broad protocol research.

Debugging 17 3mo ago
ImGoodBai

goodqunbot

by ImGoodBai

AI-powered WeChat message assistant. Retrieve recent messages from contacts/groups and send messages directly through AI chat. Windows 10/11 only. Requires WeChat PC client logged in.

CLI Tools 196 7mo ago
rbarcante

java-best-practices

by rbarcante

Use this skill when working with Java code, Optional handling, CompletableFuture, records, sealed classes, or virtual threads.

Code Gen 56 7mo ago
rbarcante

api-design

by rbarcante

Use this skill when designing or implementing REST APIs, endpoints, routes, or controllers.

API Dev 56 7mo ago
rbarcante

typescript-best-practices

by rbarcante

Use this skill when working with TypeScript code, type definitions, interfaces, generics, or async patterns.

Processing 56 7mo ago
groupzer0

testing-patterns

by groupzer0

TDD workflow and test strategy patterns including test pyramid, coverage strategies, mocking approaches, and anti-patterns. Load when writing tests, designing test strategies, or reviewing test coverage.

Code Gen 284 8mo ago
groupzer0

code-review-standards

by groupzer0

Code review checklist, severity definitions, and document templates. Load when performing code reviews or defining review criteria.

Code Review 284 7mo ago
groupzer0

release-procedures

by groupzer0

Version management, release verification, and deployment procedures for software releases. Includes semver guidance, version consistency checks, and platform-specific constraints.

Agents 284 8mo ago
lv416e

defense-in-depth

by lv416e

"Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible 無効なデータが実行の深い部分で障害を引き起こす場合、複数のシステム層での検証が必要な際に使用 - データが通過するすべての層で検証し、バグを構造的に不可能にする"

Code Gen 6 10mo ago
nzrsky

zig

by nzrsky

Up-to-date Zig programming language patterns for version 0.15.2. Use when writing, reviewing, or debugging Zig code, working with build.zig and build.zig.zon files, or using comptime metaprogramming. Critical for avoiding outdated patterns from training data - especially build system APIs (root_module instead of root_source_file, addLibrary with linkage), I/O APIs (buffered writer pattern), container initialization (.empty/.init), allocator selection (DebugAllocator), ArrayList now unmanaged by default, @typeInfo lowercase fields (.@"struct" not .Struct), and removed language features (async/await, usingnamespace).

Code Gen 8 7mo ago
lv416e

insecure-defaults

by lv416e

"Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling."

Auth 6 6mo ago
lv416e

test-driven-development

by lv416e

"Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first 機能やバグ修正を実装する際、実装コードを書く前に使用 - まずテストを書き、失敗を確認し、最小限のコードで通す。最初に失敗を求めることで、テストが実際に動作を検証することを保証"

Debugging 6 10mo ago
Altinity

altinity-expert-clickhouse-storage

by Altinity

Diagnose ClickHouse disk usage, compression efficiency, part sizes, and storage bottlenecks. Use for disk space issues and slow IO.

Database 16 7mo ago
Altinity

altinity-expert-clickhouse-memory

by Altinity

Diagnose ClickHouse RAM usage, OOM errors, memory pressure, and allocation patterns. Use for memory-related issues and out-of-memory errors.

Database 16 7mo ago
Altinity

altinity-expert-clickhouse-kafka

by Altinity

Diagnose ClickHouse Kafka engine health, consumer status, thread pool capacity, and consumption issues. Use for Kafka lag, consumer errors, and thread starvation.

Database 16 7mo ago
Altinity

altinity-expert-clickhouse-replication

by Altinity

Diagnose ClickHouse replication health, Keeper connectivity, replica lag, and queue issues. Use for replication lag and read-only replica problems.

Database 16 7mo ago
Altinity

altinity-expert-clickhouse-ingestion

by Altinity

Diagnose ClickHouse INSERT performance, batch sizing, part creation patterns, and ingestion bottlenecks. Use for slow inserts and data pipeline issues.

Database 16 7mo ago
Altinity

altinity-expert-clickhouse-mutations

by Altinity

Track and diagnose ClickHouse ALTER UPDATE, ALTER DELETE, and other mutation operations. Use for stuck mutations and mutation performance issues.

Database 16 7mo ago
michalvavra

create-cli

by michalvavra

Design CLI tools with consistent UX patterns.

CLI Tools 16 7mo ago
duyet

react-nextjs-patterns

by duyet

React and Next.js implementation patterns for performance and maintainability. Use when building frontend components, pages, and applications with React ecosystem.

Processing 13 8mo ago
shhac

competing-hypotheses

by shhac

Debug problems by investigating multiple hypotheses in parallel. Use when you have a bug, unexpected behaviour, or mystery where the root cause is unclear. Spawns parallel investigator agents each pursuing a different theory, then compares evidence to identify the most likely cause and fix.

Analytics 4 6mo ago
duyet

engineering-discipline

by duyet

Core engineering principles for sustainable, maintainable code. No shortcuts, no hacks. Quality gates before completion.

Debugging 13 8mo ago