调试

定位并修复问题,分析错误

显示 2209-2232 / 共 4974 个技能
DanielMadsenDK

servicenow-script-server-logic

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.

数据处理 9 6个月前
ingpoc

mcp-builder

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).

代码评审 9 8个月前
gear-foundation

vara-skills

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.

调试 17 3个月前
ImGoodBai

goodqunbot

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 工具 196 7个月前
rbarcante

java-best-practices

rbarcante

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

代码生成 56 7个月前
rbarcante

api-design

rbarcante

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

API 开发 56 7个月前
rbarcante

typescript-best-practices

rbarcante

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

数据处理 56 7个月前
groupzer0

testing-patterns

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.

代码生成 284 8个月前
groupzer0

code-review-standards

groupzer0

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

代码评审 284 7个月前
groupzer0

release-procedures

groupzer0

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

智能体 284 8个月前
lv416e

defense-in-depth

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 無効なデータが実行の深い部分で障害を引き起こす場合、複数のシステム層での検証が必要な際に使用 - データが通過するすべての層で検証し、バグを構造的に不可能にする"

代码生成 6 10个月前
nzrsky

zig

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).

代码生成 8 7个月前
lv416e

insecure-defaults

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."

认证鉴权 6 6个月前
lv416e

test-driven-development

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 機能やバグ修正を実装する際、実装コードを書く前に使用 - まずテストを書き、失敗を確認し、最小限のコードで通す。最初に失敗を求めることで、テストが実際に動作を検証することを保証"

调试 6 10个月前
Altinity

altinity-expert-clickhouse-storage

Altinity

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

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-memory

Altinity

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

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-kafka

Altinity

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

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-replication

Altinity

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

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-ingestion

Altinity

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

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-mutations

Altinity

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

数据库 16 7个月前
michalvavra

create-cli

michalvavra

Design CLI tools with consistent UX patterns.

CLI 工具 16 7个月前
duyet

react-nextjs-patterns

duyet

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

数据处理 13 8个月前
shhac

competing-hypotheses

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.

分析 4 6个月前
duyet

engineering-discipline

duyet

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

调试 13 8个月前