调试

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

显示 889-912 / 共 5004 个技能
dadbodgeoff

anomaly-detection

dadbodgeoff

Rule-based anomaly detection for production systems with configurable thresholds, cooldown periods to prevent alert storms, and error pattern tracking for repeated failures.

代码生成 784 6个月前
dadbodgeoff

logging-observability

dadbodgeoff

Structured JSON logging with correlation IDs, request context propagation across async boundaries, performance timing decorators, and worker metrics collection.

数据处理 784 6个月前
dadbodgeoff

ai-generation-client

dadbodgeoff

External AI API integration with retry logic, rate limiting, content safety detection, and multi-turn conversation support for image generation.

代码生成 784 6个月前
dadbodgeoff

leader-election

dadbodgeoff

Elect a single leader among multiple instances. Only one instance runs cron jobs or processes queues. Automatic failover when leader dies.

代码生成 784 6个月前
dadbodgeoff

job-state-machine

dadbodgeoff

Async job processing with validated state transitions, progress tracking, and asset linking. Ensure jobs always reach terminal states with proper error handling.

代码生成 784 6个月前
dadbodgeoff

graceful-degradation

dadbodgeoff

Build resilient systems that degrade gracefully under failure. Implement fallbacks, feature flags, and partial responses when dependencies fail.

数据处理 784 6个月前
dadbodgeoff

dead-letter-queue

dadbodgeoff

Store failed jobs for replay or manual inspection. Track failure patterns, enable manual intervention, and prevent data loss from processing errors.

代码生成 784 6个月前
NeverSight

testing-best-practices

NeverSight

Test layering, execution, and CI guidance across unit, integration, and e2e. Use when designing tests, writing test cases, or planning test strategy for a module.

调试 203 6个月前
NeverSight

yellow-best-practices

NeverSight

Yellow Network and Nitrolite (ERC-7824) development best practices for building state channel applications. Use when building apps with Yellow SDK, implementing state channels, connecting to ClearNodes, managing off-chain transactions, or working with application sessions.

认证鉴权 203 7个月前
shinpr

testing-principles

shinpr

Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.

调试 670 6个月前
chainloop-dev

custom-builtin-functions

chainloop-dev

Create a custom builtin function to be used in the Rego policy engine

代码生成 583 9个月前
P4nda0s

rev-unicorn-debug

P4nda0s

Debug and emulate specific code fragments or functions using the Unicorn engine. Activate when the user wants to emulate a function with Unicorn, trace binary execution without running the full program, decrypt or decode data by emulating the algorithm, or bypass environment dependencies (JNI, syscalls, libc) during emulation.

调试 2036 5个月前
Xe

templ-http

Xe

Integrate templ components with Go HTTP server using net/http. Use when connecting templ to web server, creating HTTP handlers, mentions 'templ server', 'HTTP routes', or 'serve templ components'.

API 开发 729 6个月前
Xe

templ-syntax

Xe

Learn and write templ component syntax including expressions, conditionals, loops, and Go integration. Use when writing .templ files, learning templ syntax, or mentions 'templ component', 'templ expressions', or '.templ file syntax'.

调试 729 6个月前
adobe

testing-blocks

adobe

Guide for testing code changes in AEM Edge Delivery projects including blocks, scripts, and styles. Use this skill after making code changes and before opening a pull request to validate functionality. Covers unit testing for utilities and logic, browser testing with Playwright, linting, and guidance on what to test and how

调试 170 7个月前
wasintoh

🔧 Debug Protocol Skill

wasintoh

```

代码评审 94 9个月前
gmh5225

llvm-learning

gmh5225

Comprehensive learning resources and tutorials for LLVM, Clang, and compiler development. Use this skill when helping users learn LLVM internals, find educational resources, or understand compiler concepts.

调试 876 7个月前
astronomer

authoring-dags

astronomer

Workflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write pipeline code, or asks about DAG patterns and conventions. For testing and debugging DAGs, see the testing-dags skill.

CLI 工具 428 6个月前
aiskillstore

python-best-practices

aiskillstore

Provides Python patterns for type-first development with dataclasses, discriminated unions, NewType, and Protocol. Must use when reading or writing Python files.

数据处理 414 7个月前
aiskillstore

zig-best-practices

aiskillstore

Provides Zig patterns for type-first development with tagged unions, explicit error sets, comptime validation, and memory management. Must use when reading or writing Zig files.

调试 414 7个月前
aiskillstore

typescript-best-practices

aiskillstore

Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation. Must use when reading or writing TypeScript/JavaScript files.

数据处理 414 7个月前
phodal

test-gen

phodal

Generate comprehensive unit tests for code files

代码生成 4534 8个月前
rstackjs

rspack-debugging

rstackjs

Helps Rspack users and developers debug crashes or deadlocks/hangs in the Rspack build process using LLDB. Use this Skill when users encounter "Segmentation fault" errors during Rspack builds or when the build progress gets stuck.

CLI 工具 90 7个月前
NeverSight

e2e

NeverSight

Run e2e tests, fix flake and outdated tests, identify bugs against spec. Use when running e2e tests, debugging test failures, or fixing flaky tests. Never changes source code logic or API without spec backing.

API 开发 203 6个月前